	// Inizializzazione HierMenus
	if(window.event + "" == "undefined") event = null;
	function HM_f_PopUp(){return};
	function HM_f_PopDown(){return};
	popUp = HM_f_PopUp;
	popDown = HM_f_PopDown;

	HM_DOM = (document.getElementById) ? true : false;
	HM_NS4 = (document.layers) ? true : false;
	HM_NS4old = (HM_NS4 && (parseFloat(navigator.appVersion) < 4.02));
	HM_IE = (document.all) ? true : false;
	HM_IE4 = HM_IE && !HM_DOM;
	HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
	HM_Unix = (navigator.appVersion.indexOf("X11") != -1);
	HM_IE4M = HM_IE4 && HM_Mac;
	HM_IsMenu = (HM_DOM || (HM_NS4 && !HM_NS4old) || (HM_IE && !HM_IE4M));
	
	
	
	
	//		SECONDA PARTE
	
	// Pixels dal bordo sinistro browser
	var menuWidth = 150;
	
	// Distanza (verticale) degli "item" dalle voci di menu
	var topPosition = 85;
	
	// Distanza (orizzontale) delle voci di un menu da quelle di un altro
	var button_spacing = 108;
	
	// Distanza della barra dei menu dal bordo sinistro del browser
	var currentPosition = menubar.offsetLeft + 200;

// ###############################################################			

//		 L'Azienda

				HM_Array1 = [
				[,currentPosition,topPosition],			
			["Nascita","profilo.htm",1,0,0],["Tappe","tappe.htm",1,0,0],["Persone","persone.htm",1,0,0],["Referenze","referenze.htm",1,0,0],["Collaborazioni","partner.htm",1,0,0],["Missione","missione.htm",1,0,0]
			]
				currentPosition = currentPosition + button_spacing;
			

// ###############################################################			

//		 L'Offerta

				HM_Array2 = [
				[,currentPosition,topPosition],			
			["Servizi di Information Technology","infotech.htm",1,0,0],["Consulenza","consulenza.htm",1,0,0],["Prestazioni professionali","prestazioni.htm",1,0,0],["Servizi & Soluzioni industriali","industriali.htm",1,0,0],["Servizio Manutenzione Software","helpdesk.htm",1,0,0]
			]
				currentPosition = currentPosition + button_spacing;
			

// ###############################################################			

//		 Qualita'
				
				HM_Array3 = [
				[,currentPosition,topPosition],			
			["Certificazione","qualmod.htm",1,0,0],["Obiettivi","qualobiett.htm",1,0,0]
			]
				currentPosition = currentPosition + button_spacing;

			
// ###############################################################			

//		 Competenze
				
				HM_Array4 = [
				[,currentPosition,topPosition],			
			["Data Warehouse","datawh.htm",1,0,0],["Integrazione Dati","integrazione.htm",1,0,0],["Tecnologie Web","tecweb.htm",1,0,0],["Object Oriented","objorient.htm",1,0,0],["Sistemi Wireless","wireless.htm",1,0,0],["Consulenza & Organizzazione","consorg.htm",1,0,0],["Sintesi","sintesi.htm",1,0,0]
			]
				currentPosition = currentPosition + button_spacing;

			
// ###############################################################			

//		 Opportunita'
							
				HM_Array5 = [
				[,currentPosition,topPosition],			
			["Skill Richiesti","skill.htm",1,0,0],["Informativa","informativa.htm",1,0,0],["Invia Curriculum","inviacv.htm",1,0,0]
			]
				currentPosition = currentPosition + button_spacing;




//			TERZA PARTE

/***************************************************************************
                         Version 4 Menu Loader

enables easier backward-compatibility of pages while allowing Netscape 6
to conditionally load scripts  
***************************************************************************/


   HM_DOM = (document.getElementById) ? true : false;
   HM_NS4 = (document.layers) ? true : false;
   HM_NS4old = (HM_NS4 && (parseFloat(navigator.appVersion) < 4.02));
   HM_IE = (document.all) ? true : false;
   HM_IE4 = HM_IE && !HM_DOM;
   HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
   HM_Unix = (navigator.appVersion.indexOf("X11") != -1);
   HM_IE4M = HM_IE4 && HM_Mac;
   HM_IsMenu = (HM_DOM || (HM_NS4 && !HM_NS4old) || (HM_IE && !HM_IE4M));


if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return};
function HM_f_PopDown(){return};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

if(HM_IsMenu) {
	document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus4.js' TYPE='text/javascript'><\/SCRIPT>");
}


window.onresize=fnMove;



						//	METODO RICHIAMATO DAL RIDIMENSIONAMENTO DELLA FINESTRA

function fnMove(){
	/* (HM_NS4) ? document.layers[HM_Menu1].tree.MenuLeft=currentPosition : (HM_DOM) ? document.getElementById("HM_Menu1.tree.MenuLeft")=currentPosition : document.all.HM_Menu1.tree.MenuLeft=currentPosition;
	*/
	currentPosition = menubar.offsetLeft+200;
	(HM_DOM) ? document.getElementById("HM_Menu1").tree.MenuLeft=currentPosition : document.all.HM_Menu1.tree.MenuLeft=currentPosition;
	currentPosition = currentPosition + button_spacing;
	(HM_DOM) ? document.getElementById("HM_Menu2").tree.MenuLeft=currentPosition : document.all.HM_Menu2.tree.MenuLeft=currentPosition;
	currentPosition = currentPosition + button_spacing;
	(HM_DOM) ? document.getElementById("HM_Menu3").tree.MenuLeft=currentPosition : document.all.HM_Menu3.tree.MenuLeft=currentPosition;
	currentPosition = currentPosition + button_spacing;
	(HM_DOM) ? document.getElementById("HM_Menu4").tree.MenuLeft=currentPosition : document.all.HM_Menu4.tree.MenuLeft=currentPosition;
	currentPosition = currentPosition + button_spacing;
	(HM_DOM) ? document.getElementById("HM_Menu5").tree.MenuLeft=currentPosition : document.all.HM_Menu5.tree.MenuLeft=currentPosition;
}
	
