function themalis_pop()
{
newWin = window.open("http://www.themalis.fr","","resizable=1,scrollbars=1,toolbar=1,location=1,height=580,width=700,top=30,left=30")
}

var y;
function menu(y)
{
var popmenu =  window.open('menu.php?menu='+y,"","resizable=1,scrollbars=1,toolbar=0,location=0,height=630,width=400,top=30,left=30")
popmenu.focus();
}

var x;
function popup_partenaire(x)
{
var popsite =  window.open(x,"","resizable=1,scrollbars=1,toolbar=1,location=1,height=580,width=750,top=30,left=30")
popsite.focus();
}

function popup_nl()
{
var popnew =  window.open("newsletter.php","","resizable=1,scrollbars=1,toolbar=0,location=0,height=580,width=750,top=30,left=30")
popnew.focus();
}

function popup_mention()
{
var popmen =  window.open("mention_legale.php","","resizable=0,scrollbars=1,toolbar=0,location=0,height=380,width=450,top=30,left=30")
popmen.focus();
}

var y=0;
function plan(y)
{
var popplan =  window.open(y,'','resizable=1,scrollbars=0,toolbar=0,location=0,height=350,width=280,top=10,left=10');
popplan.focus();
}

function valider() 
{
	document.newsletter.valider.value='Validation';
	document.newsletter.submit();
}

function resa() 
{
	document.reservation.valider.value='Validation';
	document.reservation.submit();
}

var a=0;
var x=0;
var y=0;
function popup_image(a,x,y)
{
var popimg =  window.open('zoom.php?img='+a,'','resizable=1,scrollbars=1,toolbar=0,location=0,height='+y+',width='+x+',top=10,left=10');
popimg.focus();
}

