/************************************************
*   Créer le 03.03.04, © Neurocom Sami Najjar 			*
*    pop              *
*************************************************/

function open_windowc(url) {
  email = window.open(url,"info",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width=520,height=450');
  }


function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
