<!--  HIDE
 bName=navigator.appName;  bVer=parseInt(navigator.appVersion);
 if(bName=="Netscape" && bVer >= 3) version="n3";
 else if (bName=="Microsoft Internet Explorer" && bVer>=4) version="n3";
 else version="n2";
 var darkened_pics = new Array(); var lighted_pics = new Array();
 function preloadButtonSet(num,dark,light){  if(version=="n3") {
   darkened_pics[num] = new Image();  darkened_pics[num].src = dark;
   lighted_pics[num] = new Image(); lighted_pics[num].src = light; } }
preloadButtonSet(0,
"../images/buttons/b_foundation_home_off.gif","../images/buttons/b_foundation_home.gif");
preloadButtonSet(1,
"../images/buttons/b_foundation_repairs_off.gif","../images/buttons/b_foundation_repairs.gif");
preloadButtonSet(2,
"../images/buttons/b_foundation_contact_off.gif","../images/buttons/b_foundation_contact.gif");
preloadButtonSet(3,
"../images/buttons/b_foundation_about_off.gif","../images/buttons/b_foundation_about.gif");
preloadButtonSet(4,
"../images/buttons/b_foundation_prolift_off.gif","../images/buttons/b_foundation_prolift.gif");
preloadButtonSet(5,
"../images/buttons/b_foundation_warranty_off.gif","../images/buttons/b_foundation_warranty.gif");
preloadButtonSet(6,
"../images/buttons/b_foundation_tips_off.gif","../images/buttons/b_foundation_tips.gif");
preloadButtonSet(7,
"../images/buttons/b_foundation_needs_off.gif","../images/buttons/b_foundation_needs.gif");
preloadButtonSet(8,
"../images/buttons/b_foundation_hiring_off.gif","../images/buttons/b_foundation_hiring.gif");
preloadButtonSet(9,
"../images/buttons/b_foundation_financing_off.gif","../images/buttons/b_foundation_financing.gif");
preloadButtonSet(10,
"../images/buttons/b_signing_contract_off.gif","../images/buttons/b_signing_contract.gif");
preloadButtonSet(11,
"../images/buttons/b_foundation_cancellation_off.gif","../images/buttons/b_foundation_cancellation.gif");
preloadButtonSet(12,
"../images/buttons/b_foundation_warrantyb_off.gif","../images/buttons/b_foundation_warrantyb.gif");
preloadButtonSet(13,
"../images/buttons/b_foundation_permits_off.gif","../images/buttons/b_foundation_permits.gif");
preloadButtonSet(14,
"../images/b_foundation_10-steps_off.gif","../images/b_foundation_10-steps.gif");
preloadButtonSet(15,
"../images/b_foundation_testimonials_off.gif","../images/b_foundation_testimonails.gif");
preloadButtonSet(16,
"../images/b_foundation_realestate_off.gif","../images/b_foundation_realestate.gif");
 function lighten(num) { if(version=="n3") {if (document.images)
   eval("document.button"+num+".src = lighted_pics["+num+"].src;");
   return false; } }
 function darken(num) { if(version=="n3") { if (document.images)
   eval("document.button"+num+".src = darkened_pics["+num+"].src;");
   return false; } }
//END HIDE-->

