


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x




with(AllImagesStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#6699FF";
oncolor="#FFFFFF";
onbold="yes";
offbgcolor="#152535";
offcolor="#CCCCCC";
//bordercolor="#ffffff";
//borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#999999";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
//subimage="../../images/nav/arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu100")){
style=AllImagesStyle;
top=10;
left=10;
itemwidth=200;
alwaysvisible=1;
orientation="horizontal";
aI("image=logo.jpg;url=shop.htm");
}


with(milonic=new menuname("Main Menu102")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=200;
alwaysvisible=1;
orientation="horizontal";
aI("image=bild2.jpg;url=shop.htm");
}

with(milonic=new menuname("Main Menu01")){
style=AllImagesStyle;
top=130;
left=10;
itemwidth=100;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Menu1;image=1_1.jpg;url=shop.htm");
}

with(milonic=new menuname("Main Menu02")){
style=AllImagesStyle;
top=250;
left=10;
itemwidth=39;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Menu2;image=2_1.jpg;url=shop.htm");
}

with(milonic=new menuname("Main Menu03")){
style=AllImagesStyle;
top=370;
left=10;
itemwidth=39;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Menu3;image=3_1.jpg;url=shop.htm");
}

with(milonic=new menuname("Main Menu04")){
style=AllImagesStyle;
top=130;
left=675;
itemwidth=100;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Menu4;image=4_1.jpg;url=shop.htm");
}

with(milonic=new menuname("Main Menu05")){
style=AllImagesStyle;
top=250;
left=675;
itemwidth=39;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Menu5;image=5_1.jpg;url=shop.htm");
}

with(milonic=new menuname("Main Menu06")){
style=AllImagesStyle;
top=370;
left=675;
itemwidth=39;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Menu6;image=6_1.jpg;url=shop.htm");
}


with(milonic=new menuname("Menu1")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=99;
aI("image=1_2.jpg;url=shop.htm");
}

with(milonic=new menuname("Menu2")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=99;
aI("image=2_2.jpg;url=shop.htm");
}

with(milonic=new menuname("Menu3")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=99;
aI("image=3_2.jpg;url=shop.htm");
}

with(milonic=new menuname("Menu4")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=99;
aI("image=4_2.jpg;url=shop.htm");
}

with(milonic=new menuname("Menu5")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=99;
aI("image=5_2.jpg;url=shop.htm");
}

with(milonic=new menuname("Menu6")){
style=AllImagesStyle;
top=130;
left=200;
itemwidth=99;
aI("image=6_2.jpg;url=shop.htm");
}

drawMenus();

