<!--
function affiche_acces(reference)
{
var top=(screen.height-391)/2;
var left=(screen.width-592)/2;
window.open("http://www.xacces.com/acces_pays.cgi?ref="+reference,"","top="+top+",left="+left+",width="+592+",height="+391+",menubar=no,scrollbars=no,statusbar=no");
}

function affiche_acces_simple(reference)
{
var top=(screen.height-250)/2;
var left=(screen.width-400)/2;
window.open("http://www.xacces.com/acces_pays_pp.cgi?ref="+reference,"","top="+top+",left="+left+",width="+400+",height="+250+",menubar=no,scrollbars=no,statusbar=no");
}
//-->