/*
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="#90B4CF";
oncolor="#ffffff";
offbgcolor="#A3C643";//#A8D3FB";
offcolor="#ffffff";//#0000ff";
bordercolor="#ffffff";//#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#F6F1F3";
separatorsize="4";
padding=5;
fontweight="bold";
fontsize="13px";
fontstyle="normal";
fontfamily="Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#90B4CF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.900bb.com/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="#90B4CF";
oncolor="#ffffff";
offbgcolor="#A3C643";//#A8D3FB";
offcolor="#ffffff";//#0000ff";
bordercolor="#ffffff";//#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#eeffee";
separatorsize="1";
padding=5;
fontweight="bold";
fontsize="13px";
fontstyle="normal";
fontfamily="Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#90B4CF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.900bb.com/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="#90B4CF";
oncolor="#ffffff";
offbgcolor="#A3C643";//#A8D3FB";
offcolor="#ffffff";//#0000ff";
bordercolor="#ffffff";//#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#F6F1F3";
separatorsize="1";
padding=5;
fontweight="bold";
fontsize="13px";
fontstyle="normal";
fontfamily="Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#90B4CF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.900bb.com/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=La Casa;showmenu=casa;");
aI("text=Servizi;url=servizi.php;");
aI("text=Dove Siamo;showmenu=dove_siamo;");
aI("text=Prezziario;url=prezzi.php;");
aI("text=Link;showmenu=link;");
aI("text=Contatti;url=contatti.php;");
}
with(milonic=new menuname("casa")){
style=menuStyle2;
aI("text=Le Camere;url=camere.php;showmenu=casa_camere;");
aI("text=La Sala;url=sala_comune.php;");
aI("text=Colazione In Terrazza;url=terrazza.php;");
aI("text=I Bagni;url=bagni.php;");
aI("text=Sostenibilità Perché...;url=sostenibilita.php;");
}
with(milonic=new menuname("casa_camere")){
style=menuStyle3;
aI("text=Lorenza;url=camere_lorenza.php;");
aI("text=Fanny;url=camere_fanny.php;");
aI("text=Titta;url=camere_titta.php;");
aI("text=Aglae;url=camere_aglae.php;");
}
with(milonic=new menuname("dove_siamo")){
style=menuStyle3;
aI("text=Come Raggiungerci;url=dove_siamo.php;");
aI("text=Foto Di Trapani;url=trapani.php;");
}
with(milonic=new menuname("link")){
style=menuStyle3;
aI("text=Link;url=bb_link.php;");
aI("text=Scambio Banner;url=banner.php;");
}
drawMenus();