//Jean-Pierre Fillion - octobre 2004
function afficherCarte(url,largeur,hauteur){
fenPhoto = null;
fenPhoto = window.open('','','width='+largeur+',height='+hauteur+',top=23,left=19,resizable=no,scrollbars=no,menubar=no');
fenPhoto.document.open();
fenPhoto.document.write('<html><head><title>Québec 2007 - Galelrie photos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title></head>'+
'<body bgcolor="#000000" topmargin="0" leftmargin="0" onblur="self.close()"><img src='+url+' border="0"></body></html>');
fenPhoto.document.close();
return false;
}

