<!--
/////////////////////////////////////////////////////////////////////////
//
//////////// Fonctions Interdiction du RIGHT CLICK
//
/////////////////////////////////////////////////////////////////////////
/*
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
*/
/////////////////////////////////////////////////////////////////////////
//
//////////// Fonctions d'affichage de chaque fenêtre
//
/////////////////////////////////////////////////////////////////////////
function modelesswin(url,mwidth,mheight){
if (document.all&&window.print) //if ie5
eval('window.showModelessDialog(url,"","help:0;resizable:0;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")')
else
eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=1,scrollbars=1")')
}

/////////////////////////////////////////////////////////////////////////
//
//////////// RESTO
//
/////////////////////////////////////////////////////////////////////////
function OuvreResto_1() {
  //neo=window.open("./sub/lacarte.html", "lien", "width=604, height=452, status=no, toolbar=no, menubar=no, location=no, resizable=no, titlebar=no, scrollbars=no, fullscreen=no, top=200, left=200")
//modelesswin("../sub/carte/index.php",507,803)  
openbox()
//initLightbox() 
}  

function OuvreResto_2() {
modelesswin("../sub/photos.php?image=1",600,600)
}  

function OuvreResto_3() {
modelesswin("../sub/photos.php?image=1",600,600)
  }  

function OuvreResto_3_1() {
modelesswin("../sub/photos.php?image=1",806,602)
 }  

function OuvreResto_3_2() {
modelesswin("../sub/photos.php?image=2",806,602)
  }  

function OuvreResto_3_3() {
modelesswin("../sub/photos.php?image=3",806,602)
  }  

function OuvreResto_3_4() {
modelesswin("../sub/photos.php?image=4",806,602)
  }  

function OuvreResto_3_5() {
modelesswin("../sub/photos.php?image=5",806,602)
  }  

function OuvreResto_3_6() {
modelesswin("../sub/photos.php?image=6",806,602)
  }  

function OuvreResto_3_7() {
modelesswin("../sub/photos.php?image=7",806,602)
  }  

function OuvreResto_3_8() {
modelesswin("../sub/photos.php?image=8",806,602)
  }  

/////////////////////////////////////////////////////////////////////////
//
//////////// HOTEL
//
/////////////////////////////////////////////////////////////////////////
function OuvreHotel_1_1() { 
modelesswin("../sub/photos.php?image=20",447,345)   
 }  

function OuvreHotel_1_2() {
modelesswin("../sub/photos.php?image=21",607,328)
  }  

function OuvreHotel_1_3() {
modelesswin("../sub/photos.php?image=22",407,352) 
  }  

function OuvreHotel_1_4() {
modelesswin("../sub/photos.php?image=23",607,344)
  }  

function OuvreHotel_1_5() {
modelesswin("../sub/photos.php?image=24",407,318)
  }  

function OuvreHotel_1_6() {
modelesswin("../sub/photos.php?image=25",487,371)
  }  
  
/////////////////////////////////////////////////////////////////////////
//
//////////// THERMES
//
/////////////////////////////////////////////////////////////////////////
function OuvreThermes_1() { 
modelesswin("../sub/",447,345)   
 }  
 function OuvreThermes_2() {   
modelesswin("../sub/galerie.php",600,700)   
 }  
 


//-->
