<!--
// CREDITS:
// No Right Click Script without Ugly Alert-Box
// by Urs Dudli and Peter Gehrig 
// Copyright (c) 2000 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com/fast/index.html
// info@24fun.com
// 10/12/2000


// CONFIGURATION:
// Go to http://www.24fun.com/fast/index.html, open category 'utility' and 
// download the script-file with step-by-step instructions for easy configuration

function right(e) {
	if (document.layers && (e.which==3 || e.which==2))  {
		window.status="NO RIGHT CLICK ALLOWED!"
		return false;
	}
	else if (document.all && (event.button==2 || event.button==3)) {
		window.status="NO RIGHT CLICK ALLOWED!"
		openclosewindow()
		return false;
	}
}

function openclosewindow() {
	var windownews=window.open("", "", "status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width=50,height=50,top=20000,left=200");
	windownews.close()
}
if (document.all) {
	document.onmouseup=right;
	window.onmouseup=right;
}
if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=right;
}
//-->

//Rollover Menu
<!-- Hide script from old browsers

	if (document.images) {
		arrowRed = new Image
		arrowBlue = new Image
		bowGreen = new Image
		bowYellow = new Image
		twoLime = new Image
		twoPurple = new Image
		threeLemon= new Image
		threeGrape = new Image
		floral1 = new Image
		floral2 = new Image
		animals1 = new Image
		animals2 = new Image
		visionary1 = new Image
		visionary2 = new Image
		collage1 = new Image
		collage2 = new Image
		commercial1 = new Image
		commercial2 = new Image
		workshop1 = new Image
		workshop2 = new Image
		tutoring1 = new Image
		tutoring2 = new Image
		photoshop1 = new Image
		photoshop2 = new Image
		consulting1 = new Image
		consulting2 = new Image
		artforyou1 = new Image
		artforyou2 = new Image
		aboutme1 = new Image
		aboutme2 = new Image
		quotes1 = new Image
		quotes2 = new Image
		links1 = new Image
		links2 = new Image
		sitemap1= new Image
		sitemap2 = new Image
		contact1 = new Image
		contact2 = new Image
		contact3 = new Image
		contact4 = new Image

		arrowRed.src = "http://www.kenjohnston.com/newimages/sartwork.jpg"
		arrowBlue.src = "http://www.kenjohnston.com/newimages/artwork.jpg"
		bowGreen.src = "http://www.kenjohnston.com/newimages/landscape.jpg"
		bowYellow.src = "http://www.kenjohnston.com/newimages/slandscape.jpg"
		twoLime.src = "http://www.kenjohnston.com/newimages/scitycapes.jpg"
		twoPurple.src = "http://www.kenjohnston.com/newimages/citycapes.jpg"
		threeLemon.src = "http://www.kenjohnston.com/newimages/stillife.jpg"
		threeGrape.src = "http://www.kenjohnston.com/newimages/sstillife.jpg"
		floral1.src = "http://www.kenjohnston.com/newimages/floral.jpg"
		floral2.src = "http://www.kenjohnston.com/newimages/sfloral.jpg"
		animals1.src = "http://www.kenjohnston.com/newimages/animals.jpg"
		animals2.src = "http://www.kenjohnston.com/newimages/sanimals.jpg"
		visionary1.src = "http://www.kenjohnston.com/newimages/visionary.jpg"
		visionary2.src = "http://www.kenjohnston.com/newimages/svisionary.jpg"
		collage1.src = "http://www.kenjohnston.com/newimages/collage.jpg"
		collage2.src = "http://www.kenjohnston.com/newimages/scollage.jpg"
		commercial1.src = "http://www.kenjohnston.com/newimages/commercial.jpg"
		commercial2.src = "http://www.kenjohnston.com/newimages/scommercial.jpg"
		workshop1.src = "http://www.kenjohnston.com/newimages/workshops.jpg"
		workshop2.src = "http://www.kenjohnston.com/newimages/sworkshops.jpg"
		tutoring1.src = "http://www.kenjohnston.com/newimages/tutoring.jpg"
		tutoring2.src = "http://www.kenjohnston.com/newimages/stutoring.jpg"
		photoshop1.src = "http://www.kenjohnston.com/newimages/photoshop.jpg"
		photoshop2.src = "http://www.kenjohnston.com/newimages/sphotoshop.jpg"
		consulting1.src = "http://www.kenjohnston.com/newimages/consulting.jpg"
		consulting2.src = "http://www.kenjohnston.com/newimages/sconsulting.jpg"
		artforyou1.src = "http://www.kenjohnston.com/newimages/artforyou.jpg"
		artforyou2.src = "http://www.kenjohnston.com/newimages/sartforyou.jpg"
		aboutme1.src = "http://www.kenjohnston.com/newimages/aboutken.jpg"
		aboutme2.src = "http://www.kenjohnston.com/newimages/saboutken.jpg"
		quotes1.src = "http://www.kenjohnston.com/newimages/quotes.jpg"
		quotes2.src = "http://www.kenjohnston.com/newimages/squotes.jpg"
		links1.src = "http://www.kenjohnston.com/newimages/links.jpg"
		links2.src = "http://www.kenjohnston.com/newimages/slinks.jpg"
		sitemap1.src = "http://www.kenjohnston.com/newimages/sitemap.jpg"
		sitemap2.src = "http://www.kenjohnston.com/newimages/ssitemap.jpg"
		contact1.src = "http://www.kenjohnston.com/newimages/contact.jpg"
		contact2.src = "http://www.kenjohnston.com/newimages/scontact.jpg"
		contact3.src = "http://www.kenjohnston.com/newimages/contact18.jpg"
		contact4.src = "http://www.kenjohnston.com/newimages/scontact18.jpg"		

	}
	
	function chgImg(imgField,newImg) {
	if (document.images) {
	document[imgField].src= eval(newImg +".src")
	}

		
	}

	// End hiding script from old browsers -->

	