


_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="aa0000";
oncolor="#ffffff";
offbgcolor="#dfefff";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="MS Sans Serif, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../graphics/collapsed.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=130;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=A - B - C;showmenu=Autor1;");
aI("text=D - E - F;showmenu=Autor2;");
aI("text=G - H - I/J;showmenu=Autor3;");
aI("text=K - L - M;showmenu=Autor4;");
aI("text=N - O - P;showmenu=Autor5;");
aI("text=Q - R - S;showmenu=Autor6;");
aI("text=T - U - V;showmenu=Autor7;");
aI("text=W - X/Y - Z;showmenu=Autor8;");
aI("text=<i>Themensuche</i>;url=./menu_themes.html;");
}

with(milonic=new menuname("Autor1")){
style=menuStyle;
overflow="scroll";
aI("text=(A) kein Eintrag;url=./Autoren/arcseite_a.html;");
aI("text=Bahring, Arnulf<br />Biermann, Wolf<br />Bronsart, Gunter v.;url=./Autoren/arcseite_b.html");
aI("text=(C) kein Eintrag;url=./Autoren/arcseite_c.html;");
}
with(milonic=new menuname("Autor2")){
style=menuStyle;
overflow="scroll";
aI("text=(D) Doehring, Prof. Dr. Karl;url=./Autoren/arcseite_d.html;");
aI("text=(E) kein Eintrag;url=./Autoren/arcseite_e.html;");
aI("text=(F) kein Eintrag;url=./Autoren/arcseite_f.html;");
}

with(milonic=new menuname("Autor3")){
style=menuStyle;
overflow="scroll";
aI("text=Gertner, Dr. Thomas;url=./Autoren/arcseite_g.html;");
aI("text=Herrlein-Ramdohr, Dorothea<br />Homer, Karl;url=./Autoren/arcseite_h.html;");
aI("text=(I/J) kein Eintrag;url=./Autoren/arcseite_i.html;");
}

with(milonic=new menuname("Autor4")){
style=menuStyle;
overflow="scroll";
aI("text=Kadell, Franz<br />Kiesow, Dr. Gottfried<br />Kleindienst, Günter<br />Krause, Dr. Klaus Peter;url=./Autoren/arcseite_k.html;");
aI("text=Landskron, Ulrich <br />Langreuter, P.;url=./Autoren/arcseite_l.html;");
aI("text=Madaus, Dr. Udo;url=./Autoren/arcseite_m.html;");
}

with(milonic=new menuname("Autor5")){
style=menuStyle;
overflow="scroll";
aI("text=(N) kein Eintrag;url=./Autoren/arcseite_n.html;");
aI("text=(O) kein Eintrag;url=./Autoren/arcseite_o.html;");
aI("text=(P) kein Eintrag;url=./Autoren/arcseite_p.html;");
}

with(milonic=new menuname("Autor6")){
style=menuStyle;
overflow="scroll";
aI("text=(Q) kein Eintrag;url=./Autoren/arcseite_q.html;");
aI("text=Raumer, RA Stefan v.<br />Ress, Prof. Georg<br />Rudolf, Prof. Dr. Beate<br />Ruess, Peter;url=./Autoren/arcseite_r.html;");
aI("text=Schachtschneider, Prof. Dr. K.A.<br />Schweisfurth, Prof. Dr. Theodor<br />Schwerin, Manfred Graf v.;url=./Autoren/arcseite_s.html;");
}

with(milonic=new menuname("Autor7")){
style=menuStyle;
overflow="scroll";
aI("text=(T) kein Eintrag;url=./Autoren/arcseite_t.html;");
aI("text=(U) kein Eintrag;url=./Autoren/arcseite_u.html;");
aI("text=(V) kein Eintrag;url=./Autoren/arcseite_v.html;");
}

with(milonic=new menuname("Autor8")){
style=menuStyle;
overflow="scroll";
aI("text=Wasmuth, Dr. Johannes<br />Wildgans, Catherine<br />Wilke, Prof. Dr. Manfred;url=./Autoren/arcseite_w.html;");
aI("text=(X/Y) kein Eintrag;url=./Autoren/arcseite_x.html;");
aI("text=(Z) kein Eintrag;url=./Autoren/arcseite_z.html;");

}


drawMenus();
