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="#dcdcdc";
borderstyle="solid";
borderwidth=0;
fontfamily="calibri";
fontsize="90%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#006633";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#D1D2D4";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=140;

aI("showmenu=WLYAP Home;text=WLYAP Home;");
aI("showmenu=Departments;text=Current Projects;");
aI("showmenu=Resources;text=Resources;");
aI("showmenu=News & Reports;text=News & Reports;");


aI("showmenu=Clubs/Drop-in's;text=Clubs/Drop-in's;;");
aI("text=Find Us;url=contact.html;");
}


with(milonic=new menuname("WLYAP Home")){
style=menuStyle;

aI("text=Home Page;url=home.html;");
aI("text=Request Information;url=inforeq.html;");
aI("text=Make a referral;url=referral.html;");


}


with(milonic=new menuname("Departments")){
style=menuStyle;

aI("text=Peer Education;url=eclipse.html;");
aI("text=Befriending;url=in8.html;");
aI("text=Partnership Working;url=partner.html;");

aI("text=Yap Music;url=yapmusic.html;");
aI("text=Streetwork;url=streetwork.html;");
aI("text=Youth Committee;url=yac.html;");
aI("text=C-Card Service;url=ccard.html;");
}

with(milonic=new menuname("Image Galleries")){
style=menuStyle;
aI("text=Knightsridge Graffitti Project;url=galleries/knightsridge graffiti project/index.html;");
aI("text=YAP Music Summer Academy 2006;url=galleries/summer academy 06/index.html;");
aI("text=YAP Music Summer Academy 2007;url=galleries/summer academy 07/index.html;");
aI("text=Annual General Meeting 2007;url=galleries/agm 2007/index.html;");
aI("text=Stoneyburn Garden Project;url=galleries/stoneyburn/index.html;");
aI("text=Summer Music Academy 2008;url=galleries/summer academy 2008/index.html;");
aI("text=Annual General Meeting 2009;url=galleries/agm 2009/index.html;");
aI("showmenu=sumacad09;text=Summer Academy 09;");
}

with(milonic=new menuname("sumacad09")){
style=menuStyle;
aI("text=Drum Clinic;url=galleries/Drum Clinic 09/index.html");
aI("text=Beginners;url=galleries/Beginners 09/index.html;");
aI("text=Intermediate;url=galleries/Intermediate 09/index.html;");
aI("text=Club West;url=galleries/Clubwest 09/index.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=WLYAP DVD Resources;url=media.html;");
aI("text=Plastic Contact Cards;url=cards.html;");

}

with(milonic=new menuname("News & Reports")){
style=menuStyle;
aI("text=FaceBook Blog;url=news.html;");

aI("text=Annual Reports;url=annual.html;");

}

with(milonic=new menuname("Clubs/Drop-in's")){
style=menuStyle;

aI("text=Broxburn Internet Cafe;url=yacc.html;");
aI("text=Wee Croft Stoneyburn;url=stoneyburn.html;");
aI("text=Ace Group;url=ace.html;");

}

drawMenus();


