<!--
        if (document.images) {      
        
        pic1on = new Image();
        pic1off = new Image();
		//pic1clk = new Image();
		
        pic1on.src="../images/common/schedule_on.jpg";
        pic1off.src="../images/common/schedule.jpg";
		//pic1clk.src="../images/common/national_in.jpg";
                                
        pic2on = new Image();
        pic2off = new Image();
        pic2on.src="../images/common/email_friend_on.jpg";
        pic2off.src="../images/common/email_friend.jpg";
		
		pic3on = new Image();
        pic3off = new Image();
        pic3on.src="../images/common/area_map_on.jpg";
        pic3off.src="../images/common/area_map.jpg";
		
		pic4on = new Image();
        pic4off = new Image();
        pic4on.src="../images/common/brochure_on.jpg";
        pic4off.src="../images/common/brochure.jpg";
		
		pic5on = new Image();
        pic5off = new Image();
        pic5on.src="../images/common/video_button_on.jpg";
        pic5off.src="../images/common/video_button.jpg";
		
		pic6on = new Image();
        pic6off = new Image();
        pic6on.src="../images/common/plan_parcel_on.jpg";
        pic6off.src="../images/common/plan_parcel.jpg";
		
		pic7on = new Image();
        pic7off = new Image();
        pic7on.src="../images/common/request_info_on.jpg";
        pic7off.src="../images/common/request_info.jpg";
		
		pic8on = new Image();
        pic8off = new Image();
		pic8on.src="../images/common/schedule_on.jpg";
        pic8off.src="../images/common/schedule.jpg";
		
		pic9on = new Image();
        pic9off = new Image();
		pic9on.src="../images/common/plan2_on.jpg";
        pic9off.src="../images/common/plan2_off.jpg";
		
		pic10on = new Image();
        pic10off = new Image();
		pic10on.src="../images/common/parcel2_on.jpg";
        pic10off.src="../images/common/parcel2_off.jpg";
		
		pic11on = new Image();
        pic11off = new Image();
		pic11on.src="../images/common/view_newsletter.jpg";
        pic11off.src="../images/common/view_newsletter_on.jpg";
		
		pic12on = new Image();
        pic12off = new Image();
		pic12on.src="../images/common/preview_newsletter_on.jpg";
        pic12off.src="../images/common/preview_newsletter.jpg";
		
		pic13on = new Image();
        pic13off = new Image();
		pic13on.src="../images/common/featured_properties.jpg";
        pic13off.src="../images/common/featured_properties_on.jpg";
			
		downloadon = new Image();
        downloadoff = new Image();
		downloadon.src="../images/common/downloadbrochure_on.jpg";
        downloadoff.src="../images/common/downloadbrochure_off.jpg";
			
		planon = new Image();
        planoff = new Image();
		planon.src="../images/common/floorplan_on.jpg";
        planoff.src="../images/common/floorplan_off.jpg";
		
		parcelon = new Image();
        parceloff = new Image();
		parcelon.src="../images/common/parceln_on.jpg";
        parceloff.src="../images/common/parcel_off.jpg";
		
		videoon = new Image();
        videooff = new Image();
		videoon.src="../images/common/video_on.jpg";
        videooff.src="../images/common/video_off.jpg";
			
			
				
				
        }
//-->
