//SubMenu on the Leftside
//

if (document.images) {

// set img
big19on = new Image
big26on = new Image
big72on = new Image
big6on = new Image
big21on = new Image
big25on = new Image
big44on = new Image
big54on = new Image
big28on = new Image

//src
big19on.src = "image/bg/19.jpg"
big26on.src = "image/bg/26.JPG"
big72on.src = "image/bg/72.jpg"
big6on.src = "image/bg/6.JPG"
big21on.src = "image/bg/21.JPG"
big25on.src = "image/bg/25.JPG"
big44on.src = "image/bg/44.jpg"
big54on.src = "image/bg/54.jpg"
big28on.src = "image/bg/28.JPG"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}