/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE *******
*/
_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // The time delay before menus open on mouse over
_subOffsetTop=10 // Sub menu top offset
_subOffsetLeft=-10 // Sub menu left offset
with(menuStyle=new mm_style()){
onbgcolor="#FBDD5D";
oncolor="black";
offbgcolor="#F5A029";//#A8D3FB";
offcolor="#333333";//#0000ff";
bordercolor="#F6F1F3";//#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="none";
separatorsize="10";
padding=3;
fontweight="bold";
fontsize="11px";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="black";
pagebgcolor="#FBDD5D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.gianlucafiusco.it/sito/menu_js/arrow_purple.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}
with(menuStyle2=new mm_style()){
onbgcolor="#FBD500";
oncolor="black";
offbgcolor="#FBDD5D";
offcolor="#333333";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontweight="bold";
fontsize="11px";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="navy";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.gianlucafiusco.it/sito/menu_js/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}
with(menuStyle3=new mm_style()){
onbgcolor="#FBD500";
oncolor="black";
offbgcolor="#FBDD5D";
offcolor="#333333";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontweight="bold";
fontsize="11px";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="navy";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.gianlucafiusco.it/sito/menu_js/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("Main")){
style=menuStyle;
position="relative";
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=HomePage;url=index.php;");
aI("text=Articoli;url=news.php;");
aI("text=Video;url=webtv.php;");
aI("text=Malamente;url=commenti.php;");
aI("text=Curriculum;url=curriculum.php;");
aI("text=Mailing List;url=mlist.php;");
aI("text=Contatti;url=contattaci.php;");
}
drawMenus();