//SubMenu on the Leftside
//

if (document.images) {

// set img

bigjohn4on = new Image
bigjonathan2on = new Image
big04on = new Image
big26064on = new Image
big25on = new Image
big45on = new Image
big22on = new Image
big82on = new Image
big74on = new Image
bigav2on = new Image
big27on = new Image

//src

bigjohn4on.src = "image/bg/john4.JPG"
bigjonathan2on.src = "image/bg/jonathan2.jpg"
big04on.src = "image/bg/04.jpg"
big26064on.src = "image/bg/26064.JPG"
big25on.src = "image/bg/25.jpg"
big45on.src = "image/bg/45.jpg"
big22on.src = "image/bg/22.JPG"
big82on.src = "image/bg/82.jpg"
big74on.src = "image/bg/74.jpg"
bigav2on.src = "image/bg/av2.jpg"
big27on.src = "image/bg/27.JPG"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}