//SubMenu on the Leftside
//

if (document.images) {

// set img

big97on = new Image
big16on = new Image
big23on = new Image
big78on = new Image
big61on = new Image
big29on = new Image
big28on = new Image
big90on = new Image
big53on = new Image

//src

big97on.src = "image/bg/97.jpg"
big16on.src = "image/bg/16.jpg"
big23on.src = "image/bg/23.jpg"
big78on.src = "image/bg/78.jpg"
big61on.src = "image/bg/61.jpg"
big29on.src = "image/bg/29.jpg"
big28on.src = "image/bg/28.jpg"
big90on.src = "image/bg/90.jpg"
big53on.src = "image/bg/53.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}