


_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=160;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=ARE Aktuell;showmenu=Thema1;");
aI("text=Themenbeiträge;showmenu=Thema2;");
aI("text=Presse / Medien;showmenu=Thema3;");
aI("text=EGMR - Prozesse;showmenu=Thema4;");
aI("text=Recht u. Gesetz;showmenu=Thema5;");
}


with(milonic=new menuname("Thema1")){
style=menuStyle;
overflow="scroll";
aI("text=ARE-Informationen;url=./seite_thema1.html");
aI("text=Pressemitteilungen;url=./seite_thema11.html");
}
with(milonic=new menuname("Thema2")){
style=menuStyle;
overflow="scroll";
aI("text=keine Einträge;url=./neue_seite.html");
}

with(milonic=new menuname("Thema3")){
style=menuStyle;
overflow="scroll";
aI("text=Pressestimmen;url=./seite_thema3.html");
aI("text=TV-Nachrichten;url=./seite_thema31.html");
}

with(milonic=new menuname("Thema4")){
style=menuStyle;
overflow="scroll";
aI("text=Straßburg;url=./seite_thema4.html");
aI("text=Luxemburg;url=./neue_seite.html");
}

with(milonic=new menuname("Thema5")){
style=menuStyle;
overflow="scroll";
aI("text=Neueste Gesetze;url=./seite_thema5.html");
aI("text=aktuelle Trends;url=./seite_thema51.html");
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=200;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Länderreport;showmenu=Thema6;");
aI("text=Vermischtes;showmenu=Thema7;");
aI("text=Leserzuschriften;showmenu=Thema8;");
aI("text=Buchempfehlungen;showmenu=Thema9;");
aI("text=sonstiges;showmenu=Thema10;");
}

with(milonic=new menuname("Thema6")){
style=menuStyle;
overflow="scroll";
aI("text=keine Einträge;url=./neue_seite.html");
}

with(milonic=new menuname("Thema7")){
style=menuStyle;
overflow="scroll";
aI("text=keine Einträge;url=./neue_seite.html");
}

with(milonic=new menuname("Thema8")){
style=menuStyle;
overflow="scroll";
aI("text=an die Medien;url=../Themen/seite_thema81.html");
aI("text=an ARE,BNE,Landbund;url=../Themen/seite_thema82.html");
}

with(milonic=new menuname("Thema9")){
style=menuStyle;
overflow="scroll";
aI("text=Neuerscheinungen;url=../WirUns/litera.html");
}

with(milonic=new menuname("Thema10")){
style=menuStyle;
overflow="scroll";
aI("text=Schon vergessen ?;url=../erinnern_toc.html");
aI("text=<i>zurück zu Aktuelles</i>;url=./aktuelles.html");
}


drawMenus();
