<!--
        if (document.images) {      
        
        pic1on = new Image();
        pic1off = new Image();
        pic1on.src="../images/common/national_on.jpg";
        pic1off.src="../images/common/national_off.jpg";
                                
        pic2on = new Image();
        pic2off = new Image();
        pic2on.src="../images/common/sales_on.jpg";
        pic2off.src="../images/common/sales_in.jpg";
		
		pic3on = new Image();
        pic3off = new Image();
        pic3on.src="../images/common/agents_on.jpg";
        pic3off.src="../images/common/agents_off.jpg";
		
		pic4on = new Image();
        pic4off = new Image();
        pic4on.src="../images/common/resources_on.jpg";
        pic4off.src="../images/common/resources_off.jpg";
		
				
        }
//-->