//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://www.netguardians.dk")
}


with(milonic=new menuname("produkter")){
itemwidth=100;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=Applikationshosting;url=?m=Applikationshosting")
aI("text=Webhosting;url=?m=webhosting")
aI("text=Mailservices;url=?m=mailservices")
aI("text=CMS Hosting;url=?m=cms")
aI("text=Domæneservice;url=?m=domaeneservice")
aI("text=Fjernbackup;url=?m=fjernbackup")
}


with(milonic=new menuname("kontakt")){
itemwidth=140;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=Om Netguardians;url=?m=netguardians")
aI("text=Kontakt;url=?m=kontakt")
}

with(milonic=new menuname("referencer")){
itemwidth=120;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=Applikationshosting;url=?m=refapp")
aI("text=Sommerhusudlejning;url=?m=refshu")
}

with(milonic=new menuname("andet")){
itemwidth=120;
borderwidth=1;
style=EasySampleStyle;
alignment="left";
aI("text=Driftsinfo;url=?m=driftsinfo")
aI("text=Support;url=?m=support")
}

drawMenus();