/* ======================================================================

JScript Source File -- Created with SAPIEN Technologies PrimalScript 3.1

NAME: 

AUTHOR: Daniel Hefley , ***
DATE  : 2/24/2007

COMMENT: 

========================================================================= */
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Academics', null, {'bw':155},
		['Programs', 'programs.htm'],
		['Graduation Reguirements', 'requirements.htm'],
		['Student-Family Handbook (pdf)', 'handbook.pdf'],
	],
	['News & Events', null, {'bw':220},
		['Newsletter', 'newsletter.htm'],
		['Scholastic Calendar', 'calendar.htm'],
	],
	['Faculty & Staff', 'staff.htm'],
	['Multimedia', null, {'bw':155},
		['Photogallery', 'http://gallery.qsiven.net'],
		['School Video', 'javascript:video()'],	
		['QSIven InFocus', 'http://infocus.qsiven.net'],		
		['QSIven eLearning Center', 'http://elearning.qsiven.net'],
		['Tigernet Wiki', 'http://tigernet.wikispaces.com'],	
	]
];
