\n');
}
if ( !plugin ) {
var msg="
Vous devez avoir le plug-in pour accéder à ce site : " +
"télécharger
";
document.write(msg);
}
function ouvrePopup(popurl) { // Copyright Nykos@2001-2003 for MediaXtend
var hauteur = 530;
var largeur = 520;
var pointX = (screen.width - largeur) / 2;
var pointY = (screen.height - hauteur) / 2;
if (pointX != null) {
winpops = window.open(popurl,"popup","width="+largeur+",height="+hauteur+",screenX="+pointX+",screenY="+pointY+",top="+pointY+",left="+pointX+",menubar=no,status=no,scrollbars=no,resizable=no,location=no");
} else {
winpops = window.open(popurl,"popup","width="+largeur+",height="+hauteur+",screenX=400,screenY=300,top=400,left=300,menubar=no,status=no,scrollbars=no,resizable=no,location=no");
}
}
//-->