//SubMenu on the Leftside
//

if (document.images) {

// set img
bigDSC0094on = new Image
big1on = new Image
bigeddiejon = new Image
big73on = new Image
big05on = new Image
big55on = new Image
big07on = new Image
big08on = new Image
big46on = new Image
bigDSC_0081_2on = new Image
big260615on = new Image
big260621on = new Image


//src

bigDSC0094on.src = "image/bg/DSC_0094.jpg"
big1on.src = "image/bg/1.jpg"
bigeddiejon.src = "image/bg/eddiej.jpg"
big73on.src = "image/add1207/bg/12.jpg"
big05on.src = "image/bg/05.jpg"
big55on.src = "image/bg/55.jpg"
big07on.src = "image/bg/07.jpg"
big08on.src = "image/bg/08.jpg"
big46on.src = "image/bg/46.jpg"
bigDSC_0081_2on.src = "image/bg/DSC_0081_2.jpg"
big260615on.src = "image/add1207/bg/13.jpg"
big260621on.src = "image/bg/260621.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}