_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=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#FF8844";
oncolor="#ffffff";
offbgcolor="#ff6600";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffaa66";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/gfx/layout/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=100;
left=10;
itemwidth=170;
alwaysvisible=1;
orientation="vertical";
followscroll=1;
aI("text=`<br><br><img src=\"/gfx/layout/bf_m_l.gif\"><br>&nbsp;Bitte Ihre PLZ eingeben <br><form style=\"prop:val;\" method=\"post\" action=\"/de/cbike/cobifinder.php\"><input name=plz size=9 maxlength=5 class=\"input\">&nbsp;<input style=\"vertical-align:middle;\" type=\"image\" src=\"/gfx/layout/go.gif\" width=21 height=21 border=0><input type=\"hidden\" name=umkreis value=\"250\"></form>`;");
aI("image=/gfx/layout/link.gif;text=Home;url=/de/cbike/index.html;status=Zur&uuml;ck zur Homepage;");
aI("image=/gfx/layout/link.gif;text=CoBiFinder;url=/de/cbike/cobifinder.php;");
aI("image=/gfx/layout/link.gif;text=Vermieter;url=/de/cbike/vermieter.php;");
aI("image=/gfx/layout/link.gif;text=ConferenceBike;showmenu=cbike;");
aI("image=/gfx/layout/link.gif;text=Galerie;url=/de/cbike/galerie/index.php?lang=de");
aI("image=/gfx/layout/link.gif;text=Downloads;url=/de/cbike/downloads.html;");
aI("image=/gfx/layout/link.gif;text=H&auml;ufige Fragen;url=/de/cbike/faq.html");
aI("image=/gfx/layout/link.gif;text=Velo.Saliko;url=/de/saliko/;target=_blank;");
aI("image=/gfx/layout/flagge_englisch.gif;text=English Version;url=/en/cbike/index.html");
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.html;");
aI("text=Contact Us;url=http://www.milonic.com/contactus.html;");
aI("text=Newsletter Subscription;url=http://www.milonic.com/newsletter.html;");
aI("text=FAQ;url=http://www.milonic.com/menufaq.html;");
aI("text=Discussion Forum;url=http://www.milonic.com/forum/;");
aI("text=Software License Agreement;url=http://www.milonic.com/license.html;");
aI("text=Privacy Policy;url=http://www.milonic.com/privacy.html;");
}

with(milonic=new menuname("cbike")){
style=menuStyle;
aI("text=Sich bewegen lassen;url=/de/cbike/ConferenceBike/index.html;");
aI("text=Entwicklung;url=/de/cbike/ConferenceBike/entwicklung.html;");
aI("text=C-Biking;url=/de/cbike/ConferenceBike/cbiking.html;");
aI("text=Einsatz-<br>m&ouml;glichkeiten;url=/de/cbike/ConferenceBike/einsatz.html;");
aI("text=Technische Daten;url=/de/cbike/ConferenceBike/tecdaten.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=PHP - Development;url=http://www.html.net/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=phpBB Web Forum System;url=http://www.htmlbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");
aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");
}

drawMenus();


