//SubMenu on the Leftside
//

if (document.images) {

// set img

bigDSC0140on = new Image
big58on = new Image
bigDSC0032on = new Image
bigbonnie1on = new Image
bigDSC_0006on = new Image
bigDSC_0005on = new Image
bigDSC_0183on = new Image
big33on = new Image
big12on = new Image
big36on = new Image
bigDSC_0038on = new Image
big2on = new Image


//src

bigDSC0140on.src = "image/bg/DSC0140.JPG"
bigDSC_0038on.src = "image/bg/DSC_0038.JPG"
bigDSC0032on.src = "image/bg/DSC0032.JPG"
bigDSC_0006on.src = "image/bg/DSC_0006.JPG"
bigDSC_0183on.src = "image/bg/DSC_0183.JPG"
bigDSC_0005on.src = "image/bg/DSC_0005.JPG"
big33on.src = "image/bg/33.jpg"
big36on.src = "image/bg/36.jpg"
big12on.src = "image/bg/12.JPG"
big2on.src = "image/bg/2.JPG"
big58on.src = "image/bg/58.jpg"

 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}
