_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=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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#CDDDF1";
oncolor="#000000";
offbgcolor="#6b8eac";
offcolor="#ffffff";
bordercolor="#5b768d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/Corporate.asp;status=Corporate Profile;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Advisory Board;url=/s/Advisory_Board.asp;status=Advisory Board;");
//aI("text=Financial Statements;url=/s/Financial_Statements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Storkullen;url=/s/Central_Sweden.asp;status=Storkullen;");
aI("text=Vargbacken;url=/s/Skelleftea.asp;status=Vargbacken;");
aI("text=Middagsberget;url=/s/Middagsberget.asp;status=Middagsberget;");
aI("text=Puolalaki;url=/s/Puolalaki.asp;status=Puolalaki;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2012;url=/s/News_Releases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/News_Releases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/News_Releases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/News_Releases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/News_Releases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/News_Releases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/Financial_Statements.asp;status=Financial Statements;");
aI("text=Capitalization Summary;url=/s/Share_Structure.asp;status=Capitalization Summary;");
aI("text=Contact Investor Relations;url=/s/Contact_Us.asp;status=Contact Investor Relations;");
//aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Company Fact Sheet;url=/s/FactSheet.asp;status=Company Fact Sheet;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact_Us.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
