//SubMenu on the Leftside
//

if (document.images) {

// set img

big03on = new Image
big10on = new Image
bigmary4on = new Image
bigbonnie3on = new Image
biglisa1on = new Image
bigjade2on = new Image
bigshira1on = new Image
bigmallisa1on = new Image
bigjuliette1on = new Image

//src

big03on.src = "image/bg/03.jpg"
big10on.src = "image/bg/10.jpg"
bigmary4on.src = "image/bg/mary4.jpg"
bigbonnie3on.src = "image/bg/bonnie3.jpg"
biglisa1on.src = "image/bg/lisa1.jpg"
bigjade2on.src = "image/bg/jade2.jpg"
bigshira1on.src = "image/bg/shira1.jpg"
bigmallisa1on.src = "image/bg/mallisa1.jpg"
bigjuliette1on.src = "image/bg/juliette1.jpg"


 }

// ON or OFF 

function slide(newImg) {
	if (document.images) {
		document.bigImg.src=
		eval(newImg + "on.src")
		}
	}