/************************************************
*    Zoom pour les photos de la Peña           *
*  Créer le 10.06.04                           *
 **********************************************/

function open_windowc(url) {
  email = window.open(url,"info",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width=485,height=380');
  }


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);
}