fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#EBEB6B";
offcolor="#000000";
onbgcolor="#4C96D7";
oncolor="#000000";
padding=6;
}

with(menu=new menuname("menu")){
alwaysvisible=1;
itemwidth="100%";
menualign="left";
menuwidth="790";
orientation="horizontal";
style=ScrollingSampStyle;
aI("text=Home;url=http://www.colonialnewsweden.org/index.php;");
aI("showmenu=visit;text=Visit;");
aI("showmenu=reenact;text=Re-enactors;");
aI("showmenu=about;text=About us;");
aI("showmenu=history;text=History;");
aI("showmenu=links;text=Links;");
aI("text=Calendar;url=/calendar10.php;");
aI("text=Store;url=/store10.php");
}


with(visit=new menuname("Visit")){
style=ScrollingSampStyle;
aI("text=The Centre;url=http:/about10.php");
aI("text=Tours;url=http:/tours10.php");
aI("text=Brochure;url=http:/brochure10.php");
}


with(reenact=new menuname("Reenact")){
style=ScrollingSampStyle;
aI("text=Colonial re-enactors;url=http:/re-enactors10.php");
aI("text=Ship's boat Little Key;url=http:/littlekey;target=_blank");
}



with(about=new menuname("about")){
style=ScrollingSampStyle;

aI("text=A letter from the president;url=http:/message.php");
aI("text=Photo gallery;url=http:/album/index10.php");
aI("text=Our logo;url=http:/logo10.php");
aI("text=Join;url=http:/member10.php");
aI("text=Volunteer form;url=http:/volunteer10.php");
}



with(about=new menuname("history")){
style=ScrollingSampStyle;

aI("text=Anthony - The African in New Sweden;url=http:/anthony1-10.php");
}



with(links=new menuname("Links")){
style=ScrollingSampStyle;
aI("text=Swedish-Finnish websites;url=http:/links10.php");
aI("text=History websites;url=http:/links10b.php");
aI("text=Genealogy;url=http:/genealogy10.php");
aI("text=Videos;url=http:/links-video10.php");
}


drawMenus();