


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#3399cc";
oncolor="#ffffff";
offbgcolor="#336699";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#666666', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=128;
left=29;
alwaysvisible=1;
overflow="fixed";
aI("text=About us;showmenu=About us;");
aI("text=Practice Areas;showmenu=Practice Areas;");
aI("text=Companies search;url=MenuSx/RicercaAziendeIN.htm;target=centrale");
aI("text=Products search;url=MenuSx/RicercaProdottiIN.htm;target=centrale");
aI("text=Steel;showmenu=Steel;");
aI("text=The steel world;showmenu=The steel world;");
aI("text=Related organizations;showmenu=Related organizations;");
aI("text=Contact us;url=MenuSx/ContattiIN.htm;target=centrale");

}

with(milonic=new menuname("About us")){
style=menuStyle;
overflow="scroll";
aI("text=Profile;url=MenuSx/ProfiloIN.htm;target=centrale");
aI("text=History;url=MenuSx/StoriaIN.htm;target=centrale");
aI("text=Statutes;url=Pdf/StatutoIN.pdf;target=_blank");
aI("text=The President’s Committee;url=MenuSx/ComitatoPresidenzaIN.htm;target=centrale");
aI("text=The Board of Directors;url=MenuSx/ConsiglioDirettivoIN.htm;target=centrale");
aI("text=Organization chart;url=MenuSx/OrganigrammaIN.htm;target=centrale");
aI("text=Offices;url=MenuSx/SediIN.htm;target=centrale");

}

with(milonic=new menuname("Practice Areas")){
style=menuStyle;
aI("text=Services;url=MenuSx/ServiziIN.htm;target=centrale");
aI("text=Industrial relations;url=MenuSx/RelazioniIndustrialiIN.htm;target=centrale");
aI("text=Associations;showmenu=Associations;");
}

with(milonic=new menuname("Steel")){
style=menuStyle;
aI("text=Properties;url=MenuSx/ProprietaIN.htm;target=centrale");
aI("text=Applications;url=MenuSx/ApplicazioniIN.htm;target=centrale");
aI("text=Technology Research;url=MenuSx/RicercaTecnologicaIN.htm;target=centrale");
aI("text=Recycling;url=MenuSx/RiciclabilitaIN.htm;target=centrale");
aI("text=Products;url=MenuSx/ProdottiIN.htm;target=centrale");
}

with(milonic=new menuname("The steel world")){
style=menuStyle;
aI("text=Market situation;url=MenuSx/ScenarioGlobaleIN.htm;target=centrale");
aI("text=Steel industry in Italy;url=MenuSx/SiderurgiaInItaliaIN.htm;target=centrale");
}

with(milonic=new menuname("Related organizations")){
style=menuStyle;
aI("text=Affiliated organizations;showmenu=Affiliated organizations;");
aI("text=Associated organizations;showmenu=Associated organizations;");
}

with(milonic=new menuname("Affiliated organizations")){
style=menuStyle;
aI("text=Riconversider;url=MenuSx/RiconversiderIN.htm;target=centrale");
aI("text=Unsider;url=MenuSx/UnsiderIN.htm;target=centrale");
aI("text=Siderservizi;url=MenuSx/SiderserviziIN.htm;target=centrale");
}

with(milonic=new menuname("Associated organizations")){
style=menuStyle;
aI("text=Nuovo Campsider;url=MenuSx/CampsiderIN.htm;target=centrale");
aI("text=Gas Intensive;url=MenuSx/GasIntensiveIN.htm;target=centrale");

}


with(milonic=new menuname("Contact us")){
style=menuStyle;
}


with(milonic=new menuname("Associations")){
style=menuStyle;
aI("text=Long and flat products;url=MenuSx/AssPLunghiIN.htm;target=centrale");
aI("text=Tubes and First processing;url=MenuSx/AssTubiIN.htm;target=centrale");
aI("text=Electric furnace steel products;url=MenuSx/AssElIN.htm;target=centrale");
aI("text=Special Steel Products;url=MenuSx/AssAcciaiSIN.htm;target=centrale");}



drawMenus();

