
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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="bold";
headerbgcolor="#CCffff";
headercolor="#0000FF";
offbgcolor="#eeee00";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CCFFFF";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu"))
{
alwaysvisible=1;
left=400;
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=Home;url=Welcome_Page.htm;target=bottom;");
aI("showmenu=Services;text=What we do..;");
aI("showmenu=Membership;text=Membership;");
aI("text=Press Releases;url=press_releases.htm;target=bottom;");
aI("showmenu=Links;text=Links;");
aI("text=Council;url=council.htm;target=bottom;");

}
with(milonic=new menuname("Services"))
{
style=menuStyle;
aI("text=Newsletter;url=journal.htm;target=_blank;");
aI("text=Educational Modules;url=educ_modules.htm;target=bottom;");
aI("text=Qualifications;url=fellowship.htm;target=bottom;");
aI("text=Conferences;url=conferences.htm;target=bottom;");
}

with(milonic=new menuname("Membership"))
{
style=menuStyle;
aI("text=Membership Classes;url=classes_of_member.htm;target=bottom;");
aI("text=Fees;url=subscriptions.htm;target=bottom;");
aI("text=Application Form;url=app08.pdf;target=bottom;");
aI("text=Direct Debit;url=ddform.htm;target=bottom;");
}
with(milonic=new menuname("Press"))
{
style=menuStyle;
aI("text=Management for Pharmacists;url=Press Release Managers Guidelines.pdf;target=bottom;");
aI("text=Responsible Pharmacist;url=Responsible Pharm PR.htm;target=bottom;");
aI("text=Code of Ethics;url=ethics.htm;target=bottom;");

aI("text=Clarke Review;url=clarke_review.htm;target=bottom;");
aI("text=New President;url=New President.htm;target=bottom;");
aI("text=Section 60;url=Section60PR.htm;target=bottom;");
aI("text=RPS;url=rpsgbpr.htm;target=bottom;");
aI("text=Royal College?;url=RoyalCollPR.htm;target=bottom;");

}
with(milonic=new menuname("Links"))
{
style=menuStyle;
aI("text=Government;url=links.htm#gov;target=bottom;");
aI("text=Professional Bodies;url=links.htm#prof;target=bottom;");
aI("text=Publications;url=links.htm#pub;target=bottom;");
aI("text=Management;url=links.htm#Man;target=bottom;");

}


drawMenus();

