
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset


with(menuStyle=new mm_style()){
onclass="mmlayer";
offclass="mmlayer";
onbgcolor="#CCCCCC";
oncolor="#336699";         //original ffffff use to check proper loading
offbgcolor="transparent";
offcolor="#336699";
padding=8;   
align="left";
fontsize="80%";
fontstyle="bold";
fontfamily="ArialMT, Verdana, Tahoma,sans-serif"; 
pagecolor="#CCFFCC";    //black
pagebgcolor="#336699";  //99CC99 CCFFCC is light green
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(SubmenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#336699";
offbgcolor="#fffaf1";      //FFFFFF
offcolor="#336699";
bordercolor="";     //666666
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize=0;
padding=5;  
fontsize="100%";
fontstyle="bold";
fontfamily="ArialMT, Verdana, Tahoma,sans-serif";
pagecolor="#CCFFCC";
pagebgcolor="#666666";   //blue background try C6E1CA
subimage="images/arrow.gif";  
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("meetings")){
style=SubmenuStyle;
aI("text=2005;url=2005_meeting.html;");
aI("text=2006;url=2006_meeting.html;");
aI("text=2007;url=2007_meeting.html;");
aI("text=2008;url=2008_meeting.html;");
}

with(milonic=new menuname("events")){
style=SubmenuStyle;
aI("text=2004;url=2004_event.html;");
aI("text=2005;url=2005_event.html;");
aI("text=2006;url=2006_event.html;");
aI("text=2007;url=2007_event.html;");
aI("text=2010;url=2010_event.html;");
aI("text=2010;url=2011_event.html;");
}



drawMenus();


