<!-- jive script does not work with caveman browsers
if (document.images) {
        var utilityrates = new Image;
        utilityrates.src = "/images/nav/utilityrates.gif";
        var utilityrates_on = new Image;
        utilityrates_on.src = "/images/nav/utilityrates_on.gif";
       
        var rebate = new Image;
        rebate.src = "/images/nav/rebate.gif";
        var rebate_on = new Image;
        rebate_on.src = "/images/nav/rebate_on.gif";
      
        var otherproducts = new Image;
        otherproducts.src = "/images/nav/otherproducts.gif";
        var otherproducts_on = new Image;
        otherproducts_on.src = "/images/nav/otherproducts_on.gif";
		
		var contactinfo = new Image;
        contactinfo.src = "/images/nav/contactinfo.gif";
        var contactinfo_on = new Image;
        contactinfo_on.src = "/images/nav/contactinfo_on.gif";
       
        var policies = new Image;
        policies.src = "/images/nav/policies.gif";
        var policies_on = new Image;
        policies_on.src = "/images/nav/policies_on.gif";
}	
function jivein(imgName)       {
        document.images[imgName].src = eval(imgName + "_on.src");
}
function jiveout(imgName)      {
        document.images[imgName].src = eval(imgName + ".src");
}
// la fin -->
