/*
  --- 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 = [
	['About Us', null, null,
		['Company History', 'history.htm']
		
	],
	['Clients', null, null,
		['By Market', 'clients_mkt.htm'],
		['By Station', 'clients_sta.htm'],
		['By Channel', 'clients_ch.htm'],
		['By Affiliate', 'clients_aff.htm'],
		['By Rank', 'clients_rank.htm'],
	],
	['Departments', null, null,
		['Sales', 'sales.htm', null,
						['Post Newsweek', 'sales_pns.htm'],
			
		],
		['Information Services', 'is.htm'],
		['Support Services', 'ss.htm']
	],
	['Employment', null, null,
		['Employment Opps', 'emp_opps.htm'],
		['Submit Resume', 'emp_subres.htm']
	],
	['Office Contacts', null, null,
		['New York HQ', 'contacts_nyc.htm'],
		['Atlanta', 'contacts_atlanta.htm']

	],	
	
];

