

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=1             // Sub menu top offset
_subOffsetLeft=-1        // Sub menu left offset
closeAllOnClick = true



with(menuStyleMain=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
align="Left";
itemwidth="146";
}

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
align="Left";
itemwidth="150";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu Info")){
style=menuStyleMain;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Info;showmenu=info;");
}

with(milonic=new menuname("Main Menu Umzuege")){
style=menuStyleMain;
top=10;
left=165;
alwaysvisible=1;
orientation="horizontal";
aI("text=Umzüge;showmenu=moving;");
}

with(milonic=new menuname("Main Menu Weine")){
style=menuStyleMain;
top=10;
left=320;
alwaysvisible=1;
orientation="horizontal";
aI("text=Weinshop;url=../shop/index.php;target=_parent");
}

with(milonic=new menuname("Main Menu Container")){
style=menuStyleMain;
top=10;
left=475;
alwaysvisible=1;
orientation="horizontal";
aI("text=Sammelcontainer;url=../Products/Container.htm");
}

with(milonic=new menuname("Main Menu Automobiltransporte")){
style=menuStyleMain;
top=10;
left=630;
alwaysvisible=1;
orientation="horizontal";
aI("text=Automobiltransporte;showmenu=auto;");
}



with(milonic=new menuname("Vine")){
style=menuStyle;

overflow="scroll";
aI("text=Produkteübersicht;url=../Products/Weine.htm");
aI("text=Bedingungen;url=../Products/vine/vineagreement.htm");
aI("text=Bestellen;url=../shop/index.htm");
aI("text=Veranstaltungen;url=../Products/vine/event.htm");
}

with(milonic=new menuname("info")){
style=menuStyle;
aI("text=Mitarbeiter;url=../Products/info/staff.htm");
aI("text=Standorte;url=../Products/info/locations.htm");
aI("text=Geschichte;url=../Products/info/history.htm");
aI("text=Kontakt;url=mailTo:info@glswiss.ch");
aI("text=Home;url=../Products/StartWindow.htm");

}

with(milonic=new menuname("auto")){
style=menuStyle;
aI("text=Allgemein;url=../Products/Autotransporte.htm");
aI("text=Through Container Service;url=../Products/AutotransporteTCS.htm");

}


with(milonic=new menuname("moving")){
style=menuStyle;
aI("text=Allgemein;url=../Products/Umzug.htm");
aI("text=Möbellager;url=../Products/FurnitureStorage.htm");


}






drawMenus();

