//SubMenu on the Leftside
//

if (document.images) {

// set img

bigbonnie4on = new Image
big12on = new Image
bigboo1on = new Image
bigcaz3on = new Image
big27on = new Image
biggabby2on = new Image
big07on = new Image
bigjade1on = new Image
big13on = new Image

//src

bigbonnie4on.src = "image/bg/bonnie4.jpg"
big12on.src = "image/bg/12.jpg"
bigboo1on.src = "image/bg/boo1.jpg"
bigcaz3on.src = "image/bg/caz3.jpg"
big27on.src = "image/bg/27.jpg"
biggabby2on.src = "image/bg/gabby2.jpg"
big07on.src = "image/bg/07.jpg"
bigjade1on.src = "image/bg/jade1.jpg"
big13on.src = "image/bg/13.jpg"

 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}