function Defilement()
{PosiFond-=1;HautiFond-=0.15;
if (PosiFond<0) {PosiFond+=315};
if (HautiFond<0) {HautiFond+=115};
document.body.style.backgroundPositionX=PosiFond;
document.body.style.backgroundPositionY=HautiFond;};

function StopDefil()
{window.clearInterval(HDefil)};

function EnterSite()
{StopDefil();
PosTop=window.screen.height-window.screen.availHeight;
PosLeft=window.screen.width-window.screen.availWidth;
SizeTop=window.screen.availHeight-48;
SizeLeft=window.screen.availWidth-12;
eval("void(open('site/fr/accueil.html','AnzelMaster','fullscreen=0, height="+SizeTop+", left="+PosLeft+", location=0, menubar=0, resizable=1, status=1, scrollbars=1, toolbar=0, top="+PosTop+", width="+SizeLeft+"',false))")};

PosiFond=0;HautiFond=0;
HDefil=window.setInterval("Defilement()",800)