


_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=5            // 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(menuStyle=new mm_style()){
oncolor="#ffffff";
offbgcolor="#EBEBEB";
offcolor="#999999";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=80;
left="left";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text= Hem;url=index.htm;");
aI("text=Om FFE;showmenu=ffe;");
aI("text=Egenanställning;showmenu=egenanst;");
aI("text=Medlemsföretag;showmenu=medlem;");
aI("text=Samarbeten;url=samarbeten.htm;");
aI("text=Equal Egenanställning;url=ee.htm;");
}

with(milonic=new menuname("ffe")){
style=menuStyle;
overflow="scroll";
aI("text=Vårt mål;url=vision.htm;");
aI("text=Vår funktion;url=funktion.htm;");
aI("text=Etiska riktlinjer;url=etik.htm;");
}

with(milonic=new menuname("egenanst")){
style=menuStyle;
overflow="scroll";
aI("text=Om egenanställning;url=egenanst.htm;");
aI("text=Företag för egenanställda;url=foretag.htm;");
aI("text=Bli egenanställd;url=bli_egen.htm;");
}

with(milonic=new menuname("medlem")){
style=menuStyle;
overflow="scroll";
aI("text=Kort om medlemsföretag;url=kort_foretag.htm;");
aI("text=Cföretaget;url=cforetaget.htm;");
aI("text=Egenanställningsföretaget i Västernorrland;url=egeny.htm;");
aI("text=Egen i Roslagen och skärgården;url=egen.htm;");
}

with(milonic=new menuname("samarbete")){
style=menuStyle;
overflow="scroll";
aI("text=Om våra nätverk;url=www.cooperer.coop;");
aI("text=BEC;url=bec.htm;");
aI("text=Etc;url=bec.htm;");
}

with(milonic=new menuname("medlemssidor")){
style=menuStyle;
overflow="scroll";
aI("text=Bli medlem;url=medlem.htm;");
aI("text=Logga in;url=login.htm;");
aI("text=Material;showmenu=material;");
}

with(milonic=new menuname("material")){
style=menuStyle;
overflow="scroll";
aI("text=Riktlinjer;url=riktlinjer.htm;");
aI("text=Stödmaterial;url=stod.htm;");
}


drawMenus();

