
 <!--
 
 btn_home_off = new Image(50,21);
 btn_home_off.src = "/assets/mnu_home_off.gif";
 btn_home_ovr = new Image(50,21);
 btn_home_ovr.src = "/assets/mnu_home_ovr.gif";
 btn_home_on = new Image(50,21);
 btn_home_on.src = "/assets/mnu_home_on.gif";

 btn_companies_off = new Image(82,21);
 btn_companies_off.src = "/assets/mnu_companies_off.gif";
 btn_companies_ovr = new Image(82,21);
 btn_companies_ovr.src = "/assets/mnu_companies_ovr.gif";
 btn_companies_on = new Image(82,21);
 btn_companies_on.src = "/assets/mnu_companies_on.gif";

 btn_marine_off = new Image(65,21);
 btn_marine_off.src = "/assets/mnu_marine_off.gif";
 btn_marine_ovr = new Image(65,21);
 btn_marine_ovr.src = "/assets/mnu_marine_ovr.gif";
 btn_marine_on = new Image(65,21);
 btn_marine_on.src = "/assets/mnu_marine_on.gif";

 btn_automotive_off = new Image(96,21);
 btn_automotive_off.src = "/assets/mnu_automotive_off.gif";
 btn_automotive_ovr = new Image(96,21);
 btn_automotive_ovr.src = "/assets/mnu_automotive_ovr.gif";
 btn_automotive_on = new Image(96,21);
 btn_automotive_on.src = "/assets/mnu_automotive_on.gif";

 btn_utilities_off = new Image(73,21);
 btn_utilities_off.src = "/assets/mnu_utilities_off.gif";
 btn_utilities_ovr = new Image(73,21);
 btn_utilities_ovr.src = "/assets/mnu_utilities_ovr.gif";
 btn_utilities_on = new Image(73,21);
 btn_utilities_on.src = "/assets/mnu_utilities_on.gif";

 btn_product_care_off = new Image(96,21);
 btn_product_care_off.src = "/assets/mnu_product_care_off.gif";
 btn_product_care_ovr = new Image(96,21);
 btn_product_care_ovr.src = "/assets/mnu_product_care_ovr.gif";
 btn_product_care_on = new Image(96,21);
 btn_product_care_on.src = "/assets/mnu_product_care_on.gif";

 btn_contact_off = new Image(72,21);
 btn_contact_off.src = "/assets/mnu_contact_off.gif";
 btn_contact_ovr = new Image(72,21);
 btn_contact_ovr.src = "/assets/mnu_contact_ovr.gif";
 btn_contact_on = new Image(72,21);
 btn_contact_on.src = "/assets/mnu_contact_on.gif";
 
 function button(id,state){
   if(!document.layers){eval ("btn_" + id + ".src = btn_" + id + "_" + state + ".src");}
 }
 
 //-->
 