/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=125            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=1             // Sub menu left offset
buildAfterLoad=true;
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps 

with(menuStyle=new mm_style()){
onbgcolor="#1a1819";
oncolor="#ffffff";
offbgcolor="#998a62";
offcolor="#FFFFFF";
bordercolor="#1a1819";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
separatorpadding=0;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
margin=0;
padding=4;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#1a1819";
headercolor="#000000";
headerbgcolor="#F37610";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#F37610', Direction=135, Strength=0)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("Course Information")){
style=menuStyle;
aI("text=Course Overview;url=/course_overview.htm;status=Course Overview;");
aI("text=Course content;url=/course_content.htm;status=Course content;");
/*aI("text=Examination;url=/examination.htm;status=Examination;");*/
aI("text=Bridge Programme;url=/bridge_programme.htm;status=Bridge Programme;");
}

with(milonic=new menuname("Course Fees and Dates")){
style=menuStyle;
aI("text=Fees;url=/fees.htm;status=Course Fees;");
aI("text=Dates;url=/dates.htm;status=Course Dates;");
aI("text=Course enrolement form;url=/course_enrolement.htm;status=Course enrolement;");
}

drawMenus();
