
	<!-- Hide script from old browsers

	if (document.images) {

		but1on = new Image
		but2on = new Image
		but3on = new Image
		but4on = new Image
		but5on = new Image
		but6on = new Image
		but7on = new Image

		
		but1off = new Image
		but2off = new Image
		but3off = new Image
		but4off = new Image
		but5off = new Image
		but6off = new Image
		but7off = new Image

		
		but1on.src = "images/10but1on.jpg"
		but2on.src = "images/10but2on.jpg"
		but3on.src = "images/10but3on.jpg"
		but4on.src = "images/10but4on.jpg"
		but5on.src = "images/10but5on.jpg"
		but6on.src = "images/10but6on.jpg"
		but7on.src = "images/10but7on.jpg"


		but1off.src = "images/10but1off.jpg"
		but2off.src = "images/10but2off.jpg"
		but3off.src = "images/10but3off.jpg"
		but4off.src = "images/10but4off.jpg"
		but5off.src = "images/10but5off.jpg"
		but6off.src = "images/10but6off.jpg"
		but7off.src = "images/10but7off.jpg"

	
	}
	else {

		but1on = ""
		but2on = ""
		but3on = ""
		but4on = ""
		but5on = ""
		but6on = ""
		but7on = ""

		
		but1off = ""
		but2off = ""
		but3off = ""
		but4off = ""
		but5off = ""
		but6off = ""
		but7off = ""

		
		}
	
	// End hiding script from old browsers -->