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(menuStyle=new mm_style()){
//bordercolor="#666666";
bordercolor="black";
borderstyle="solid";
borderwidth=2;
//separatorcolor="#666666";
separatorcolor="white";
separatorsize=1;
fontfamily="verdana,helvetica";
align="center";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="blue";
//offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="black";
oncolor="white";
padding=4;
pagecolor="blue"; //current page item font color;
pagebgcolor="#F7F7F7";//current page item background color;
}

with(SubMenuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize=1;
fontfamily="arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="";
oncolor="red";
padding=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll="00";
//left=10;
orientation="horizontal";
screenposition="center"; 
style=menuStyle;
top=10;
aI("text=Home;url=index.html;");
aI("text=Information;url=info.html;");
aI("text=Find Us;url=map.html;");
aI("text=Concerts;url=concerts.html;");
aI("showmenu=artists;text=Artist Profiles;");
aI("showmenu=newsletters;text=Newsletters;");
aI("text=History;url=history.html;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("artists")){
overflow="scroll";
style=SubMenuStyle;
itemwidth=100;
aI("text=Dave Smith;url=artists_dave_smith.html;");

}

with(milonic=new menuname("newsletters")){
overflow="scroll";
style=SubMenuStyle;
itemwidth=50;
aI("showmenu=2008;text=2008;");
aI("showmenu=2009;text=2009;");
aI("showmenu=2010;text=2010;");

}

with(milonic=new menuname("2010")){
overflow="scroll";
style=SubMenuStyle;
aI("text=January;url=newsletter_2010_01.html;");
aI("text=February;url=newsletter_2010_02.html;");
aI("text=March;url=newsletter_2010_03.html;");
aI("text=April;url=newsletter_2010_04.html;");
aI("text=May</span>;url=newsletter_2010_05.html;");
aI("text=June;url=newsletter_2010_06.html;");
aI("text=July;url=newsletter_2010_07.html;");
//aI("text=August;url=newsletter_2010_08.html;");
//aI("text=September;url=newsletter_2010_09.html;");
//aI("text=October;url=newsletter_2010_10.html;");
//aI("text=November;url=newsletter_2010_11.html;");
//aI("text=December;url=newsletter_2010_12.html;");
}

with(milonic=new menuname("2009")){
overflow="scroll";
style=SubMenuStyle;
aI("text=January;url=newsletter_2009_01.html;");
aI("text=February;url=newsletter_2009_02.html;");
aI("text=March;url=newsletter_2009_03.html;");
aI("text=April;url=newsletter_2009_04.html;");
aI("text=May</span>;url=newsletter_2009_05.html;");
aI("text=June;url=newsletter_2009_06.html;");
aI("text=July;url=newsletter_2009_07.html;");
aI("text=August;url=newsletter_2009_08.html;");
aI("text=September;url=newsletter_2009_09.html;");
aI("text=October;url=newsletter_2009_10.html;");
aI("text=November;url=newsletter_2009_11.html;");
aI("text=December;url=newsletter_2009_12.html;");
}

with(milonic=new menuname("2008")){
overflow="scroll";
style=SubMenuStyle;
aI("text=<span style='color:gray;text-decoration:line-through;'>Jan</span>;");
aI("text=<span style='color:gray;text-decoration:line-through;'>Feb</span>;");
aI("text=March;url=newsletter_2008_03.html;");
aI("text=April;url=newsletter_2008_04.html;");
aI("text=<span style='color:gray;text-decoration:line-through;'>May</span>;");
aI("text= June;url=newsletter_2008_06.html;");
aI("text=July;url=newsletter_2008_07.html;");
aI("text=August;url=newsletter_2008_08.html;");
aI("text=September;url=newsletter_2008_09.html;");
aI("text=October;url=newsletter_2008_10.html;");
aI("text=November;url=newsletter_2008_11.html;");
aI("text=December;url=newsletter_2008_12.html;");
}

with(milonic=new menuname("Links")){
style=SubMenuStyle;
aI("text=BBC Organist Entertains;url=http://www.bbc.co.uk/programmes/b006wr9w/;target=_new;");
aI("text=Home Organ & Keyboard;url=http://www.homeorgan.co.uk/;target=_new;");
aI("text=Keyboard Calvalcade;url=http://www.keyboard-cavalcade.co.uk/;target=_new;");
aI("text=Musicroom.com;url=http://www.musicroom.com/;target=_new;");
aI("text=OrganFax;url=http://www.organfax.co.uk/;target=_new;");
aI("text=Sheet Music Direct;url=http://www.sheetmusicdirect.com/;target=_new;");
aI("text=The SheetMusic Warehouse;url=http://www.sheetmusicwarehouse.co.uk/;target=_new;");
aI("text=Theatre Organ Club;url=http://www.theatreorganclub.co.uk/;target=_new;");


}

drawMenus();

