if (document.images) {
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that does the mouse over image stuff

       if (document.images != null) {

mainNavHomeon = new Image(1,1);
mainNavHomeon.src = "images/home_on.gif";
mainNavHomeoff = new Image(1,1);
mainNavHomeoff.src = "images/home_off.gif";
        
mainNavProductson = new Image(1,1);
mainNavProductson.src = "images/products_on.gif";
mainNavProductsoff = new Image(1,1);
mainNavProductsoff.src = "images/products_off.gif";

mainNavDistributorson = new Image(1,1);
mainNavDistributorson.src = "images/distributors_on.gif";
mainNavDistributorsoff = new Image(1,1);
mainNavDistributorsoff.src = "images/distributors_off.gif";

mainNavContactUson = new Image(1,1);
mainNavContactUson.src = "images/contact_us_on.gif";
mainNavContactUsoff = new Image(1,1);
mainNavContactUsoff.src = "images/contact_us_off.gif";

mainNavFAQson = new Image(1,1);
mainNavFAQson.src = "images/faqs_on.gif";
mainNavFAQsoff = new Image(1,1);
mainNavFAQsoff.src = "images/faqs_off.gif";


bottomNavHomeon = new Image(1,1);
bottomNavHomeon.src = "images/bottom_nav_home_on.gif";
bottomNavHomeoff = new Image(1,1);
bottomNavHomeoff.src = "images/bottom_nav_home_off.gif";
        
bottomNavProductson = new Image(1,1);
bottomNavProductson.src = "images/bottom_nav_products_on.gif";
bottomNavProductsoff = new Image(1,1);
bottomNavProductsoff.src = "images/bottom_nav_products_off.gif";

bottomNavDistributorson = new Image(1,1);
bottomNavDistributorson.src = "images/bottom_nav_distributors_on.gif";
bottomNavDistributorsoff = new Image(1,1);
bottomNavDistributorsoff.src = "images/bottom_nav_distributors_off.gif";

bottomNavContacton = new Image(1,1);
bottomNavContacton.src = "images/bottom_nav_contact_on.gif";
bottomNavContactoff = new Image(1,1);
bottomNavContactoff.src = "images/bottom_nav_contact_off.gif";

bottomNavFAQson = new Image(1,1);
bottomNavFAQson.src = "images/bottom_nav_faqs_on.gif";
bottomNavFAQsoff = new Image(1,1);
bottomNavFAQsoff.src = "images/bottom_nav_faqs_off.gif";

bottomNavBackToTopon = new Image(1,1);
bottomNavBackToTopon.src = "images/bottom_nav_back_to_top_on.gif";
bottomNavBackToTopoff = new Image(1,1);
bottomNavBackToTopoff.src = "images/bottom_nav_back_to_top_off.gif";


       }
 function img_act(imgName) {
       if (document.images != null) {
	       imgOn = eval(imgName + "on.src");
    	   document [imgName].src = imgOn;
       }
 }
 function img_inact(imgName) {
       if (document.images != null) {
	       imgOn = eval(imgName + "off.src");
	       document [imgName].src = imgOn;
       }
 }
 window.onerror=null
