





_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=0              // Sub menu top offset

_subOffsetLeft=0            // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x







with(menuStyle=new mm_style()){

onbgcolor="#336699";

oncolor="#ffffff";

offbgcolor="#DCDCDC";

offcolor="#15497B";

bordercolor="#296488";

borderstyle="solid";

borderwidth="0";

separatorcolor="#296488";

separatorsize="1";

padding="5";

fontsize="75%";

fontstyle="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="black";

pagebgcolor="#DCDCDC";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="/images/arrow_down.gif";

subimagepadding="5";

subimageposition="right";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#DCDCDC', Direction=0, Strength=0)";

outfilter="randomdissolve(duration=0.3)";

}



with(menuStyle1=new mm_style()){

onbgcolor="#336699";

oncolor="#ffffff";

offbgcolor="#DCDCDC";

offcolor="#15497B";

bordercolor="#296488";

borderstyle="solid";

borderwidth=1;

separatorcolor="#296488";

separatorsize="1";

padding=5;

fontsize="75%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="black";

pagebgcolor="#DCDCDC";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="/images/arrow_right.gif";

subimagepadding="5";

subimageposition="right";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#DCDCDC', Direction=0, Strength=0)";

outfilter="randomdissolve(duration=0.3)";

}

with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=0;

left=10;

alwaysvisible=1;

orientation="horizontal";

position="relative";

aI("text=Home;url=http://www.roccobello.ch;target=_top;status=Back To Home Page;");

aI("text=Kulinarisches;showmenu=Kulinarisches;");

aI("text=Unterkunft;showmenu=Unterkunft;");

aI("text=Links;showmenu=Links;");

aI("text=Kontakt;url=http://www.roccobello.ch/german/contact.htm;target=_top");

}



with(milonic=new menuname("Kulinarisches")){

style=menuStyle1;

overflow="scroll";

aI("text=Weine;url=http://www.roccobello.ch/german/kulinarisches/weine.htm;target=_top");
aI("text=Essen;url=http://www.roccobello.ch/german/kulinarisches/essen.htm;target=_top");
aI("text=Spezialitäten;url=http://www.roccobello.ch/german/kulinarisches/ravioli.htm;target=_top");

}



with(milonic=new menuname("Unterkunft")){

style=menuStyle1;

aI("text=Rustico;url=http://www.roccobello.ch/german/unterkunft/rustico.htm;target=_top");
aI("text=Preise;url=http://www.roccobello.ch/german/unterkunft/preise.htm;target=_top");
aI("text=Buchung;url=http://www.roccobello.ch/german/unterkunft/buchung.php;target=_top");

}



with(milonic=new menuname("Links")){

style=menuStyle1;

aI("text=Aktivitäten;url=http://www.ferienimtessin.de/tessin/wandern.html;target=_new");

aI("text=Ascona;url=http://www.ascona.ch/;target=;target=_new");

aI("text=Gerra Gambarogno;url=http://www.gambarogno.ch;target=_new");

aI("text=Info Tessin;url=http://www.info-tessin.com./Lago_Maggiore/Startseite/startseite.html;target=_new");

aI("text=Sternen Flaach;url=http://www.sternen-flaach.ch;target=;target=_new");

aI("text=Verzasca Tal;url=http://www.verzasca.com/;target=_new");
}








drawMenus();



rawMenus();











