


_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="#990000";
offbgcolor="#EBEBEB";
offcolor="#666666";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="black";
pagebgcolor="#EBEBEB";
headercolor="#000000";
headerbgcolor="#EBEBEB";
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=Professionell Scenkonst;showmenu=scenkonst;");
aI("text=Pedagogisk verksamhet;showmenu=ped;");
aI("text=Amatörproduktion;showmenu=amator;");
aI("text=Kalendarium;url=kalendarium.htm;");
aI("text=Press;showmenu=pressmenu;");
aI("text=Om oss;showmenu=gdt;");
}

with(milonic=new menuname("scenkonst")){
style=menuStyle;
overflow="scroll";
aI("text=Ensemblen;url=ensemblen.htm;");
aI("text=Mentorprojektet;url=mentor.htm;");
aI("text=På scenen;showmenu=scenprod;");
aI("text=Turnè produktioner;showmenu=turne;");
aI("text=Gästspel;showmenu=gastspel;url=gast.htm");
//aI("text=Eget skapande;url=egetskapande.htm;");
aI("text=För lärare & skola;url=forskolor.htm;");
}

with(milonic=new menuname("scenprod")){
style=menuStyle;
overflow="scroll";
aI("text=Landsvägen...;url=landsvagen.htm;");

}

with(milonic=new menuname("turne")){
style=menuStyle;
overflow="scroll";
aI("text=Turnè produktioner;url=turne.htm;");
aI("text=Artiklarna;url=artiklarna.htm;");

}

with(milonic=new menuname("gastspel"))


with(milonic=new menuname("ped")){
style=menuStyle;
overflow="scroll";
aI("text=Våra pedagoger;url=pedagoger.htm;");
aI("text=Eget skapande/kurser;url=egetskapande.htm;");
aI("text=Profilklasser;url=profilklasser.htm;");
//aI("text=Mentorprojektet;url=mentor.htm;");
aI("text=Aktuella uppspel;showmenu=uppspel;");
//aI("text=Eget skapande;url=egetskapande.htm;");
aI("text=För lärare & skola;url=forskolor.htm;");
}

with(milonic=new menuname("uppspel")){
style=menuStyle;
overflow="scroll";
//aI("text=Den eviga resan;url=index.htm;");
//aI("text=Det går en ängel genom rummet;url=index.htm;");
//aI("text=Got it;url=index.htm;");
//aI("text=Längta hem;url=index.htm;");
}

with(milonic=new menuname("amator")){
style=menuStyle;
overflow="scroll";
aI("text=Amatörgrupper;url=mamma_import.htm;");
aI("text=Kärleken är Grym;url=karleken.htm;");
aI("text=På scenen i höst;showmenu=amprod;");
}

with(milonic=new menuname("pressmenu")){
style=menuStyle;
overflow="scroll";
aI("text=Recensioner;url=underc.htm;");
aI("text=Pressmeddelanden;url=underc.htm;");
aI("text=Pressbilder;url=underc.htm;");
}


with(milonic=new menuname("amprod")){
style=menuStyle;
overflow="scroll";
aI("text=Min mamma är en import;url=mamma_import.htm;");
}

with(milonic=new menuname("gdt")){
style=menuStyle;
overflow="scroll";
aI("text=Verksamheten;url=underc.htm;");
aI("text=Styrelsen;url=styrelse.htm;");
//aI("text=Samarbeten;url=index.htm;");
aI("text=Bli medlem;url=medlem.htm;");
aI("text=Kontakta oss;url=kontakt.htm;");
aI("text=Scener & teknik;showmenu=scenteknik;");
}


with(milonic=new menuname("scenteknik")){
style=menuStyle;
overflow="scroll";
aI("text=Ljud;url=underc.htm;");
aI("text=Ljus;url=underc.htm;");
aI("text=Scen & mått;url=underc.htm;");

}


drawMenus();


