//SubMenu on the Leftside
//

if (document.images) {

// set img

big59on = new Image
big65on = new Image
big63on = new Image
big15on = new Image
big79on = new Image
big81on = new Image
big22on = new Image
big14on = new Image
big21on = new Image

//src

big59on.src = "image/bg/59.jpg"
big65on.src = "image/bg/65.jpg"
big63on.src = "image/bg/63.jpg"
big15on.src = "image/bg/15.jpg"
big79on.src = "image/bg/79.jpg"
big81on.src = "image/bg/81.jpg"
big22on.src = "image/bg/22.jpg"
big14on.src = "image/bg/14.jpg"
big21on.src = "image/bg/21.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}