<SCRIPT LANGUAGE = "JavaScript">
<!--
    var base = "";
        if (document.images) {            
            img1on = new Image();    img1on.src = "Graphics/Index-2.jpg"; 
            img2on = new Image();    img2on.src = "Graphics/Profile-2.jpg";  
            img3on = new Image();    img3on.src = "Graphics/Staff-2.jpg";  
            img4on = new Image();    img4on.src = "Graphics/OilAndGas-2.jpg";  
            img5on = new Image();    img5on.src = "Graphics/Home-2.jpg";  
            img6on = new Image();    img6on.src = "Graphics/Biz-2.jpg";  
            img7on = new Image();    img7on.src = "Graphics/Tips-2.jpg";  
            img8on = new Image();    img8on.src = "Graphics/Contact-2.jpg";  
            img11on = new Image();    img11on.src = "Graphics/InsuringHomes2.jpg";  
            img12on = new Image();    img12on.src = "Graphics/InsuringOilAndGas2.jpg";  
         
            img1off = new Image();    img1off.src = "Graphics/Index-1.jpg"; 
            img2off = new Image();    img2off.src = "Graphics/Profile-1.jpg";  
            img3off = new Image();    img3off.src = "Graphics/Staff-1.jpg";  
            img4off = new Image();    img4off.src = "Graphics/OilAndGas-2.jpg";  
            img5off = new Image();    img5off.src = "Graphics/Home-1.jpg";  
            img6off = new Image();    img6off.src = "Graphics/Biz-1.jpg";  
            img11off = new Image();    img11off.src = "Graphics/InsuringHomes1.jpg";  
            img12off = new Image();    img12off.src = "Graphics/InsuringOilAndGas1.jpg"; }
    function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }
    function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");        
            }
    }
// -->
</SCRIPT>
<SCRIPT LANGUAGE=JavaScript>
<!-- suppress javascript errors -->
<!-- Begin
function blockError(){return true;}
window.onerror = blockError;
//  End -->
</SCRIPT>


