<!--if (document.images) {  b_home_on = new Image();  b_home_on.src = "images/b_home_on.gif";  b_home_off = new Image();  b_home_off.src = "images/b_home.gif";  b_about_on = new Image();  b_about_on.src = "images/b_about_on.gif";  b_about_off = new Image();  b_about_off.src = "images/b_about.gif";  b_why_on = new Image();  b_why_on.src = "images/b_why_on.gif";  b_why_off = new Image();  b_why_off.src = "images/b_why.gif";  b_products_on = new Image();  b_products_on.src = "images/b_products_on.gif";  b_products_off = new Image();  b_products_off.src = "images/b_products.gif";  b_support_on = new Image();  b_support_on.src = "images/b_support_on.gif";  b_support_off = new Image();  b_support_off.src = "images/b_support.gif";  b_retailers_on = new Image();  b_retailers_on.src = "images/b_retailers_on.gif";  b_retailers_off = new Image();  b_retailers_off.src = "images/b_retailers.gif";  b_contact_on = new Image();  b_contact_on.src = "images/b_contact_on.gif";  b_contact_off = new Image();  b_contact_off.src = "images/b_contact.gif";  b_policy_on = new Image();  b_policy_on.src = "images/b_policy_on.gif";  b_policy_off = new Image();  b_policy_off.src = "images/b_policy.gif";  b_sitemap_on = new Image();  b_sitemap_on.src = "images/b_sitemap_on.gif";  b_sitemap_off = new Image();  b_sitemap_off.src = "images/b_sitemap.gif";  b_sitemap_on = new Image();  b_sitemap_on.src = "images/b_sitemap_on.gif";  b_sitemap_off = new Image();  b_sitemap_off.src = "images/b_sitemap.gif";  b2_sample_on = new Image();  b2_sample_on.src = "images/b2_sample_on.gif";  b2_sample_off = new Image();  b2_sample_off.src = "images/b2_sample.gif";  b2_sample2_on = new Image();  b2_sample2_on.src = "images/b2_sample_on.gif";  b2_sample2_off = new Image();  b2_sample2_off.src = "images/b2_sample.gif";  b2_sample3_on = new Image();  b2_sample3_on.src = "images/b2_sample_on.gif";  b2_sample3_off = new Image();  b2_sample3_off.src = "images/b2_sample.gif";  b2_sample4_on = new Image();  b2_sample4_on.src = "images/b2_sample_on.gif";  b2_sample4_off = new Image();  b2_sample4_off.src = "images/b2_sample.gif";}function changeImages() {  if (document.images) {    for (var i=0; i<changeImages.arguments.length; i+=2) {      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");    }  }}// -->