// Begin Rollover Function


		if (document.images){
		
		button1on = new Image
		button1off = new Image
		button2on = new Image
		button2off = new Image
		button3on = new Image
		button3off = new Image
		button4on = new Image
		button4off = new Image
		button5on = new Image
		button5off = new Image
		button6on = new Image
		button6off = new Image
		button7on = new Image
		button7off = new Image
		button8on = new Image
		button8off = new Image
		button9on = new Image
		button9off = new Image
		button10on = new Image
		button10off = new Image
				
		button1on.src = "Images/nav/home2.gif"
		button1off.src = "Images/nav/home1.gif"
		button2on.src = "Images/nav/news2.gif"
		button2off.src = "Images/nav/news1.gif"
		button3on.src = "Images/nav/bio2.gif"
		button3off.src = "Images/nav/bio1.gif"
		button4on.src = "Images/nav/gallery2.gif"
		button4off.src = "Images/nav/gallery1.gif"
		button5on.src = "Images/nav/art-classes2.gif"
		button5off.src = "Images/nav/art-classes1.gif"
		button6on.src = "Images/nav/print-shop2.gif"
		button6off.src = "Images/nav/print-shop1.gif"
		button7on.src = "Images/nav/events2.gif"
		button7off.src = "Images/nav/events1.gif"
		button8on.src =  "Images/nav/privacy2.gif"
		button8off.src = "Images/nav/privacy1.gif"
		button9on.src = "Images/nav/links2.gif"
		button9off.src = "Images/nav/links1.gif"
		button10on.src = "Images/nav/contact2.gif"
		button10off.src = "Images/nav/contact1.gif"
		
		}
		else{
		
		button1on = ""
		button1off = ""
		button2on = ""
		button2off = ""
		button3on = ""
		button3off = ""
		button4on = ""
		button4off = ""
		button5on = ""
		button5off = ""
		button6on = ""
		button6off = ""
		button7on = ""
		button7off = ""
		button8on = ""
		button8off = ""
		button9on = ""
		button9off = ""
		button10on = ""
		button10off = ""
		
		document.button1 = ""
		document.button2 = ""
		document.button3 = ""
		document.button4 = ""
		document.button5 = ""
		document.button6 = ""
		document.button7 = ""
		document.button8 = ""
		document.button9 = ""
		document.button10 = ""
		
		}

	
// END Rollover Function}