
/* - ressources-blois/popup.js - */
// http://www.catholique-blois.net/portal_javascripts/ressources-blois/popup.js?original=1
function FenCentre(url,largeur,hauteur){var Dessus=(screen.height/2)-(hauteur/2);var Gauche=(screen.width/2)-(largeur/2);var features='height='+hauteur+',width='+largeur+',top='+Dessus+',left='+Gauche+",scrollbars=yes";theWin=window.open(url,'',features)}


