<!-- Debut script
var navigateur=navigator.appName;var abrege=navigateur.substring(0,2);
var ftx=600;var fty=450;
var fpx=0;var fpy=0;var fpxf=150;var fpxc=0;var tempobe=0;var toclose=0;
function beWindow(fpx,fpy,ftx,fty,ftitre,fichier) {
var ftxb=150;var hide="hidden";
fchaine=''
+'<div id="fenetre" style="position:absolute;visibility:hidden;z-index:50;top:'+fpy+'px;left:'+fpx+'px;width:'+ftx+'px;height:'+fty+'px;bgcolor:#0000ff;">'
+'<div id="window" style="position:absolute;z-index:50;top:21px;left:0px;width:'+(ftx)+'px;height:'+(fty)+'px;">'
+'<div id="hg" style="position:absolute;z-index:50;top:0px;left:0px;width:6px;height:6px;"><img src="../cadre/hg.gif" width="6" height="6"></div>'
+'<div id="hd" style="position:absolute;z-index:50;top:0px;left:'+(ftx-6)+'px;width:6px;height:6px;"><img src="../cadre/hd.gif" width="6" height="6"></div>'
+'<div id="bg" style="position:absolute;z-index:50;top:'+(fty-6)+'px;left:0px;width:6px;height:6px;"><img src="../cadre/bg.gif" width="6" height="6"></div>'
+'<div id="bd" style="position:absolute;z-index:50;top:'+(fty-6)+'px;left:'+(ftx-6)+'px;width:6px;height:6px;"><img src="../cadre/bd.gif" width="6" height="6"></div>'
+'<div id="b" style="position:absolute;z-index:50;top:'+(fty-6)+'px;left:6px;width:1px;height:6px;"><img src="bb1.gif" width="'+(ftx-10)+'" height="6"></div>'
+'<div id="g" style="position:absolute;z-index:50;top:6px;left:0px;width:6px;height:1px;"><img src="../cadre/g.gif" width="6" height="'+(fty-10)+'"></div>'
+'<div id="d" style="position:absolute;z-index:50;top:6px;left:'+(ftx-6)+'px;width:6px;height:1px;"><img src="dd1.gif" width="6" height="'+(fty-10)+'"></div>'
+'</div>'
+'<div id="titre" style="position:absolute;z-index:50;top:6px;left:6px;width:'+(ftx-280)+'px;height:21px;">'
+'<table CELLPADDING=0 CELLSPACING=0 border=1 width="'+(ftxb-60)+'" height="21"><tr><td align="right" bgcolor=rgb(188,214,224)><FONT FACE="verdana" SIZE=1 color="#000000">'+ftitre+'</FONT></td></tr></table>'
+'<div style="position:absolute;z-index:50;top:0px;left:0px;"><a href="#" onclick="javascript:return closebe();"><IMG src="../cadre/tg.gif" BORDER=0 WIDTH=21 HEIGHT=21 ></A></div>'
+'<div style="position:absolute;z-index:50;top:0px;left:20px;"><IMG src="td.gif" BORDER=0 WIDTH=4 HEIGHT=21></div>'
+'</div>'
+'<div id="interieur" style="position:absolute;z-index:50;top:27px;left:6px;width:'+(ftx-12)+'px;height:'+(fty-12)+'px;">'
+'<iframe name="inbeos" TOP=0 LEFT=100 WIDTH='+(ftx-12)+' HEIGHT='+(fty-12)+' border=1 FRAMEBORDER=1 scrolling=YES src="'+fichier+'"></iframe>'
+'</DIV>'
+'</div>'
+'</div>'
document.write(fchaine);
}
function slidebe() {
fpx+=fpxc;
if ((fpx>fpxf) && (toclose==0)) {fpx=fpxf;fpxc=0;}
if (toclose==1) {fpxc=fpxc-15;}
document.all.fenetre.style.left=fpx;
if (fpx<-700) {
fpxc=0;fpx=100;toclose=0;
<!-- inbeos.location.href="fond.htm"; -->
document.all.fenetre.style.visibility="hidden";
}
tempobe=setTimeout('slidebe();',5);
}
function apercu(fichier) {
if (abrege=="Mi"){
self.clearTimeout();self.clearInterval();
document.all.fenetre.style.top=document.body.scrollTop+(document.body.clientHeight/2)-140;
document.all.fenetre.style.left=-700;fpx=-700;fpxf=(document.body.clientWidth/2)-250;fpxc=100;toclose=0;
document.all.fenetre.style.visibility="visible";
inbeos.location.href=fichier;
}
else {myWindow=open(fichier, "newWindow", "width=400,height=250,menubar=no,resizable=no,scrollbars=YES,status=no,toolbar=no");}
return false;
}
function closebe() {
fpxc=160;toclose=1;
return false;
}

if (abrege=="Mi"){beWindow(100,250,450,300,"fermeture"," ");slidebe();}
//  Fin script -->
