/*********************************************
*   Créer le 20.07.05, © contact@wwwind.ch   *
*    Zoom pour les photos d'Heli-Moudon'5    *
**********************************************/

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);
}
