<!--
if (document.images) {

	sub_home_how_off = new Image;
	sub_home_how_off. src = "/habitatla/images/sub_home_how.jpg" ;
	sub_home_how_on = new Image;
	sub_home_how_on. src = "/habitatla/images/sub_home_how_on.jpg" ;
	
	sub_home_res_off = new Image;
	sub_home_res_off. src = "/habitatla/images/sub_home_res.jpg" ;
	sub_home_res_on = new Image;
	sub_home_res_on. src = "/habitatla/images/sub_home_res_on.jpg" ;
	
	sub_home_spot_off = new Image;
	sub_home_spot_off. src = "/habitatla/images/sub_home_spot.jpg" ;
	sub_home_spot_on = new Image;
	sub_home_spot_on. src = "/habitatla/images/sub_home_spot_on.jpg" ;
}

//-->