
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="#ADADC2";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ADADC2";
separatorsize="1";
padding=2;
align="center";
fontsize=10;
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#FFF0D1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/arrow_down.gif";
subimagepadding="5";
overfilter="Fade(duration=1);Alpha(opacity=100);";
outfilter="Fade(duration=0.3)";
}


with(submenuStyle=new mm_style()){
onbgcolor="#FFF0D1";
oncolor="#333366";
offbgcolor="#FFFFFF";
offcolor="#333333";
bordercolor="#757DAE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ADADC2";
separatorsize="1";
padding=2;
align="left";
fontsize=10;
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
pagebgcolor="#FFF0D1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/arrow_dark.gif";
subimagepadding="3";
overfilter="Fade(duration=0.3);Alpha(opacity=90);";
outfilter="Fade(duration=0.3)";
}


/*
with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth=110;
itemheight=30;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Wir &uuml;ber<br>uns;showmenu=wir;oncolor=#FFFFFF;offcolor=#333366;offbgcolor=#FFFFFF;onbgcolor=#757DAF;url=http://www.milonic.com/;status=Back To Home Page;");
aI("text=Unsere<br>Spezialgebiete;oncolor=white;offcolor=#333366;offbgcolor=#A6AEE0;onbgcolor=#333366;showmenu=schwerpunkte;");
aI("text=Sie fragen,<br>wir antworten;oncolor=white;offcolor=white;onbgcolor=#A6AEE0;offbgcolor=#757DAF;showmenu=fragen;");
aI("text=Was es sonst<br>noch gibt;oncolor=#333366;offcolor=white;onbgcolor=#A6AEE0;offbgcolor=#333366;showmenu=sonst;");
}
*/

with(milonic=new menuname("wir")){
style=submenuStyle;
itemwidth=110;
aI("text=<nobr>Willkommen</nobr>;url=/index.php;");
aI("text=<nobr>Unsere Philosophie</nobr>;url=/content/ueber/philosophie.php;");
aI("text=<nobr>Unser Team</nobr>;showmenu=team;");
aI("text=<nobr>Was ist ein Wahlarzt</nobr>;url=/content/ueber/wahlarzt.php;");
aI("text=<nobr>Kontakt &amp; Öffnungszeiten</nobr>;url=/content/fragen/kontakt.php;");
}

with(milonic=new menuname("team")){
style=submenuStyle;
itemwidth=110;
aI("text=<nobr>Dr. Monika Matal</nobr>;url=/content/team/matal.php;");
aI("text=<nobr>Margaret Kupka</nobr>;url=/content/team/kupka.php;");
//aI("text=<nobr>Isabella Kappert</nobr>;url=/content/team/kappert.php;");
aI("text=<nobr>Petra Hagenbichler</nobr>;url=/content/team/hagenbichler.php;");
//aI("text=<nobr>Sylvia Zauner</nobr>;url=/content/team/zauner.php;");
aI("text=<nobr>Christina  Kilga</nobr>;url=/content/team/kilga.php;");
aI("text=<nobr>Bianca Matal</nobr>;url=/content/team/matal_bianca.php;");


}


with(milonic=new menuname("schwerpunkte")){
style=submenuStyle;
itemwidth=110;
aI("text=<nobr>Kinder- & Jugendgynäkologie</nobr>;url=/content/schwerpunkte/kinder_und_jugend.php;");
aI("text=<nobr>Kinderwunschbehandlung</nobr>;url=/content/schwerpunkte/kinderwunsch.php;");
aI("text=<nobr>Schwangerenbetreuung</nobr>;url=/content/schwerpunkte/schwangerenbetreuung.php;");
aI("text=<nobr>Ultraschall</nobr>;url=/content/schwerpunkte/ultraschall.php;");
aI("text=<nobr>Wechselbeschwerden</nobr>;url=/content/schwerpunkte/wechselbeschwerden.php;");
aI("text=<nobr>Urogynäkologie</nobr>;url=/content/schwerpunkte/urogyn.php;");
aI("text=<nobr>Schulklassen in der Ordination</nobr>;url=/content/ueber/schulklassen.php;");
}

with(milonic=new menuname("fragen")){
style=submenuStyle;
itemwidth=110;
aI("text=<nobr>Anfrageformular</nobr>;url=/content/fragen/anfrage.php");
aI("text=<nobr>Kontakt &amp; Öffnungszeiten</nobr>;url=/content/fragen/kontakt.php;");
}

with(milonic=new menuname("sonst")){
style=submenuStyle;
itemwidth=110;
aI("text=<nobr>Bilder, Weine, Tramezzini</nobr>;url=/content/sonst/bilder_wein_tramezzini.php;");
aI("text=<nobr>Babypunsch</nobr>;url=/content/sonst/babypunsch.php;");
}

drawMenus();

