

_menuCloseDelay=500           // 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=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#85C5A2";
oncolor="#ffffff";
offbgcolor="#DCF0E0";
offcolor="#515151";
bordercolor="#29684D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3CAE7D";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#57BC90";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu_de/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
itemheight="20";
itemwidth="120";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=260;
left=15;
alwaysvisible=1;
overflow="scroll";
aI("text=PORTRAIT;showmenu=PORTRAIT;")
aI("text=MITGLIEDER;url=/index_de.asp?mode=3;");
aI("text=PRODUKTE;showmenu=PRODUKTE;");
aI("text=LINKS;url=/index_de.asp?mode=5;");
aI("text=KONTAKT;url=javascript:openWindow('kontakt_de.htm')");

}

with(milonic=new menuname("PORTRAIT")){
style=menuStyle;
overflow="scroll";
aI("text=Portrait;url=/index_de.asp?mode=2#nav1;");
aI("text=Grösse;url=/index_de.asp?mode=2#nav2;");
aI("text=Ziele;url=/index_de.asp?mode=2#nav3;");
aI("text=Stärken;url=/index_de.asp?mode=2#nav4;");
aI("text=Dienstleistungen;url=/index_de.asp?mode=2#nav5;");
aI("text=Facharbeit;url=/index_de.asp?mode=2#nav6;");
aI("text=Vorstand;url=/index_de.asp?mode=2#nav7;");
aI("text=Geschäftsstelle VSZ;url=/index_de.asp?mode=2#nav8;");
aI("text=Kalkulationskommission;url=/index_de.asp?mode=2#nav9;");

}

with(milonic=new menuname("PRODUKTE")){
style=menuStyle;
overflow="scroll";
aI("text=Drahtzäune;url=/index_de.asp?mode=4#nav1;"); 
aI("text=Sportplatzzäune;url=/index_de.asp?mode=4#nav2;");
aI("text=Stahlgittermattenzäune;url=/index_de.asp?mode=4#nav3;");
aI("text=Holzzäune;url=/index_de.asp?mode=4#nav4;");
aI("text=Sicht- und Lärmschutzwände;url=/index_de.asp?mode=4#nav5;");
aI("text=Kunststoff- und Aluminiumzäune;url=/index_de.asp?mode=4#nav6;");
aI("text=Türen und Schiebetore;url=/index_de.asp?mode=4#nav7;");
aI("text=Spezialitäten;url=/index_de.asp?mode=4#nav8;");
}

drawMenus();

