fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Helvetica";
fontsize="11px";
fontstyle="normal";

outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);";
pagebgcolor="#D8E2E7";
pagecolor="black";

// seperator
separatorcolor="#D8E2E7";
separatorsize=6;

// colors
offbgcolor="#D8E2E7";
offcolor="#000000";
onbgcolor="#D8E2E7";
oncolor="#99214b";

// border
bordercolor="#D8E2E7";
borderstyle="solid";
borderwidth=0;
padding=0;

rawcss="line-height:100%;";
itemwidth=128;
}


with(mainStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Helvetica";
fontsize="10px";
fontstyle="normal";

outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);";
pagebgcolor="#D8E2E7";
pagecolor="black";

// seperator
separatorcolor="#D8E2E7";
separatorsize=0;

// colors
offbgcolor="#D8E2E7";
offcolor="#000000";
onbgcolor="#D8E2E7";
oncolor="#000000";

// border
bordercolor="#D8E2E7";
borderstyle="solid";
borderwidth=0;
padding=0;
rawcss="line-height:100%;";
}


with(menu=new menuname("mainmenu")){
alwaysvisible=1;
orientation="horizontal";
style=mainStyle;
aI("image=img/v_men07.gif;overimage=img/v_men07_sel.gif;imagewidth=68;imageheight=29;status=Kontakt;url=#;showmenu=submenu07;");
aI("image=img/v_men08.gif;overimage=img/v_men08_sel.gif;imagewidth=75;imageheight=29;status=Drucken;url=javascript:framebox.print();");
}


with(menu=new menuname("submenu07")){
style=menuStyle;
top="offset=1";
left="offset=1";
margin=3;
itemwidth=140;
aI("text=&nbsp;Wien&nbsp;;status=Wien;url=javascript:open_iframe('de_wien.php','','header02_kontakt.swf');");
aI("text=&nbsp;Innsbruck&nbsp;;status=Innsbruck;url=javascript:open_iframe('de_innsbruck.php','','header02_kontakt.swf');");
aI("text=&nbsp;Pressekontakt&nbsp;;status=Pressekontakt;url=javascript:open_iframe('de_pressekontakt.php','','header02_kontakt.swf');");
aI("text=&nbsp;Bewerbungen&nbsp;;status=Bewerbungen;url=javascript:open_iframe('de_bewerbungen.php','','header02_kontakt.swf');");
}


with(menu=new menuname("submenu08")){
style=menuStyle;
top="offset=1";
left="offset=1";
margin=3;
itemwidth=75;
aI("text=&nbsp;Login&nbsp;;status=Drucken;url=javascript:framebox.print();");
}


drawMenus();

