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

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
//subimage="";
//subimagepadding="";
}

with(popoutStyle=new mm_style()){
onbgcolor="#5B7EAD"; //dark grey cell on bg colour #FF9900
oncolor="#FFE87E";  //font on colour
offbgcolor="#EEFFFF"; //light grey bg colour
offcolor="#003366"; //font off colour
bordercolor="#0072B6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0072B6";
separatorsize=1;
padding=5;
itemwidth=150;
fontsize="0.7em";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="#00B0DE";
headercolor="#00B0DE";
headerbgcolor="#00B0DE";
//subimage="";
//subimagepadding="";
overfilter="Fade(duration=0.3);Alpha(opacity=90);";
outfilter="Fade(duration=0.3)";

}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=37;
left="offset=70";
alwaysvisible=1; 
orientation="horizontal";
screenposition="center";
keepalive=1;
aI("image=images/menu/meeting_planners.png;overimage=images/menu/meeting_planners_over.png;showmenu=meetingplanners;url=content.php?page=1;");
aI("image=images/menu/services.png;overimage=images/menu/services_over.png;showmenu=services;url=content.php?page=72;");
aI("image=images/menu/about_wa.png;overimage=images/menu/about_wa_over.png;showmenu=aboutwa;url=content.php?page=13;");
aI("image=images/menu/members.png;overimage=images/menu/members_over.png;showmenu=members;url=content.php?page=19;");
aI("image=images/menu/contact_us.png;overimage=images/menu/contact_us_over.png;showmenu=contactus;url=content.php?page=30;");
aI("image=images/menu/home.png;overimage=images/menu/home_over.png;showmenu=home;url=index.php?page=31;");

}
with(milonic=new menuname("meetingplanners")){

						style=popoutStyle;
aI("text=Corporate Social Responsibility and Sustainability Policy;url=content.php?page=90;");
aI("text=Organising a Conference;url=content.php?page=50;");
aI("text=Association Conferences;url=content.php?page=2;");
aI("text=Tantalising Itineraries;url=content.php?page=61;");
aI("text=Corporate Meetings & Incentives;url=content.php?page=3;");
aI("text=Arts and Culture Calendar;url=content.php?page=70;");
aI("text=Connections Newsletter;url=content.php?page=69;");
aI("text=Convention Scene;url=content.php?page=5;");
aI("text=Scholarship Program;url=content.php?page=6;");
aI("text=The PCB Team;url=content.php?page=7;");
aI("text=Promotional Support;url=content.php?page=4;");
aI("text=Convention Ambassadors;url=content.php?page=8;");
aI("text=FAQ's;url=content.php?page=9;");
aI("text=Join Our Mailing List;showmenu=joinourmailinglist;url=content.php?page=10;");
aI("text=Business Directory;url=content.php?page=45;");

} 
with(milonic=new menuname("joinourmailinglist")){

						style=popoutStyle;
aI("text=Subscribe;url=content.php?page=10;");
aI("text=Unsubscribe;url=content.php?page=11;");

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

						style=popoutStyle;
aI("text=Convention Tool Kit;url=content.php?page=73;");

} 
with(milonic=new menuname("aboutwa")){

						style=popoutStyle;
aI("text=Facts & Figures;url=content.php?page=14;");
aI("text=Regions of Western Australia;url=content.php?page=15;");
aI("text=Flight Information;url=content.php?page=16;");
aI("text=Tourism Information;url=content.php?page=17;");

} 
with(milonic=new menuname("members")){

						style=popoutStyle;
aI("text=Corporate Social Responsibility and Sustainability Policy;url=content.php?page=77;");
aI("text=Ten Top Tips - Bid Document Submissions;url=content.php?page=93;");
aI("text=Annual Report;url=content.php?page=75;");
aI("text=Business Events Destination Brand;url=content.php?page=87;");
aI("text=National Business Events Strategy 2020;url=content.php?page=76;");
aI("text=Forthcoming Member Events;url=content.php?page=85;");
aI("text=PCB Board Charter and Conflicts of Interest Policy;url=content.php?page=91;");
aI("text=Survey of Members October 2009;url=content.php?page=92;");
aI("text=Member News;url=content.php?page=19;");
aI("text=Member Downloads;url=content.php?page=20;");
aI("text=Media Releases;url=content.php?page=21;");
aI("text=Board of Directors;url=content.php?page=22;");
aI("text=The PCB Team;url=content.php?page=23;");
aI("text=Job Vacancies;showmenu=jobvacancies;url=content.php?page=26;");
aI("text=Professional Development;url=content.php?page=28;");
aI("text=Joining the Bureau;url=content.php?page=29;");

} 
with(milonic=new menuname("jobvacancies")){

						style=popoutStyle;
aI("text=List of Job Vacancies;url=content.php?page=26;");
aI("text=Submit a Job Ad;url=content.php?page=27;");

} drawMenus();