<!--
function disable_room(f){ 
if(f.id_realty.value!=1) f.id_room.disabled=1;
else  f.id_room.disabled=0;
}
//-->