// Milonic DHTML Menu

effect_h=""
effect_v="Shadow(color='#000054', Direction=135, Strength=5)"

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=-10;


with(style1_h=new mm_style()){
offcolor="white";
offbgcolor="#7085a5";
oncolor="white";
onbgcolor="#000054";
bordercolor="#000054";
borderstyle="solid";
borderwidth=1;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
separatorcolor="#000054";
separatorsize="1";
subimage="img/arrow.gif";
headercolor="#ffffff";
headerbgcolor="#000099";


}

with(style2_h=new mm_style()){
offcolor="#000054";
offbgcolor="white";
oncolor="white";
onbgcolor="#000054";
bordercolor="#000054";
borderstyle="solid";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
separatorcolor="#000054";
separatorsize="1";
subimage="img/arrow.gif";
headercolor="#ffffff";
headerbgcolor="#000099";
}



with(milonic=new menuname("mainmenu_h")){
top=95;
left=1;
style=style1_h;
alwaysvisible=1;
alignment="center";
followscroll=0;
orientation="horizontal";
overflow="scroll";
aI("text=Home;url=default.asp;status=Zur Homepage;separatorsize=1")
aI("text=Kontakt;url=default.asp#Kontaktinformationen;status=Kontaktinformationen;separatorsize=1")
aI("text=Wegbeschreibung&nbsp;;;showmenu=karte_h;status=Karte/Route/Lage;separatorsize=1")
aI("text=Informationspflicht;url=Informationspflicht.asp;status=Informationspflicht;separatorsize=1")
}

with(milonic=new menuname("kontakt_h")){
style=style2_h;
overflow="scroll";
//aI("text=General;showmenu=generalnews;separatorsize=1")
//aI("text=Technology;showmenu=technonews;separatorsize=1")
}


with(milonic=new menuname("karte_h")){
style=style2_h;
overflow="scroll";
aI("text=Lageplan mit Routenplaner (Google Maps);url=http://maps.google.com/maps?f=q&hl=de&q=Stiegl+18,+M%C3%BCnzkirchen,+Austria&ie=UTF8&hq=&hnear=Stiegl+18,+4792+M%C3%BCnzkirchen,+Sch%C3%A4rding,+Ober%C3%B6sterreich,+%C3%96sterreich&ll=48.481257,13.566742&spn=0.011606,0.032938&t=h&z=16&iwloc=r0;target=_blank;separatorsize=1")
aI("text=Routenplaner nach Wahl;url=Routenplaner.asp;separatorsize=1")
//aI("text=Lageplan mit Routenplaner (Map24);url=http://mail.map24.com/schasching;target=_blank;separatorsize=1")
//aI("text=Lageplan (DORIS);url=http://doris.ooe.gv.at/adressen/adrwko.asp?firma=Schasching+Josef&plz=4792&strasse=Stiegl&hnr=18&ort=M%FCnzkirchen;target=_blank;separatorsize=1")
}

with(style1_v=new mm_style()){
offcolor="white";
offbgcolor="#7085a5";
oncolor="white";
onbgcolor="#000054";
bordercolor="#000054";
borderstyle="solid";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
separatorcolor="#000054";
separatorsize="1";
subimage="img/arrow.gif";
headercolor="#ffffff";
headerbgcolor="#000099";
}

with(style2_v=new mm_style()){
offcolor="#000054";
offbgcolor="white";
oncolor="white";
onbgcolor="#000054";
bordercolor="#000054";
borderstyle="solid";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
separatorcolor="#000054";
separatorsize="1";
subimage="img/arrow.gif";
headercolor="#ffffff";
headerbgcolor="#000099";
}


drawMenus();

