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="blue";

borderstyle="solid";

borderwidth=1;

fontfamily="Verdana, Tahoma, Arial";

fontsize="95%";

fontstyle="normal";

fontweight="bold"

headerbgcolor="#ffffff";

headercolor="#000000";

offbgcolor="#eeeeee";

onbgcolor="#ddffdd";

oncolor="#ff0000";

offcolor="blue";

outfilter="randomdissolve(duration=0.3)";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";

padding=1;

pagebgcolor="#82B6D7";

pagecolor="black";

separatorcolor="#999999";

separatorsize=1;

subimage="/Images/black_13x8.gif";

subimagepadding=1;

}



with(milonic=new menuname("Main Menu")){

alwaysvisible=1;

orientation="horizontal";

top=213;

//Determine the Available Width on the page 

//var fWidth; 

left = ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth )  / 2 -  435;

//left=fWidth/2 - 437;

//left=282

itemwidth=140;

style=menuStyle;

aI("text=Home;url=home.html;");

aI("showmenu=aboutrol;text=About ROL;");

aI("showmenu=services;text=Services;");

aI("showmenu=whatson;text=What's On;");

aI("text=In Touch;url=mailinglists.html;");

aI("text=Links;url=links.html;");



}



with(milonic=new menuname("aboutrol")){

style=menuStyle;

aI("text=Management;url=management.html;");

aI("text=Meetings;url=meetings.html;");

aI("text=Membership;url=membership.html;");

aI("text=Contact Us;url=contactus.html;");

}



with(milonic=new menuname("whatson")){

style=menuStyle;




aI("text=August 2010;url=aug 2010.html;");
aI("text=September 2010;url=sep 2010.html;");
aI("text=Coming Events;url=coming.html;");



}



with(milonic=new menuname("services")){

style=menuStyle;

aI("text=Teaching;url=teaching.html");

aI("text=Tutorials;url=tutorials.html;");

aI("text=Hands On;url=handson.html;");

aI("text=Home Help;url=homehelp.html;");

aI("text=Groups;url=groups.html;");



}







drawMenus();



