


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(Items=new mm_style()){
styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Tahoma,Helvetica";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
fontcolor="pink";
imagepadding=3;
offbgcolor="MediumSeaGreen";
offcolor="White";
onbgcolor="LightGreen";
onborder="1px solid Green";
oncolor="DarkGreen";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=1;
separatorwidth="80%";
menubgcolor="white";
onclass="opaque";
offclass="opaque"; 
clickbgcolor="Orange";

image="/images/ig_tblTri_Yellow3d.gif";
imagepadding=3;

}


with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="DarkGreen";
offbgcolor="";
offcolor="Green";
bordercolor="Green";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="10";
padding=5;
paddingright=108;
fontsize="9pt";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="orange";
headerbgcolor="";
menubgimage="/App_Themes/Default/images/grid.jpg";
subimagepadding="2";
clickbgcolor="Orange";

}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=0;
menuwidth="738px";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/Default.aspx;");
aI("text=The WSA;showmenu=THEWSA;url=/WSA/default.aspx;");
aI("text=WSA Applications;showmenu=Applications;url=/Development/default.aspx;");
aI("text=Candidate Area;showmenu=CandidateArea;url=/Candidate/default.aspx;");
aI("text=Analyst Area;showmenu=AnalystArea;url=/Client/Recruitment/default.aspx;");
aI("text=WSA Accreditation;showmenu=WSAAccreditation;url=/WSA/accreditation.aspx;");
aI("text=Contact Us;showmenu=ContactUs;url=/WSA/contactus.aspx;");
}

with(milonic=new menuname("THEWSA")){
style=Items;
overflow="scroll";
aI("text=About the WSA;url=/WSA/About.aspx;");
aI("text=Consultancy Services;url=/WSA/Consultancy/Consulting.aspx");
aI("text=Example Reports;url=/WSA/ExampleReport.aspx;");
aI("text=Case Studies;url=/WSA/CaseStudies.aspx;");
aI("text=Testimonials;url=/WSA/Testimonials.aspx;");
aI("text=About Us;url=/WSA/AboutUs.aspx;");
}

with(milonic=new menuname("Applications")){
style=Items;
aI("text=Team Development;url=/Development/Team.aspx;");
aI("text=Career Management;url=/Development/Career.aspx;");
aI("text=Leadership Developemnt;url=/Development/Leadership.aspx;");
aI("text=Personal Development and Coaching;url=/Development/Personal.aspx;");
aI("text=Recruitment;url=/Development/Recruitment.aspx;");
aI("text=360 Feedback;url=/Development/360.aspx;");
}

with(milonic=new menuname("CandidateArea")){
style=Items;
aI("text=Complete Questionairre;url=/Candidate/Questionnaire/RunTest.aspx;");
}

with(milonic=new menuname("AnalystArea")){
style=Items;
aI("text=Add New Campaign;url=/Client/Recruitment/Campaign.aspx;");
aI("text=View Campaigns;url=/Client/Recruitment/ViewCampaigns.aspx;");
aI("text=Find Campaign;url=/Client/Recruitment/FindCampaigns.aspx;");
aI("text=Find Candidate;url=/Client/Recruitment/FindCandidate.aspx;");
aI("text=Candidate Reports;url=/Client/Recruitment/ViewReports.aspx;");
aI("text=WSA Online Shop;url=/Client/Shop/Products.aspx;");
}

with(milonic=new menuname("WSAAccreditation")){
style=Items;
margin=0;
}

with(milonic=new menuname("ContactUs")){
style=Items;
margin=0;
}

with(milonic=new menuname("ExampleReports")){
style=Items;
margin=0;
aI("text=Example Recruitment Report;url=/WSA/ExampleReport.aspx;");
aI("text=Example WSA Scores Report;url=/WSA/ExampleScore.aspx;");
}

drawMenus();

