	var strPath = "";
	var subclass = "class='bianco12'";
				  
	var strlink = "<div align=left><a href='" + strPath + "../supporto/gotohome.asp' " + subclass + ">home</a> |";
	strlink = strlink + " <a href='" + strPath + "../azienda/dovesiamo.asp' " + subclass + ">where we are</a> |";
	strlink = strlink + " <a href='" + strPath + "../azienda/contattaci.asp' " + subclass + ">contact us</a> |";
	strlink = strlink + " <a href='" + strPath + "../azienda/lavoraconnoi.asp' " + subclass + ">work with us</a> |";
	strlink = strlink + " <a href='" + strPath + "../supporto/mappa.asp' " + subclass + ">map</a> |";
	strlink = strlink + " <a href='" + strPath + "../supporto/login.asp'" + subclass + ">login</a>"; 
	strlink = strlink + "<br><br><a href='" + strPath + "../supporto/freeware eraclito.asp' class=rosso12><b>Eraclito freeware</b></a></div>";
	document.write (strlink);

