/* *** Dynamic Menu System for WWW.RA-SCHLIESS.DE - Licensed by EXYST.de *** */

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=-5              // Sub menu top offset
_subOffsetLeft=3            // Sub menu left offset

/* Helleres Gelb: #D3C912, wärmeres Gelb: #DABE1A, Dunkelblau: #293C63, 
   hellere Blautöne: #697691, #949DB1, #A9B1C1, #BEC4D0, #D4D8E0.  */

with(TopmenuStyle=new mm_style()){ 
onbgcolor=""; 
oncolor="#b82738"; //"#D3C912"; 
offbgcolor=""; 
offcolor="#ffffff"; 
borderwidth=0; 
bordercolor="#296488"; 
borderstyle="solid"; 
separatorcolor="#949DB1"; 
separatorsize="0"; 
padding=5; 
fontsize="100%"; 
fontstyle="normal"; 
fontfamily="Arial,Helvetica,sans-serif"; 
fontweight="bold"; 
pagecolor="#b82738"; 
pagebgcolor=""; 
headercolor="#000000"; 
headerbgcolor="#ffffff"; 
subimage="img/dreieck.gif"; 
subimagepadding="2"; 
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777',Direction=135, Strength=5)"; 
outfilter="randomdissolve(duration=0.3)"; 
}

with(SubmenuStyle=new mm_style()){
itemwidth=170;
onbgcolor="#a9a9ab";
oncolor="#b82738";
offbgcolor="#a9a9ab";
offcolor="#ffffff";
borderwidth=5;
bordercolor="#a9a9ab";
borderstyle="solid";
separatorcolor="#bbbbbb";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
fontweight="bold";
pagecolor="#b82738";
pageimage="img/quadrat10x10.gif";
pagematch="#0000ff";
/*pagebgcolor="#82B6D7";*/
headercolor="#000000";
headerbgcolor="#ffffff";
image="img/spacer.gif";
subimage="img/dreieck.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(SubSubmenuStyle=new mm_style()){
itemwidth=170;
onbgcolor="";
oncolor="#b82738";
offbgcolor="#bbbbbb";
offcolor="#ffffff";
borderwidth=5;
bordercolor="#bbbbbb";
borderstyle="solid";
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
fontweight="bold";
pagecolor="#b82738";
pageimage="img/quadrat10x10.gif";
headercolor="#000000";
headerbgcolor="#ffffff";
image="img/spacer.gif";
subimage="img/dreieck.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("Hauptmenue")){
style=TopmenuStyle;
top=10;
left=471;
alwaysvisible=1;
orientation="vertical";
align="right";
aI("text=Start;url=index.htm;showmenu=Start;");
aI("text=Aktuell;url=vortraege_vorlesungen.htm;showmenu=Aktuell;");
aI("text=Zur Person;url=vita.htm;showmenu=Person;");
aI("text=Kanzlei;url=leistungsspektrum.htm;showmenu=Kanzlei;");
aI("text=Lehrauftr&auml;ge;url=lehrauftraege.htm;showmenu=Lehrauftraege;");
aI("text=Vortr&auml;ge/Seminare;url=vortraege_aktuelle_themen.htm;showmenu=Vortraege;");
aI("text=Kompetenz;url=kompetenz.htm;showmenu=Kompetenz;");
aI("text=Downloads;url=liste_der_downloads.htm;showmenu=Downloads;");
}


with(milonic=new menuname("Start")){
style=SubmenuStyle;
aI("text=Startseite;url=index.htm;");
aI("text=Inhaltsverzeichnis<br>(Sitemap);url=inhaltsverzeichnis.htm;");
aI("text=Kontakt;url=kontakt.htm;");
aI("text=Impressum;url=impressum.htm;");
}

with(milonic=new menuname("Aktuell")){
style=SubmenuStyle;
aI("text=Vortr&auml;ge und Vorlesungen;url=vortraege_vorlesungen.htm;");
aI("text=Aus der arbeitsgerichtlichen Rechtsprechung;url=arbeits-rechtsprechung.htm;");
}

with(milonic=new menuname("Person")){
style=SubmenuStyle;
aI("text=Vita;url=vita.htm;");
aI("text=Mitgliedschaften;url=mitgliedschaften.htm;");
aI("text=Publikationen;url=publikationen.htm;");
aI("text=Presse;url=presse.htm;");
aI("text=online activity;url=online_activity.htm;");
aI("text=Webcoach-Projekt;url=webcoach-projekt.htm;");
}

with(milonic=new menuname("Kanzlei")){
style=SubmenuStyle;
aI("text=Leistungsspektrum;url=leistungsspektrum.htm;");
aI("text=Rechtsanwälte;url=rechtsanwaelte.htm;");
aI("text=Kontakt;url=kontakt.htm;");
aI("text=Kanzleiort;url=kanzleiort.htm;");
}

with(milonic=new menuname("Lehrauftraege")){
style=SubmenuStyle;
aI("text=&Uuml;bersicht;url=lehrauftraege.htm");
aI("text=HdM;url=hdm-stuttgart.htm;status=Hochschule der Medien;");
aI("text=FHTE;url=fhte-esslingen.htm;status=Fachhochschule für Technik in Esslingen");
aI("text=für Studenten (Skripte/Downloads);url=lehrauftraege.htm;showmenu=Studenten;");
}

  with(milonic=new menuname("Studenten")){
  style=SubSubmenuStyle;
  top="offset=6";
  left="offset=3";
  aI("text=Skript IT-Recht-Gesetze;url=lehre/IT-Recht-Gesetze.htm;target=blank;");
  aI("text=Skript Arbeitsrecht (Download);url=lehre/Skript-Arbeitsrecht.zip;");
  aI("text=Musterklausur;url=lehre/uebungsklausur.htm;target=_blank;");
  aI("text=Rechtsvorschriften EDV-Buchf&uuml;hrung;url=lehre/rechtsvorschriften_edv-buchfuehrung.htm;target=_blank;");
  aI("text=Rechtsvorschriften EDV-Dokumente;url=lehre/rechtsvorschriften_edv-dokumente.htm;target=_blank;");
  aI("text=Skript InfoDesign WS2007;url=lehre/Script-InfoDesign-WS2007.doc;target=blank;");
  }
  
with(milonic=new menuname("Vortraege")){
style=SubmenuStyle;
aI("text=Aktuelle Themen;url=vortraege_aktuelle_themen.htm;");
aI("text=Alphabetische Liste;url=alphabetische_liste.htm;");
aI("text=Ein Thema für Sie?;url=vortraege_thema_fuer_sie.htm;");
}

with(milonic=new menuname("Kompetenz")){
style=SubmenuStyle;
aI("text=&Uuml;bersicht;url=kompetenz.htm;");
aI("text=Arbeitsrecht;showmenu=Arbeitsrecht;");
aI("text=Computerrecht;showmenu=Computerrecht;");
aI("text=Internetrecht;showmenu=Internetrecht;");
}

  with(milonic=new menuname("Arbeitsrecht")){
  style=SubSubmenuStyle;
  top="offset=6";
  left="offset=3";
  aI("text=Wen ich berate;url=arbeitsrecht_wen-ich-berate.htm;");
  aI("text=Wie ich berate;url=arbeitsrecht_wie-ich-berate.htm;");
  aI("text=Arbeitsrechtliche Informationen;url=arbeitsrecht_wie-ich-berate.htm#arbeitsrechtsinfos;");
  }
  
  with(milonic=new menuname("Computerrecht")){
  style=SubSubmenuStyle;
  top="offset=6";
  left="offset=3";
  aI("text=Wen ich berate;url=computerrecht_wen-ich-berate.htm;");
  aI("text=Wie ich berate;url=computerrecht_wie-ich-berate.htm;");
  aI("text=Computerrechtliche Informationen;url=computerrecht_wie-ich-berate.htm#computerrechtsinfos;");
  }
  
  with(milonic=new menuname("Internetrecht")){
  style=SubSubmenuStyle;
  top="offset=6";
  left="offset=3";
  aI("text=Wen ich berate;url=internetrecht_wen-ich-berate.htm;");
  aI("text=Wie ich berate;url=internetrecht_wie-ich-berate.htm;");
  aI("text=Internetrechtliche Informationen;url=internetrecht_wie-ich-berate.htm#internetrechtsinfos;");
  }
  
with(milonic=new menuname("Downloads")){
style=SubmenuStyle;
aI("text=Liste der Downloads;url=liste_der_downloads.htm;");
}

drawMenus();

