/*

  --- menu items --- 

  note that this structure has changed its format since previous version.

  additional third parameter is added for item scope settings.

  Now this structure is compatible with Tigra Menu GOLD.

  Format description can be found in product documentation.

*/

var MENU_ITEMS = [

	['Home','./start.php4',{'tw' : 'top'}], 
	['Services Offered','./services.htm',{'tw' : 'top'}],
	['Service Prices','./price.htm',{'tw' : 'top'}],		
	['Service Request','./servicerequest.php4',{'tw' : 'top'}],
	['Useful Information','./General_Information/information.htm',{'tw' : 'top'}],
	['Links','./Links/links.htm',{'tw' : 'top'}],
	['Book Renewal','./book_renew.htm',{'tw' : 'top'}],
	['Conference Room','./conference_room_request.htm"',{'tw' : 'top'}],
	['Computer Use','./computer_use.htm"',{'tw' : 'top'}],
	['Law Library Catalog','http://catalog.alalinc.net/search/',{'tw' : '_blank'}],


	 
	

];
