//SubMenu on the Leftside
//

if (document.images) {

// set img

big62on = new Image
big66on = new Image
bigmary2on = new Image
big26061on = new Image
bigjd1on = new Image
bigleanna2on = new Image
big67on = new Image
big71on = new Image
big260611on = new Image

//src

big62on.src = "image/bg/62.jpg"
big66on.src = "image/bg/66.jpg"
bigmary2on.src = "image/bg/mary2.jpg"
big26061on.src = "image/bg/26061.jpg"
bigjd1on.src = "image/bg/jd1.jpg"
bigleanna2on.src = "image/bg/leanna2.jpg"
big67on.src = "image/bg/67.jpg"
big71on.src = "image/bg/71.jpg"
big260611on.src = "image/bg/260611.jpg"

 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}