function hidestatus(){
window.status='Hábitat Golf Santa Ponsa'
return true
}
hidestatus();
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus


function PopupPic(sPicURL) { 
    window.open("../img_pop.htm?"+sPicURL, "", "resizable=1,height=150,width=150");
    }
