
/*
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=5               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#CFCFCF";
oncolor="#C7022E";
offbgcolor="#7BA6C9";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
fontweight="bold";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CFCFCF";
headercolor="#cccccc";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=133;
left=20;
alwaysvisible=1;
followscroll="1";
orientation="vertical";
aI("text=Home;url=default.asp;status=Zurück zur Hauptseite;");
aI("text=Nächste Anlässe;url=detail.asp;");
aI("text=Zunftvorstand;url=zunftvorstand.asp;");
aI("text=Zunftpfleger;url=zunftpfleger.asp;");
aI("text=Zunftspiel;url=zunftspiel.asp;");
aI("text=Zunftmusik;url=zunftmusik.asp;");
aI("text=Über die Zunft;url=#;showmenu=zunfthaus");
aI("text=Archiv;url=#;showmenu=Archiv");
aI("text=Kontakt;showmenu=kontakt;");
aI("text=Links;url=links.asp;");
/*aI("text=***********;url=#"); */
aI("offbgcolor=#b6212c;offcolor=#ffffff;text=Intern;url=asplogin/;");
aI("offbgcolor=#b6212c;offcolor=#ffffff;text=Intern Vorstand;url=asplogin/vorstand/;");
}

with(milonic=new menuname("zunfthaus")){
style=menuStyle;
aI("text=Zunftgeschichte;url=geschichte.asp;");
aI("text=Zunftmeister seit 1358;url=zunftmeister.asp;");
aI("text=Zunfthaus;url=zunfthaus.asp;");
aI("text=Zunftstube;url=zunftstube.asp;");
aI("text=Zunftschatz;url=zunftschatz.asp;");
aI("text=Webernbrunnen;url=webernbrunnen.asp;");
}

with(milonic=new menuname("Archiv")){
style=menuStyle;
aI("text=Frühere Mitteilungen;url=archiv.asp;");
aI("text=Archiv;url=archiv2.asp;");
aI("text=Neujahrskarten;url=neujahrskarten.asp;");
}

with(milonic=new menuname("kontakt")){
style=menuStyle;
aI("text=Adresse;url=adresse.asp;");
/*aI("text=Kontakt Formular;url=feedback.html;"); */
aI("text=email schreiben;url=#;showmenu=email");
aI("text=Webmaster;url=webmaster.asp;");
aI("text=Impressum;url=impressum.asp;");
aI("text=Fotoalbum;url=http://www.gallery.subido.ch/gallery/view_album.php?set_albumName=webernzunft;target=_new;");
aI("text=G&auml;stebuch;url=http://www.webernzunft.ch/webguestbook/default.asp;");
}

with(milonic=new menuname("email")){
style=menuStyle;
aI("text=Meister;url=mailto:meister@webernzunft.ch;");
aI("text=Statthalter;url=mailto:statthalter@webernzunft.ch;");
aI("text=Seckelmeister;url=mailto:seckelmeister@webernzunft.ch;");
aI("text=Schreiber;url=mailto:schreiber@webernzunft.ch;");
aI("text=Stubenmeister;url=mailto:stubenmeister@webernzunft.ch;");
aI("text=Spielchef;url=mailto:spielchef@webernzunft.ch;");
aI("text=Bannerherr;url=mailto:fredy-1@bluewin.ch;");
aI("text=Schreiber2;url=mailto:schreiber2@webernzunft.ch;");
aI("text=Zeugherr;url=mailto:zeugherr@webernzunft.ch;");
aI("text=Bauherr;url=mailto:bauherr@webernzunft.ch;");
aI("text=Irtenmeister;url=mailto:irtenmeister@webernzunft.ch;");
aI("text=Webmaster;url=mailto:webmaster@subido.ch;");
}

drawMenus();
/*
with(milonic=new menuname("intern")){
style=menuStyle;
aI("text=download;url=download.asp;");
aI("text=Internes;url=http://www.subido.ch/webern/intern/asplogin/;target=_new;");
aI("text=Admin;url=http://www.subido.ch/webern/db.asp;target=_new;");
}

with(milonic=new menuname("aktuelles")){
style=menuStyle;
overflow="scroll";
aI("text=Anmeldeformular;url=feedback.php;");
aI("text=Anl&auml;sse;url=detail.asp;");
aI("text=Zunftessen;url=#;");
aI("text=fotogallerie;url=http://www.reisen.subido.ch/gallery;target=_new;");
}

with(milonic=new menuname("bilder")){
style=menuStyle;
aI("text=Zunftschatz;url=#;");
aI("text=Zunfthaus;url=#;");
aI("text=fotogallerie;url=http://www.reisen.subido.ch/gallery;target=_new;");
}
*/


