function soumettre(){ if(document.form.Recherche.value!="") window.location="/sicae/Site.nsf/vRecherche?SearchView&Query="+document.form.Recherche.value+"&SearchOrder=4"; } function suivant(){ path = document.form.Path.value; Annee = document.form.Annee.value; Month = document.form.Mois.value; if(parseInt(Month)==12){ Month = 1; Annee = parseInt(Annee) + 1 ; } else{ Month = parseInt(Month) + 1; } if(path=="") path = window.location.href; else path = document.form.Path.value pos = path.indexOf("#top") if(pos!=-1) path=path.substring(0, pos); window.location= path + "&M="+Month+"&A="+Annee; } function precedent(){ path = document.form.Path.value; Annee = document.form.Annee.value; Month = document.form.Mois.value; if(parseInt(Month)==1){ Month = 12; Annee = parseInt(Annee) - 1 ; } else{ Month = parseInt(Month) - 1; } if(path=="") path = window.location.href; else path = document.form.Path.value pos = path.indexOf("#top") if(pos!=-1) path=path.substring(0, pos); window.location= path + "&M="+Month+"&A="+Annee; } function swapNavOver(pElement){ pElement.className = "NavNiv0Over"; } function swapNavOut(pElement){ pElement.className = "NavNiv0"; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&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
"+texte+"
 "; var finalPosX=posX-xOffset; if (finalPosX<0) finalPosX=0; if (document.layers) { document.layers["bulle"].document.write(contenu); document.layers["bulle"].document.close(); document.layers["bulle"].top=posY+yOffset; document.layers["bulle"].left=finalPosX; document.layers["bulle"].visibility="show";} if (document.all) { bulle.innerHTML=contenu; document.all["bulle"].style.top=posY+yOffset; document.all["bulle"].style.left=finalPosX;//f.x-xOffset; document.all["bulle"].style.visibility="visible"; } else if (document.getElementById) { document.getElementById("bulle").innerHTML=contenu; document.getElementById("bulle").style.top=posY+yOffset; document.getElementById("bulle").style.left=finalPosX; document.getElementById("bulle").style.visibility="visible"; } } function getMousePos(e) { if (document.all) { posX=event.x+document.body.scrollLeft; posY=event.y+document.body.scrollTop; } else { posX=e.pageX; posY=e.pageY; } } function HideBulle() { if (parent.document.layers) {parent.document.layers["bulle"].visibility="hide";} if (parent.document.all) {parent.document.all["bulle"].style.visibility="hidden";} else if (parent.document.getElementById){parent.document.getElementById("bulle").style.visibility="hidden";} } function InitBulle(ColTexte,ColFond,ColContour,NbPixel) { IB.ColTexte=ColTexte;IB.ColFond=ColFond;IB.ColContour=ColContour;IB.NbPixel=NbPixel; if (document.layers) { window.captureEvents(Event.MOUSEMOVE);window.onMouseMove=getMousePos; document.write(""); } if (document.all) { document.write(""); document.onmousemove=getMousePos; } else if (document.getElementById) { document.onmousemove=getMousePos; document.write(""); } }