function ouvimag(Images,lar,haut){
         a="toolbar=no, location=no, directories=no, status=yes, scrollbars=no, resizable=no, copyhistory=no, width=";
         lar
         c=", height="; 
         haut 
         e=", left=70, top=10";  
         fenetre=window.open("images.php?image="+Images, "",a+lar+c+haut+e); 
}
function openlink(url){
           window.open(url, "", "toolbar=yes, location=yes, directories=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=1000, height=700, left=10, top=20");  
}

function popfen(page,lar,haute,gauc,haut){
         a="toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=";
         b=", height=";
         c=", left=";
         d=", top=";
         window.open("page", "Lyzanxia.com", a+lar+b+haute+c+gauc+d+haut);
}

function ouvtab(Images,lar,haut) {
         a="toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=";
         lar
         c=", height="; 
         haut 
         e=", left=50, top=10";  
         fenetre=window.open(Images, "",a+lar+c+haut+e); 
}

function affiche(Id){
         document.getElementById(Id).style.display = "inline";
}
function cache(Id){
         document.getElementById(Id).style.display = "none";
}

