/*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="#0C3789";
	//offbgcolor="#D0A644";
	offcolor="#FFFFFF";
	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("AboutISA")){
	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=Current Executive Board Members;url=/about/executive.php;status=Current Executive Board Members;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Former Executive Board Members;url=/about/executive_history.php;status=Former Executive Board Members;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Faculty Members;url=/about/faculty.php;status=ISA Faculty;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Photo Album;url=/about/album.php;status=Photo Album;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Quarterly Review;url=/about/review.php;status=Quarterly Review;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Frequently Asked Questions;url=/about/faq.php;status=FAQs;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Contact ISA;url=/contact/;status=Contact ISA;");
}

with(milonic=new menuname("Members")){
	style=menuStyleSub;
	//aI("image=/phpInc/menu/students.gif;status=Students;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Join ISA;url=/join/;status=Join ISA;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Member List;url=/members/;status=Member List;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Member Incentive Program;url=/members/mip.php;status=Member Incentive Program;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Tutoring;url=/tutoring/;status=Tutoring;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Resources;url=/members/resources.php;status=Resources;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Cal Poly Information Systems;url=http://is.calpoly.edu;status=Cal Poly Information Systems;");
}

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 List;url=/alumni/;status=ISA Alumni;");
}

with(milonic=new menuname("Companies")){
	style=menuStyleSub;
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Company Sponsors;url=/companies/;status=Company Sponsors;");
	aI("image=/phpInc/menu/box.gif;overimage=/phpInc/menu/box_on.gif;text=Recruiter Information;url=/recruiters/;status=Recruiter Information;");
}



// My Account menu section located in headerIS javascript section

drawMenus();

