//SubMenu on the Leftside
//

if (document.images) {

// set img

big93on = new Image
big99on = new Image
big107on = new Image
big102on = new Image
big91on = new Image
big101on = new Image
big88on = new Image
big02on = new Image
big84on = new Image

//src

big93on.src = "image/bg/93.jpg"
big99on.src = "image/bg/99.jpg"
big107on.src = "image/bg/107.jpg"
big102on.src = "image/bg/102.jpg"
big91on.src = "image/bg/91.jpg"
big101on.src = "image/bg/101.jpg"
big88on.src = "image/bg/88.jpg"
big02on.src = "image/bg/02.jpg"
big84on.src = "image/bg/84.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}