var menu1={
	specs:{
		layout:'horizontal',
		position:'inline',
		left:'',
		top:'',
		width:'110',
		opacity:'1',
		borderWidth:'2',
		borderColor:'rgb(100,100,100)',
		backgroundColor:'rgb(0,80,50)',
		color:'rgb(255,255,255)',
		fontSize:'8pt',
		fontWeight:'normal',
		linkColor:'rgb(255,0,0)'},
	item1:{
		name:'<b>EMAIL STAFF</b>',

		item1:{name:'<b>Joe Covert</b>',link:'mailto:joe.covert@sobrietyhigh.org'},
		item2:{name:'<b>Judi Hanson</b>',link:'mailto:larry.schmidt@sobrietyhigh.org'}}};

var menu2={
	specs:{
		layout:'horizontal',
		position:'inline',
		left:'',
		top:'',
		width:'110',
		opacity:'1',
		borderWidth:'2',
		borderColor:'rgb(100,100,100)',
		backgroundColor:'rgb(0,80,50)',
		color:'rgb(255,255,255)',
		fontSize:'8pt',
		fontWeight:'normal',
		linkColor:'rgb(255,0,0)'},
	item1:{
		name:'<b>GRADES & INFO</b>',
		item1:{name:'<b>Student Grades</b>',link:'http://asp.ties.k12.mn.us/schoolview/sv_login.asp'},
		item2:{name:'<b>Event Calendar</b>',link:'events/events.html'},
		item3:{name:'<b>Daily Schedule</b>',link:'info/schedule.pdf'},
		item4:{name:'<b>Elective Schedule</b>',link:'info/electives.pdf'},
		item5:{name:'<b>SHS Application</b>',link:'info/application.pdf'},
		item6:{name:'<b>SHS Location</b>',link:'info/map.html'},
		item7:{name:'<b>School Wish List</b>',link:'wishlist/wishlist.html'},
		item8:{name:'<b>Sobriety Calculator</b>',link:'info/sobertime.html'}}};