gauche5=29;
haut5= 199;
		
color51 = "#ffffff"; 
color52 = "#006D5A";
color53 = "#000000";		
		
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<% bcol = "#FFFFFF" bcol2 = "#006D5A" url1 = "/pages/documentazione/documentazione_psl.asp" url2 = "/pages/documentazione/documentazione_leader.asp" if request.servervariables("url") = url1 then  bcol1 = "stile999"   end if   if request.servervariables("url") = url2 then  bcol2 = "stile999"   end if  %> <SPAN ID=menu5>  <table width="149"  border="1" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" bordercolor="#006D5A">  <tr>   <td height="28" bordercolor="#006D5A" bgcolor="#006D5A"><div align="center" ><a href="/pages/contatti/contatti.asp" class="Stile666">Contatti</a></div></td>   </tr>   <tr>   <td height="6"></td>   </tr>  <tr>   <td height="25" onmouseout="this.style.background=\''+color51+'\'" STYLE="cursor:hand" onmouseover="this.style.background=\''+color52+'\'" ><div align="center" ><a href="/pages/contatti/contatti_raggiungerci.asp" class="Stile777  <%=bcol1%>" >Come Raggiungerci</a></div></td>   </tr> <tr>   <td height="25" onmouseout="this.style.background=\''+color51+'\'" STYLE="cursor:hand" onmouseover="this.style.background=\''+color52+'\'" ><div align="center" ><a href="/pages/contatti/contatti_messaggio.asp" class="Stile777  <%=bcol2%>">Inviaci Un Messaggio</a></div></td>  </tr><tr>   <td height="6"></td>  </tr>  <tr>   <td height="28" bordercolor="#006D5A" bgcolor="#006D5A"><div align="center" ><a href="#su" class="Stile99988">^ Torna Su ^</a></div></td> </tr>  </table>  </span>');
