//SubMenu on the Leftside
//

if (document.images) {

// set img

big31on = new Image
big92on = new Image
big69on = new Image
bigDSC0082on = new Image
big007on = new Image
bigboo2on = new Image
bigDSC0071on = new Image
bigDSC0159on = new Image
big87on = new Image


//src

big31on.src = "image/bg/31.jpg"
big92on.src = "image/bg/92.jpg"
big69on.src = "image/bg/69.jpg"
bigDSC0082on.src = "image/bg/DSC0082.JPG"
big007on.src = "image/bg/007.JPG"
bigboo2on.src = "image/bg/boo2.JPG"
bigDSC0071on.src = "image/bg/DSC0071.JPG"
bigDSC0159on.src = "image/bg/DSC0159.JPG"
big87on.src = "image/bg/87.jpg"



 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}