

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#81163C";
oncolor="#FFFFFF";
offbgcolor="#CC0033";
offcolor="#FFFFFF";
bordercolor="#81163C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#81163C";
itemwidth=112;
separatorsize="1";
padding=4;
itemheight=9;
fontsize="11";
fontstyle="normal";
pagecolor="#FFFFFF";
pagebgcolor="#560E27";
headercolor="#000000";
headerbgcolor="#FFFFFF";
overfilter="Fade(duration=0.2);Alpha(opacity=96)";
outfilter='Fade(duration=0.2)'
}

with(milonic=new menuname("mainmenu")){
style=menuStyle; left=0; top=9; 
aI("text=Long Term Courses;url=courses_lt.php;");
aI("text=Short Term Courses;url=courses_st.php;");
aI("text=Part Time Courses;url=courses_pt.php;");
aI("text=Course Dates;url=dates.php;");
aI("text=Course Price List;url=prices.php;");
}

with(milonic=new menuname("castlebar")){
style=menuStyle; left=130; top=9; 
aI("text=Castlebar Courses ;url=courses_castlebar.php;");
}

with(milonic=new menuname("student")){
style=menuStyle; left=202; top=9; 
aI("text=General Info.;url=student_general.php;");
aI("text=College Opening Hours;url=opening_hours.php;");
aI("text=Enrolment Application;url=enrolment.php;");
}

with(milonic=new menuname("salon")){
style=menuStyle; left=372; top=9; 
aI("text=Testimonials ;url=testimonials2.php;");
}

drawMenus();

