var isNS = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4);
var div1 = (isNS) ? document.moteur_recherche : document.all.moteur_recherche.style;
objet = new Array(div1);
function cache() {
 if (navigator.appName=="Microsoft Internet Explorer") {
  tailley = document.body.clientHeight;
  taillex = document.body.clientWidth;
  offsety = document.body.scrollTop;
  offsetx = document.body.scrollLeft;
 }
 else {
  tailley = window.innerHeight;
  taillex = window.innerWidth;
  offsety = window.pageYOffset;
  offsetx = window.pageXOffset;
 }

 var milieux=0;
 var milieuy=offsety-0;
 objet[0].left=milieux;objet[0].top=milieuy;
 tempo = setTimeout("cache()", 1);
}
