//SubMenu on the Leftside
//

if (document.images) {

// set img

big08on = new Image
big06on = new Image
bigDSC_0146on = new Image
big25on = new Image
big45on = new Image
big94on = new Image
big96on = new Image
big95on = new Image
big98on = new Image


//src

big08on.src = "image/bg/08.jpg"
big06on.src = "image/bg/06.jpg"
bigDSC_0146on.src = "image/bg/DSC_0146.JPG"
big25on.src = "image/bg/25.jpg"
big45on.src = "image/bg/45.jpg"
big94on.src = "image/bg/94.jpg"
big96on.src = "image/bg/96.jpg"
big95on.src = "image/bg/95.jpg"
big98on.src = "image/bg/98.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}