/*
  --- 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', 'index.php', null],
['MY PROFILE', 'index.php?page=profile.php&main', null,
	   	['LOG IN','index.php?page=login.php'],
		['LOG OUT', 'index.php?page=logout.php'],
		['CREATE PROFILE', 'index.php?page=profile.php&NewProfile&state_id=3'],
		<!--['VIEW PROFILE', 'index.php?page=profile.php&ViewProfile'],-->
		<!--['View Search Agent', 'index.php?page=profile.php&ViewAgents'],-->
		['REQUEST NEW PASSWORD', 'index.php?page=password.php'],
		['FAQ','index.php?page=faq.php'],
	],
	['THINGS TO DO', null, null,
				['SEARCH BOOKS','index.php?page=search.php&category_id=1&state_id=0&city_id=0&school_id=0'],
				['SEARCH CALCULATORS','index.php?page=search.php&category_id=2&state_id=0&city_id=0&school_id=0'],
				['GET RID OF BOOKS','index.php?page=post.php&NewPost&category_id=1'],
				['GET RID OF CALCULATOR','index.php?page=post.php&NewPost&category_id=2'],
			
		
	//	['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
	//	['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
	//	['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
	//	['Online Menu Builder', 'http://www.softcomplex.com/products/tigra_menu/builder/'],
	],
	['STUDENTS ', null, null,
		//['Chat Rooms', 'index.php?page=chatrooms.php'],
		['FACEBOOK', 'HTTP://WWW.FACEBOOK.COM'],
		['MYSPACE','HTTP://WWW.MYSPACE.COM'],
		['YAHOO','HTTP://WWW.YAHOO.COM']
		//['Politics', 'index.php?page=politics.php']
	],
	['ADVERTISING ', null, null,
		['INFORMATION','index.php?page=advertise.php']
		
	],	
	['CONTACT US', null, null,
		['E-mail', 'index.php?page=email.php']
		
	],

];

