<!--
function call_window(fichier,options)
{
    suite=window.open(fichier,'suite',options);
    suite.location.href=fichier;
    delay=setTimeout("suite.focus();",1000);

}
//-->