function lancio(URL){
location.href = URL;
}
function pop(URL){
mywin001=openIT(URL,0,0,null,null,'mywin001',5,false,false,false);
}


	Home = new Menu("H o m e","../../../index_win.html", true, "lancio")
	CV = new Menu("la galleria","../../../about.html", true, "lancio")
		studi = new Menu("location","../../../location.html", true, "lancio")
		esperienze = new Menu("contatti","../../../contatti.html", true, "lancio")
	Artisti = new Menu("Artisti","../../../artisti.html", true , "lancio")

			
	Sandy = new Menu("Galleria","c.html", true, "lancio")
	back = new Menu("Sandy Skoglund","../sandy.html", true, "lancio")


Home.subMenu[0] = CV
	CV.subMenu[0] = studi
	CV.subMenu[1] = esperienze
Home.subMenu[1] = Artisti

	
Home.subMenu[2] = back


/*=========================================================
	- definizione degli stili -
=========================================================*/

// definizione della posizione assoluta del menu nel BODY (obbligatoria):

stiliBoxDefault = ["position=absolute","left=0px","top=400px"];

// poichè alcuni stili devono essere obbligatoriamente definiti uguali
// in tutti e tre i principali vettori di stili, possiamo utilizzare la seguente sintassi
// (valori in pixel)

alt = 15; 
lar = 100;
fSize = 9;

backC = "#666666";
foreC = "#ffffff";
foreS = "#fcfcfc";

for(i=1; i<=4; i++) {
	window["im"+i] = new Image();
	window["im"+i].src = "images/"+i+".gif"
}


stiliCenDefault = ["position=absolute","width="+lar+"px","height="+alt+"px",
"backgroundColor="+backC,"color="+foreC,"textAlign=center","fontSize="+fSize+"px","fontFamily=Verdana","cursor=default"]

stiliSupDefault = ["position=absolute","width="+lar+"px","height="+alt+"px",
"backgroundImage=url('"+im1.src+"')","color="+foreS,"textAlign=center",
"fontFamily=Verdana","fontSize="+fSize+"px","cursor=default",
"borderLeftStyle=solid","borderLeftWidth=1px","borderLeftColor=#666666"]

stiliSubDefault = ["position=absolute","width="+lar+"px","height="+alt+"px",
"backgroundImage=url('"+im2.src+"')","color="+foreS,"textAlign=center",
"fontFamily=Verdana","fontSize="+fSize+"px","cursor=default",
"borderLeftStyle=solid","borderLeftWidth=1px","borderLeftColor=#666666"]

stiliRollIn =["color=white","backgroundImage=url('"+im3.src+"')","fontWeight=bold"] 
stiliRollOut=["color="+foreS,"backgroundImage=url('"+im1.src+"')","fontWeight=normal"] 

stiliRollInSub =["color=white","backgroundImage=url('"+im4.src+"')","fontWeight=bold"] 
stiliRollOutSub=["color="+foreS,"backgroundImage=url('"+im2.src+"')","fontWeight=normal"] 


