<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(180,24);
  button2_off 	= new Image(180,24);
  button3_off 	= new Image(180,24);
  button4_off 	= new Image(180,24);
  button5_off 	= new Image(180,24);
  button6_off 	= new Image(180,24);
  button7_off 	= new Image(180,24);
  button8_off 	= new Image(180,24);
  button1_on 	= new Image(180,24);
  button2_on 	= new Image(180,24);
  button3_on 	= new Image(180,24);
  button4_on 	= new Image(180,24);
  button5_on 	= new Image(180,24);
  button6_on 	= new Image(180,24);
  button7_on 	= new Image(180,24);
  button8_on 	= new Image(180,24);
 

  button1_off.src 	= "/images/home.gif";
  button2_off.src 	= "/images/coupons.gif";
  button3_off.src 	= "/images/history.gif";
  button4_off.src 	= "/images/pizza.gif";
  button5_off.src 	= "/images/menu.gif";
  button6_off.src 	= "/images/locations.gif";
  button7_off.src 	= "/images/fundraisers.gif";
  button8_off.src 	= "/images/contact_us.gif";
  button1_on.src 	= "/images/home-over.gif";
  button2_on.src 	= "/images/coupons-over.gif";
  button3_on.src 	= "/images/history-over.gif";
  button4_on.src 	= "/images/pizza-over.gif";
  button5_on.src 	= "/images/menu-over.gif";
  button6_on.src 	= "/images/locations-over.gif";
  button7_on.src 	= "/images/fundraisers-over.gif";
  button8_on.src 	= "/images/contact_us-over.gif";
  
}

function chkVer(imagename,objectsrc)
{
	var n=navigator.appName
	var v=parseInt(navigator.appVersion)
	var browsok=((n=="Netscape")&&(v>=3))
	var browsok2=((n=="Microsoft Internet Explorer")&&(v>=4))
	if ((browsok)||(browsok2))
		document.images[imagename].src=eval(objectsrc+".src")
}
-->
