//SubMenu on the Leftside
//

if (document.images) {

// set img

big35on = new Image
big110on = new Image
bigDSC_0060on = new Image
big80on = new Image
big40on = new Image
big41on = new Image
big42on = new Image
big49on = new Image
big50on = new Image

//src

big35on.src = "image/bg/35.jpg"
big110on.src = "image/bg/110.jpg"
bigDSC_0060on.src = "image/bg/DSC_0060.JPG"
big80on.src = "image/bg/80.jpg"
big40on.src = "image/bg/40.jpg"
big41on.src = "image/bg/41.jpg"
big42on.src = "image/bg/42.jpg"
big49on.src = "image/bg/49.jpg"
big50on.src = "image/bg/50.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}