function hop(){
var foo = ('cont' + 'act@ch' + 'aletdespyren' +'ees.com')				
window.location.href = 'mailto:' + foo; return false;
}

function redirect(){
window.close();
window.open('http://www.chaletdespyrenees.com/');
}

function popup(page){
   window.open(page, 'popup', 'toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, copyhistory=no, menuBar=no, width=600, height=520, left=12, top=20');
}

function dblclick() {
   window.scrollTo(0,0)
}
if (document.layers) {
   document.captureEvents(Event.ONDBLCLICK);
}
   document.ondblclick=dblclick;

