<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(157,41);
  button2_off 	= new Image(176,41);
  button3_off 	= new Image(164,41);
  button4_off 	= new Image(129,41);
  button5_off 	= new Image(152,41);
  button6_off 	= new Image(211,45);
  button7_off 	= new Image(211,44);
  button8_off 	= new Image(211,40);
  button9_off 	= new Image(211,38); 
  button10_off 	= new Image(211,40); 
  button11_off 	= new Image(211,36);
  button12_off 	= new Image(211,44);
  
  button1_on 	= new Image(157,41);
  button2_on 	= new Image(176,41);
  button3_on 	= new Image(164,41);
  button4_on 	= new Image(129,41);
  button5_on 	= new Image(152,41);
  button6_on 	= new Image(211,45);
  button7_on 	= new Image(211,44);
  button8_on 	= new Image(211,40);
  button9_on 	= new Image(211,38);
  button10_on 	= new Image(211,40); 
  button11_on 	= new Image(211,36);
  button12_on 	= new Image(211,44)

  button1_off.src 	= "/images/siding.gif";
  button2_off.src 	= "/images/windows.gif";
  button3_off.src 	= "/images/roofing.gif";
  button4_off.src 	= "/images/doors.gif";
  button5_off.src 	= "/images/gutters.gif";
  button6_off.src 	= "/images/home.gif";
  button7_off.src 	= "/images/fin_application.gif";
  button8_off.src 	= "/images/testimonials.gif";
  button9_off.src 	= "/images/corporate.gif";
  button10_off.src 	= "/images/history.gif";
  button11_off.src 	= "/images/contact.gif";
  button12_off.src 	= "/images/gallery.gif";

  button1_on.src 	= "/images/siding-over.gif";
  button2_on.src 	= "/images/windows-over.gif";
  button3_on.src 	= "/images/roofing-over.gif";
  button4_on.src 	= "/images/doors-over.gif";
  button5_on.src 	= "/images/gutters-over.gif";
  button6_on.src 	= "/images/home-over.gif";
  button7_on.src 	= "/images/fin_application-over.gif";
  button8_on.src 	= "/images/testimonials-over.gif";
  button9_on.src 	= "/images/corporate-over.gif";
  button10_on.src 	= "/images/history-over.gif";
  button11_on.src 	= "/images/contact-over.gif"; 
  button12_on.src 	= "/images/gallery-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")
}
-->
