//SubMenu on the Leftside
//

if (document.images) {

// set img

bigshira2on = new Image
bigboo4on = new Image
bigcaz1on = new Image
bigdon1on = new Image
bigeverest1on = new Image
bigeverest2on = new Image
bigjasonon = new Image
big01on = new Image
big47on = new Image

//src

bigshira2on.src = "image/bg/shira2.jpg"
bigboo4on.src = "image/bg/boo4.jpg"
bigcaz1on.src = "image/bg/caz1.jpg"
bigdon1on.src = "image/bg/don1.jpg"
bigeverest1on.src = "image/bg/everest1.jpg"
bigeverest2on.src = "image/bg/everest2.jpg"
bigjasonon.src = "image/bg/jason.jpg"
big01on.src = "image/bg/01.jpg"
big47on.src = "image/bg/47.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}