function detectecran() {
var hecran = screen.height;	
var lecran = screen.width;
if (lecran==640 && hecran==480) {taillecran(546,450);  parent.window.moveTo(60,0);}
else if (lecran==800 && hecran==600) {taillecran(692,570);  parent.window.moveTo(60,0);}
else if (lecran==832 && hecran==624) {taillecran(692,570);  parent.window.moveTo(60,0);}
else if (lecran==1024 && hecran==768) {taillecran(899,740); parent.window.moveTo(60,0);}
else if (lecran==1152 && hecran==870) {taillecran(899,740); parent.window.moveTo(60,0);}
else if (lecran>=1280) {taillecran(1100,906); parent.window.moveTo(50,10);}
}

function taillecran(x,y) {
parent.window.resizeTo(x,y);
}

function popactu()
{
var largeur = 555;
var hauteur = 350;
popup = window.open('actu.php','','left=10, top=10,toolbar=1,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=' + largeur + ',height=' + hauteur +" ' ");
}

function popmeisenthal()
{
var largeur = 400;
var hauteur = 440;
popup = window.open('html/pops/meisenthal.html','','left=10, top=10,toolbar=1,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=' + largeur + ',height=' + hauteur +" ' ");
}

function popcontact()
{
var largeur = 430;
var hauteur = 460;
popup = window.open('contact/messagerie.html','','left=10, top=10,toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=1,width=' + largeur + ',height=' + hauteur +" ' ");
}

function signature()
{
popup = window.open('http://www.zelig-tm.com','','width=917,height=680,toolbar=1,location=0,directories=0,status=1,scrollbars=1,resizable=0,copyhistory=0,menuBar=1');
}

function codeko() 
{
alert("Mot de passe invalide");
}