//SubMenu on the Leftside
//

if (document.images) {

// set img

bigjes2on = new Image
bigDSC0101on = new Image
bigjonathan1on = new Image
big52on = new Image
bigbonnie1on = new Image
big77on = new Image
big37on = new Image
big109on = new Image
bigleanna1on = new Image
big108on = new Image



//src

bigjes2on.src = "image/bg/jes2.JPG"
bigDSC0101on.src = "image/bg/DSC0101.JPG"
bigjonathan1on.src = "image/bg/jonathan1.jpg"
big52on.src = "image/bg/52.jpg"
bigbonnie1on.src = "image/bg/bonnie1.jpg"
big77on.src = "image/bg/77.jpg"
big37on.src = "image/bg/37.jpg"
big109on.src = "image/bg/109.jpg"
bigleanna1on.src = "image/bg/leanna1.JPG"
big108on.src = "image/bg/108.jpg"




 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}