\n');
}
function recherche(){
document.recherche.submit();
}
function changePosX(obj, menu, decalages)
{
MM_showHideLayers("divsousmenu","","hide");
var decalage = 0;
var curleft = 0;
var curtop = 0;
if (document.getElementById || document.all)
{
while (obj.offsetParent)
{
curleft += obj.offsetLeft;
curtop += obj.offsetTop;
obj = obj.offsetParent;
menu.style.left = curleft - decalage;
menu.style.top = curtop ;
}
}
else if (document.layers){
curleft += obj.x;
curtop += obj.y;
document.eval(menu).left = curleft - decalage;
document.eval(menu).top = curtop;
}
}
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i