/*
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=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(topMenuStyle=new mm_style()){
onbgcolor="#719742";
oncolor="#FFFFFF";
offbgcolor="#A7C781";
offcolor="#0E5D6B";
bordercolor="#0E5D6B";
borderstyle="solid";
borderwidth=0;
separatorcolor="#0E5D6B";
separatorsize=0;
padding=4;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#A7C781";
headercolor="#0E5D6B";
headerbgcolor="#A7C781";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#719742";
oncolor="#FFFFFF";
offbgcolor="#A7C781";
offcolor="#0E5D6B";
bordercolor="#0E5D6B";
borderstyle="solid";
borderwidth=0;
separatorcolor="#0E5D6B";
separatorsize=0;
padding=4;
subimage="images/arrow.gif";
subimagepadding="2";
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="0E5D6B";
pagebgcolor="#A7C781";
headercolor="#0E5D6B";
headerbgcolor="#A7C781";
}


with(milonic=new menuname("Main Menu")){
style=topMenuStyle;
screenposition="center";
top=152;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=About;url=about_us.php;image=images/about.png;overimage=images/about_f2.png;");
aI("showmenu=StudentInfo;image=images/student_info.png;overimage=images/student_info_f2.png;");
aI("url=contact.php;image=images/contact.png;overimage=images/contact_f2.png;");
}

with(milonic=new menuname("About")){
style=subMenuStyle;
aI("text=Driving Directions;url=driving_directions.php;");
aI("text=MRTC Staff;url=mrtc_staff.php;");
aI("text=MRTC Services;showmenu=MRTC_Services;url=mrtc_services.php;");
aI("text=UH Center, Maui;url=http://umaui.net/;target=_blank");
aI("text=Maui Community College;url=http://maui.hawaii.edu/;target=_blank");
}

	with(milonic=new menuname("MRTC_Services")){
	style=subMenuStyle;
	aI("text=Classroom and Conference Room;url=mrtc_rooms.php;");
	aI("text=UH Wireless @ MRTC;url=wireless.php;");
	}

with(milonic=new menuname("StudentInfo")){
style=subMenuStyle;
aI("text=My UH Portal;url=https://myuh.hawaii.edu/cp/home/displaylogin;target=_blank;");
aI("text=Degree Programs;showmenu=DegreePrograms;url=degree_programs.php;");
aI("text=Schedule of Classes;showmenu=SOC");
aI("text=MRTC Student Orientation;url=orientation.php;");
}

	with(milonic=new menuname("DegreePrograms")){
	style=subMenuStyle;
	aI("text=AA from MCC;url=aa_from_mcc.php;");
	aI("text=Current Degrees;url=current_degrees.php;");
	aI("text=Tuition Schedule;url=http://umaui.net/tuition_schedule.html;target=_blank;");
	}

	with(milonic=new menuname("SOC")){
	style=subMenuStyle;
//	aI("text=MCC Distance AA Grid;url=mcc_de_aa_grid.php;");
	aI("text=Courses On-site @ Kihei;url=mrtc_schedule.php;");
	aI("text=UH Distance Learning Courses;url=http://www.hawaii.edu/dl/courses/;target=_blank;");
	aI("text=MCC Schedule;url=http://www.sis.hawaii.edu/uhdad/avail.classes?i=MAU;target=_blank;");
	}


	
drawMenus();
