fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;      // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;        // 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 Netscape 4.x


with(MenuStyle=new mm_style()){
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
fontfamily="verdana,arial";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000066";
pagecolor="#000066";
pagebgcolor="#FDE3CE";
offbgcolor="#FFFFFF";
offcolor="#000066";
onbgcolor="";
oncolor="#D5350D";
padding=3;
subimage="arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
left=10;
style=MenuStyle;
top=145;
aI("text=Home;fontweight=bold;fontsize=11;url=index.html;");
aI("text=Kongress:;fontweight=bold;fontsize=11;type=header;");
aI("text=&#149;&nbsp;Kongressinformationen;url=kongress_1.html;");
aI("text=&#149;&nbsp;Kongressgeb&uuml;hren;url=kongress_2.html;");
aI("text=&#149;&nbsp;Anmeldung;url=kongress_3.html;");
aI("text=&#149;&nbsp;Hotelbuchung;url=kongress_4.html;");
aI("text=Programm:;fontweight=bold;fontsize=11;type=header;");
aI("text=&#149;&nbsp;Themen;url=programm_1.html;");
aI("text=&#149;&nbsp;Beitragseinreichung;url=programm_2.html;");
aI("text=&#149;&nbsp;Wissenschaftliches<br>&nbsp;&nbsp;Programm;showmenu=programm;");
aI("text=&#149;&nbsp;Clinical Documentation<br>&nbsp;&nbsp;Challenge;url=programm_6.html;");
aI("text=&#149;&nbsp;Virtueller Kongress/Blog;url=programm_4.html;");
aI("text=&#149;&nbsp;Rahmenprogramm;url=programm_5.html;");
aI("text=Veranstaltungsort:;fontweight=bold;fontsize=11;type=header;");
aI("text=&#149;&nbsp;Anreise;url=ort_1.html;");
aI("text=&#149;&nbsp;Kongressgel&auml;nde;url=ort_2.html;");
aI("text=&#149;&nbsp;Sehensw&uuml;rdigkeiten;url=ort_3.html;");
aI("text=Sponsoren und<br>Industrieausstellung:;fontweight=bold;fontsize=11;type=header;");
aI("text=&#149;&nbsp;&Uuml;bersicht Sponsoren/<br>&nbsp;&nbsp;Aussteller;url=sponsoren_aussteller_1.html;");
aI("text=&#149;&nbsp;Informationen f&uuml;r<br>&nbsp;&nbsp;Sponsoren/Aussteller;url=sponsoren_aussteller_2.html;");
aI("text=Dokumentendownload;fontweight=bold;fontsize=11;url=download_1.html;");
aI("text=Impressum;fontweight=bold;fontsize=11;url=impressum_1.html;");
aI("text=Datenschutz;fontweight=bold;fontsize=11;url=impressum_2.html;");
aI("text=Kontakt;fontweight=bold;fontsize=11;url=kontakt_1.html;");
}

with(milonic=new menuname("programm")){
style=MenuStyle;
margin=1;
aI("text=&Uuml;bersicht;url=programm_3.html;");
aI("text=17.09.2007;url=programm_170907.html;");
aI("text=18.09.2007;url=programm_180907.html;");
aI("text=19.09.2007;url=programm_190907.html;");
aI("text=20.09.2007;url=programm_200907.html;");
aI("text=21.09.2007;url=programm_210907.html;");
aI("text=Poster-Sessions;url=programm_poster.html;");
}

drawMenus();