﻿/* Queue the Site Load Events
===================================================================================== */
addLoadEvent(initBG);
addLoadEvent(initClearInputs);
addLoadEvent(initFlashBorders);  

function initBG() {
   if (getElementsByClass('InsideQuote',null,'div').length > 0){
        document.getElementById('ctl00_Wrapper').style.background = '#6B6B6B url(../../Images/menubg.gif) repeat-y top left';
        
        var n = getElementsByClass('Normal',null,'div');
        
        for (i = 0; i < n.length;i++){
            n[i].style.styleFloat = "left";
            n[i].style.cssFloat = "left";
            n[i].style.width = "350px";
        }
   }
}