/*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 ProductsThis is a commercial software product, please visit http://www.milonic.com/ for more information.See http://www.milonic.com/license.php for Commercial License AgreementAll 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=5					// Sub menu top offset
_subOffsetLeft=-10				// Sub menu left offset



with(menuStyle=new mm_style()){
	height="25";
	//onbgcolor="#1F4419";
	oncolor="#000000";
	//offbgcolor="#D0A644";
	offcolor="#363636";
	bordercolor="#296488";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="transparent";
	separatorsize="12";
	padding="3px";
	fontsize="11px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial, Tahoma, Verdana";
	//pagecolor="black";
	//menubgimage="/phpinc/menu/bggold.gif";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="/images/blank.gif";
	subimagepadding="5";
}

with(menuStyleSub=new mm_style()){
	height="25";
	//onbgcolor="#D0A644";
	oncolor="#000000";
	offbgcolor="#FFFFFF";
	offcolor="#000000";
	bordercolor="#1F4419";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#D0A644";
	separatorsize="0";
	padding="2";
	fontsize="11.5px";
	fontstyle="normal";
	fontfamily="Arial, Tahoma, Verdana";
	//pagecolor="black";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="/phpinc/menu/arrow.gif";
	subimagepadding="0";
	overfilter="Alpha(opacity=95)";
}

with(milonic=new menuname("AboutIS")){
	style=menuStyleSub;
	//aI("image=/phpinc/menu/aboutIS.gif;status=About Information Systems;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=IS Classes - Required;url=/concentration/");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=IS Classes - Descriptions;url=/concentration/courses.php;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=IS Faculty;url=/about/faculty.php;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=IS Career Paths;url=/about/careerPaths.php;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Frequently Asked Questions;url=/about/faq.php;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Website Registration;url=/account/register.php;");
	//aI("text=Website;url=/website.php;");
}

with(milonic=new menuname("Students")){
	style=menuStyleSub;
	//aI("image=/phpinc/menu/students.gif;status=Students;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=IS Directory;url=/students/;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Available Senior Projects;url=/concentration/seniorProjectList.php;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Student Spotlight;url=/spotlight/studentSpotlight.php;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=IS Awards;url=/awards/;");
}

with(milonic=new menuname("Resources")){
	style=menuStyleSub;
	//aI("image=/phpinc/menu/resources.gif;status=Resources;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Links;url=/resources/links.php");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Information Systems Association;url=http://isa.calpoly.edu");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Orfalea College of Business;url=http://www.cob.calpoly.edu");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=OCOB Management Department;url=http://www.cob.calpoly.edu/undergradPrograms/management/");
	//aI("text=Continuing Education;url=/resources/continuinged.php;");
}

with(milonic=new menuname("Alumni")){
	style=menuStyleSub;
	//aI("image=/phpinc/menu/alumni.gif;status=Alumni;");
	aI("image=/phpinc/menu/box.gif;overimage=/phpinc/menu/box_on.gif;text=Alumni Spotlight;url=/spotlight/alumniSpotlight.php;status=Alumni Spotlight;");
}

// My Account menu section located in headerIS javascript section

drawMenus();

