//SubMenu on the Leftside
//

if (document.images) {

// set img

bigelton6on = new Image
big106on = new Image
big103on = new Image
big260620on = new Image
big23on = new Image
big06on = new Image
big260624on = new Image
bigcaz2on = new Image
big24on = new Image
biggabby1on = new Image

//src

bigelton6on.src = "image/bg/elton6.JPG"
big106on.src = "image/bg/106.jpg"
big103on.src = "image/bg/103.jpg"
big260620on.src = "image/bg/260620.jpg"
big23on.src = "image/bg/23.JPG"
big06on.src = "image/bg/06.jpg"
big260624on.src = "image/bg/260624.JPG"
bigcaz2on.src = "image/bg/caz2.jpg"
big24on.src = "image/bg/24.JPG"
biggabby1on.src = "image/bg/gabby1.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}