//SubMenu on the Leftside
//

if (document.images) {

// set img

big57on = new Image
big11on = new Image
big76on = new Image
big17on = new Image
big48on = new Image
big51on = new Image
big60on = new Image
bigjes1on = new Image
big30on = new Image

//src

big57on.src = "image/bg/57.jpg"
big11on.src = "image/bg/11.jpg"
big76on.src = "image/bg/76.jpg"
big17on.src = "image/bg/17.jpg"
big48on.src = "image/bg/48.jpg"
big51on.src = "image/bg/51.jpg"
big60on.src = "image/bg/60.jpg"
bigjes1on.src = "image/bg/jes1.jpg"
big30on.src = "image/bg/30.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}