
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function popLargeImage(url) {
	popL = window.open('','LargeImage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=10,height=10');
	popL.document.write('<html><head><title>Les chalets a louer - Ademarine</title>');
	popL.document.write('<scr'+'ipt language="JavaScript">');
	popL.document.write('function resizeWin() { window.resizeTo(document.images[0].width+9,document.images[0].height+55); self.focus(); }');
	popL.document.write('</scr'+'ipt>');
	popL.document.write('</head>');
	popL.document.write('<body onblur="self.close();" onload="resizeWin();" bgcolor="#ffffff" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0">');
	popL.document.write('<img src="'+url+'" border="0">');
	popL.document.write('</body></html>');
	popL.document.close();
}
