BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#9D0338",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};



var COLORED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#9D0338",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[10,122], itemoff:[35,0], leveloff:[0,170], style:STYLE, size:[35,170]},
	
	{code:"Undergraduate",url:"undergrad.html",
		sub:[
			{style:COLORED_STYLE},
			
			{code:"BS Manufacturing Systems Engineering",url:"BSMSE.html",
				sub:[
					{size:[35,130]},
					{code:"4 Year Degree Plan",url:"bsmse4yrdegree.html"},
					{code:"5 Year Degree Plan",url:"bsmse5yrdegree.html"},
					{code:"6 Year Degree Plan",url:"bsmse6yrdegree.html"}
				]
			},
			
			{code:"Continuing Students",url:"ugcontindex.html"
			},
			
			{code:"Prospective Students",url:"ugprospindex.html"
			},
			
			{code:"Admissions",url:"ugadmission.html"	
			},

			{code:"GE Courses",url:"uggecourse.html",
				sub:[
					{size:[35,130]},
					{code:"MSE 101"},
					{code:"MSE 105",url:"http://www.csun.edu/msem/mse105"},
					{code:"MSE 106"}
				]
			},
			
			{code:"Course Description",url:"coursedesc.html"
			},
			
			{code:"Long Range Course Plan",url:"longrange.html"
			}
		]
	},
	
	{code:"Graduate",url:"graduate.html",
		sub:[
			{style:COLORED_STYLE},
			{code:"MS Degrees",url:"MS.html",
				sub:[
					{},
					{code:"Engineering Automation",url:"MSEA.html"},
					{code:"Engineering Management",url:"MSEM.html"},
					{code:"Manufacturing Systems Engineering",url:"MSMSE.html"},
					{code:"Materials Engineering",url:"MSME.html"},
					{code:"Engineering Management (On-line)", format:{size:[44,170]},url:"MSEM-online.html" }
				]
			},
			
			{code:"Continuing Students",url:"gcontindex.html"
			},
			
			{code:"Prospective Students",url:"gprospindex.html"
			},
			
			{code:"Admissions",url:"gadmission.html"
			},
			
			{code:"Forms",url:"gform.html"
			},

			{code:"Course Description",url:"coursedesc.html"
			},
			
			{code:"Long Range Course Plan",url:"longrange.html"
			}
		]
	},
	
	{code:"Faculty & Staff",url:"faculty.html",
		sub:[
			{style:COLORED_STYLE},
			
			{code:"Full Time Faculty",url:"faculty.html#ft"				
			},

			{code:"Part Time Faculty",url:"faculty.html#pt"			
			},

			{code:"Staff & Administration",url:"faculty.html#staff"				
			},
			
			{code:"Emeritus Faculty",url:"faculty.html#ef"
			}			
		]
	},
	
	{code:"Department News & Jobs",url:"deptnews.html",
		sub:[
			{style:COLORED_STYLE},
			{code:"MSEM News",url:"MSEMnews.html"
			},
			
			{code:"MSEM Jobs",url:"MSEMjobs.html"
			},
			
			{code:"Faculty Positions",url:"facultyjobs.html",
				sub:[
					{},
					{code:"Full Time Faculty",url:"facultyjobs_full_time.html"},
					{code:"Part Time Faculty",url:"facultyjobs_part_time.html"}
					]
			}
		]
	},
	
	{code:"Department Info",url:"deptinfo.html",
		sub:[
			{style:COLORED_STYLE},
			
			{code:"History Of MSEM",url:"MSEMhistory.html"
			},
			
			{code:"Contact MSEM",url:"contact.html"
			}
		]
	},
	
	{code:"Facilities",url:"facilities.html"
		
	},
	
	{code:"Alumni",url:"alumni.html",
		sub:[
			{style:COLORED_STYLE},
			
			{code:"Celebrating Our Students", url:"https://www.csun.edu/msem/alumnigallery.html"
			},
			{code:"Alumni Listings", url:"https://www.csun.edu/msem/alumnilisting.html"
			},
			{code:"College Alumni Page",url:"http://www.csun.edu/~ecsdean/alumni.html"
			}
		]
	},
	
	{code:"Links",
		sub:[
			{style:COLORED_STYLE},
			
			{code:"SME Student Chapter",url:"http://www.csun.edu/sme/"
			},
			
			{code:"Sampe Student Chapter",url:"http://www.csun.edu/msem/ECNews1.doc"
			},
			
			{code:"CSUN Home Page",url:"http://www.csun.edu"
			},
			
			{code:"College Home Page",url:"http://www.csun.edu/~ecsdean/"
			},
			
			{code:"Matador Bookstore",url:"http://www.bkstr.com/webapp/wcs/stores/servlet/StoreCatalogDisplay?storeId=10057&langId=-1&catalogId=10001"
			},
			{code:"CSUN Oviatt Library",url:"http://library.csun.edu/"
			},
			{code:"Student Forms",url:"http://www.csun.edu/anr/forms/pdf/formslst2.htm"
			},
			{code:"University Catalog",url:"http://www.csun.edu/catalog/"
			},
		]
	},
	
	{code:"MSEM Home",url:"index.html"
	}
];
