<!--
        if (document.images) {      
        //Main navigation
        
		
                                
        pic1on = new Image();
        pic1off = new Image();
        pic1on.src="/images/common/jobs_on.jpg";
        pic1off.src="/images/common/jobs_off.jpg";
		
		pic2on = new Image();
        pic2off = new Image();
        pic2on.src="/images/common/talent_on.jpg";
        pic2off.src="/images/common/talent_off.jpg";
		
		pic3on = new Image();
        pic3off = new Image();
		pic3click = new Image();
        pic3on.src="/images/common/forum_on.jpg";
        pic3off.src="/images/common/forum_off.jpg";
		
		pic4on = new Image();
        pic4off = new Image();
        pic4on.src="/images/common/mall_on.jpg";
        pic4off.src="/images/common/mall_off.jpg";
		
		pic5on = new Image();
        pic5off = new Image();
        pic5on.src="/images/common/agent_on.jpg";
        pic5off.src="/images/common/agent_off.jpg";
		
		
		
		
		
		
		
		

        }
//-->