<!--
if (document.images) {

	sub_pro_past_off = new Image;
	sub_pro_past_off. src = "/habitatla/images/sub_pro_past.jpg" ;
	sub_pro_past_on = new Image;
	sub_pro_past_on. src = "/habitatla/images/sub_pro_past_on.jpg" ;
	
	sub_pro_cur_off = new Image;
	sub_pro_cur_off. src = "/habitatla/images/sub_pro_cur.jpg" ;
	sub_pro_cur_on = new Image;
	sub_pro_cur_on. src = "/habitatla/images/sub_pro_cur_on.jpg" ;
	
	sub_pro_fut_off = new Image;
	sub_pro_fut_off. src = "/habitatla/images/sub_pro_fut.jpg" ;
	sub_pro_fut_on = new Image;
	sub_pro_fut_on. src = "/habitatla/images/sub_pro_fut_on.jpg" ;
	
}

//-->