<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(258,33);
  button2_off 	= new Image(258,33);
  button3_off 	= new Image(258,33);
  button4_off 	= new Image(258,33);
  button5_off 	= new Image(258,33);
  button6_off 	= new Image(258,33);
  button7_off 	= new Image(258,33);
  button8_off 	= new Image(258,33);
  button9_off 	= new Image(258,33);
  button10_off 	= new Image(258,33);
  button11_off 	= new Image(258,33);
  button12_off 	= new Image(258,33);
  button13_off 	= new Image(258,33);
  button14_off 	= new Image(258,33);
  button15_off 	= new Image(258,34);
  button16_off 	= new Image(258,32)
  
  button1_on 	= new Image(258,33);
  button2_on 	= new Image(258,33);
  button3_on 	= new Image(258,33);
  button4_on 	= new Image(258,33);
  button5_on 	= new Image(258,33);
  button6_on 	= new Image(258,33);
  button7_on 	= new Image(258,33);
  button8_on 	= new Image(258,33)
  button9_on 	= new Image(258,33);
  button10_on 	= new Image(258,33);
  button11_on 	= new Image(258,33);
  button12_on 	= new Image(258,33);
  button13_on 	= new Image(258,33);
  button14_on 	= new Image(258,33);
  button15_on 	= new Image(258,34);
  button16_on 	= new Image(258,32)

  button1_off.src 	= "/images/home.gif";
  button2_off.src 	= "/images/our_heritage.gif";
  button3_off.src 	= "/images/property_types.gif";
  button4_off.src 	= "/images/hospitality.gif";
  button5_off.src 	= "/images/multi_family.gif";
  button6_off.src 	= "/images/leisure.gif";
  button7_off.src 	= "/images/medical.gif";
  button8_off.src 	= "/images/mixed_use.gif";
  button9_off.src 	= "/images/office_building.gif";
  button10_off.src 	= "/images/retail.gif";
  button11_off.src 	= "/images/special_purpose.gif";
  button12_off.src 	= "/images/fast_quote.gif";
  button13_off.src 	= "/images/faqs.gif";
  button14_off.src 	= "/images/contact.gif";
  button15_off.src 	= "/images/statement.gif";
  button16_off.src 	= "/images/loan_types.gif";
  
  
  
  button1_on.src 	= "/images/home-over.gif";
  button2_on.src 	= "/images/our_heritage-over.gif";
  button3_on.src 	= "/images/property_types-over.gif";
  button4_on.src 	= "/images/hospitality-over.gif";
  button5_on.src 	= "/images/multi_family-over.gif";
  button6_on.src 	= "/images/leisure-over.gif";
  button7_on.src 	= "/images/medical-over.gif";
  button8_on.src 	= "/images/mixed_use-over.gif";
  button9_on.src 	= "/images/office_building-over.gif";
  button10_on.src 	= "/images/retail-over.gif";
  button11_on.src 	= "/images/special_purpose-over.gif";
  button12_on.src 	= "/images/fast_quote-over.gif";
  button13_on.src 	= "/images/faqs-over.gif";
  button14_on.src 	= "/images/contact-over.gif";
  button15_on.src 	= "/images/statement-over.gif";
  button16_on.src 	= "/images/loan_types-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")
}
-->
