//effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='black', Direction=135, Strength=5)"


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(EasySampleStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize=10;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
//outfilter="randomdissolve(duration=0.3)";
}

subseparate=new copyOf(EasySampleStyle)
subseparate.separatorsize="1";
subseparate.separatorcolor="#006600";

with(style1=new mm_style()){
offcolor="#666666";
offbgcolor="#DCE9F0";
oncolor="#ffffff";
onbgcolor="#4F8EB6";
bordercolor="#296488";
borderstyle="solid";
bordercolor="#003300";
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
subimage="";
high3dcolor="#66ffff";
low3dcolor="#000099";
headercolor="#ffffff";
headerbgcolor="#000000";
separatorcolor="black";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("start")){
itemwidth=140;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=dummy;url=http:default.asp")
}


with(milonic=new menuname("produkter")){
itemwidth=100;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=Fjernbackup;url=http:what_we_do.htm")
aI("text=Mobil backup service;url=http:mbs.htm")
aI("text=Data Ambulance service;url=http:das.htm")
aI("text=Deponeringsordning;url=http:ddi.htm")
}


with(milonic=new menuname("qanda")){
itemwidth=140;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=dummy;url=http:qanda.htm")
}

//with(milonic=new menuname("help")){
//itemwidth=120;
//borderwidth=1;
//style=EasySampleStyle;
//alignment="left";
//aI("text=dummy;url=http:help.htm")
//}

with(milonic=new menuname("about")){
itemwidth=120;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=dummy;url=http:about.htm")
}

with(milonic=new menuname("forhandler")){
itemwidth=120;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=Login;url=http://7b604801f30.ddns.rbsnet.net")
aI("text=Find en forhandler;url=http:find.asp")
}



drawMenus();