


_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="#009999";
offbgcolor="#EBEBEB";
offcolor="#666666";
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="picts/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=135;
left="left";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text= Hem;url=index.htm;");
aI("text=Citynaprapaten;showmenu=oss;");
aI("text=Naprapati;showmenu=naprapati;");
aI("text=Samarbeten;showmenu=samarbete;");
aI("text=Boka tid;showmenu=boka;");
aI("text=Kontakta oss;url=kontakt.htm;");
aI("text=Hitta hit;url=hitta.htm;");
}

with(milonic=new menuname("oss")){
style=menuStyle;
overflow="scroll";
aI("text=Om oss;url=citynaprapaten.htm;");
aI("text=Naprapater;showmenu=naprapater;");
aI("text=Akupunktör;showmenu=sjukgymnast;");
aI("text=Företagsavtal;url=ftal.htm;");
}

with(milonic=new menuname("naprapater")){
style=menuStyle;
overflow="scroll";
aI("text=Ellen Lundström;url=ellen.htm;");
aI("text=Henrik Widén;url=henrik.htm;");
aI("text=Tomas Frykberg;url=tomas.htm;");
}

with(milonic=new menuname("sjukgymnast")){
style=menuStyle;
overflow="scroll";
aI("text=Anne Löfkvist;url=anne.htm;");
}

with(milonic=new menuname("naprapati")){
style=menuStyle;
overflow="scroll";
aI("text=Om naprapati;url=naprapati.htm;");
aI("text=Metoder;showmenu=metoder;");
aI("text=Mer information;showmenu=lank;");
}

with(milonic=new menuname("metoder")){
style=menuStyle;
overflow="scroll";
aI("text=Justera;url=justering.htm;");
aI("text=Förebygga;url=fbygg.htm;");
aI("text=Rehabilitera;url=rehab.htm;");
}

with(milonic=new menuname("samarbete")){
style=menuStyle;
overflow="scroll";
aI("text=FriskvårdsChecken;url=samarbete.htm;");
aI("text=Friskvårdskuponger;url=http://www.friskvardskuponger.se;");
aI("text=Wellnet;url=http://www.wellnet.se;");
aI("text=Stockholms Rehabklinik;url=http://www.stockholmsrehabklinik.se;");
aI("text=NaprapatAkuten i Tierp;url=http://www.naprapatakuten.com;");
aI("text=Ryggakuten i Helsingborg;url=http://www.ryggakutenhbg.se;");
aI("text=Uppsala Kinesiologiklinik;url=http://www.uppsalakinesiologiklinik.se/;");
}

with(milonic=new menuname("boka")){
style=menuStyle;
overflow="scroll";
aI("text=Boka On-line;url=bokning.htm;");
aI("text=Boka via Mobil-app;url=app.htm;");
aI("text=Kontakta oss;url=kontakt.htm;");
}

with(milonic=new menuname("lank")){
style=menuStyle;
overflow="scroll";
aI("text=Svenska Naprapatförbundet;url=http://www.naprapater.se;");
aI("text=Naprapathögskolan;url=http://www.nph.se;");
aI("text=Idrottsmedicinsk Förening;url=http://www.svenskidrottsmedicin.se;");
aI("text=Upplandsidrotten;url=http://www2.sisuidrottsutbildarna.se/uppland;");
}


drawMenus();


