_menuCloseDelay=500 // 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=40 // Follow scrolling Rate
_subOffsetTop=0 // Sub menu top offset
_subOffsetLeft=0 // Sub menu left offset
_scrollAmount=3 // Only needed for Netscape 4.x
_scrollDelay=20 // Only needed for Netcsape 4.x
with(menuStyle=new mm_style()){
align="left";
fontsize="12px";
decoration="none";
fontweight="bold";
offcolor="#fff";
oncolor="#fff";
separatorcolor="none";
separatorsize="20";
}
with(menuStyleSub=new mm_style()){
align="left";
fontsize="12px";
decoration="none";
fontweight="bold";
offcolor="#fff";
oncolor="#fff";
overfilter="Alpha(opacity=90);";
onbgcolor="gray";
offbgcolor="gray";
bordercolor="#fff";
borderstyle="solid";
borderwidth=1;
padding=5;
}
with(milonic=new menuname("Main Menu")){
menuwidth=830;
style=menuStyle;
top=203;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
//left="offset=-270";
aI("text=FORSIDE;url=Forside.asp;showmenu=folder_id13;status=FORSIDE;");
aI("text=NYHEDER;url=nyheder.asp;showmenu=folder_id9;status=NYHEDER;");
aI("text=2. DIVISION VEST;url=Kampprogram1holdet.asp;showmenu=folder_id12;status=2. DIVISION VEST;");
aI("text=DS HOLDET;url=Kampprogram2holdet.asp;showmenu=folder_id19;status=DS HOLDET;");
aI("text=BOLD & BUSINESS;url=boldbusinessforside.asp;showmenu=folder_id32;status=BOLD & BUSINESS;");
aI("text=SPONSOR;url=Sponsorer.asp;showmenu=folder_id28;status=SPONSOR;");
}
with(milonic=new menuname("folder_id9")){
style=menuStyleSub;
left="offset=0";
top="offset=9";
aI("text=Seneste nyt;url=nyheder.asp;status=Seneste nyt;;");
aI("text=Nyhedsarkiv;url=nyheder.asp?show=all;status=Nyhedsarkiv;;");
}
with(milonic=new menuname("folder_id12")){
style=menuStyleSub;
left="offset=0";
top="offset=9";
aI("text=Truppen;url=Spillertrup1holdet.asp;status=Truppen;;");
aI("text=Program;url=Kampprogram1holdet.asp;status=Program;;");
aI("text=Stillingen;url=stilling1holdet.asp;status=Stillingen;;");
aI("text=Topscorer;url=Topscore1holdet.asp;status=Topscorer;;");
aI("text=Man of the Match;url=ManOfTheMatch1holdet.asp;status=Man of the Match;;");
}
with(milonic=new menuname("folder_id13")){
style=menuStyleSub;
left="offset=0";
top="offset=9";
aI("text=Links;url=Links.asp;status=Links;;");
aI("text=Adresse;url=Adresse.asp;status=Adresse;;");
aI("text=Gæstebog;url=Gaestebog.asp;status=Gæstebog;;");
aI("text=
;url=;status=
;;");
aI("text=sitemap;url=sitemap.asp;status=sitemap;;");
}
with(milonic=new menuname("folder_id19")){
style=menuStyleSub;
left="offset=0";
top="offset=9";
aI("text=Truppen;url=Spillertrup2holdet.asp;status=Truppen;;");
aI("text=Program;url=kampprogram2holdet.asp;status=Program;;");
aI("text=Stillingen;url=stilling2holdet.asp;status=Stillingen;;");
aI("text=Topscorer;url=Topscore2holdet.asp;status=Topscorer;;");
aI("text=Man of the Match;url=ManOfTheMatch2holdet.asp;status=Man of the Match;;");
}
with(milonic=new menuname("folder_id28")){
style=menuStyleSub;
left="offset=0";
top="offset=9";
aI("text=Sponsorer;url=Sponsorer.asp;status=Sponsorer;;");
aI("text=Bliv Sponsor;url=sponsor.asp;status=Bliv Sponsor;;");
}
with(milonic=new menuname("folder_id32")){
style=menuStyleSub;
left="offset=0";
top="offset=9";
aI("text=Medlemmer;url=Medlemmer.asp;status=Medlemmer;;");
aI("text=Medlemskab;url=Medlemskab.asp;status=Medlemskab;;");
aI("text=Medlemslinks;url=Medlemslinks.asp;status=Medlemslinks;;");
aI("text=Medlemsfordele;url=Medlemsfordele.asp;status=Medlemsfordele;;");
aI("text=Bestyrelse;url=Bestyrelse.asp;status=Bestyrelse;;");
aI("text=Business to Business;url=BoldBusinessLogin.asp;status=Business to Business;;");
}
drawMenus();