/*
  --- 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 = [
	['Clients', null, null,
		['Client List', 'Clients/Clients.asp'],
		
	],

	['Industry Developments', null, null,
		['Firm and Industry Highlights', 'FirmAndHighlights.asp'],
		['Links',null,null,
		   ['Technology',null,null,
				['Diversity/Careers in Engineering and Information Technology','http://www.diversitycareers.com'],
				['Information Technology Industry Council','http://www.itic.org'],
				['Society of Hispanic Professional Engineers','http://www.shpe.org'],
				['Society of Mexican American Engineers and Scientists ','http://www.maes-natl.org'],
				['National Action-Council for Minorities in Engineering','http://www.nacme.org'],
				['National Black Data Processing Associates','http://www.bdpa.org'],
				['National Society of Black Engineers','http://www.nsbe.org'],
				['National Technical Association	','http://www.ntaonline.org'],
				['Society for the Advancement of Chicanos and Native Americans in Science','http://www.sacnas.org'],

		   ],
			
		  ['Entertainment/Media',null,null,
				['Black Entertainment and Sports Lawyers Association ',' http://www.besla.org/'],    
				['Black Entertainment and Telecommunications Association ',' http://www.betaonline.org/'],	
				['Federal Communications Commission','http://www.fcc.gov/'],		
				['Minority Media and Telecommunications Council','http://www.mmtconline.org/'],	 
				['National Association of Black Journalists','http://www.nabj.org/'],     
				['National Association of Black Owned Broadcasters ','http://www.nabob.org/'],         



		   ],
		    ['Civil Rights',null,null,
				['American Civil Liberties Union',' http://www.aclu.org'],
				['Institute of Islamic and Arabic Sciences in America',' http://www.iiasa.org'],
				['Islamic Circle of North America',' http://www.icna.org'],
				['Islamic Society of North America',' http://www.isna.net'],
				['Lawyers Committee for Civil Rights Under Law',' http://www.lawyerscomm.org'],	



		   ],				
		],
		
	],
	  ['Contact Us',null,null,
				['Main Office','MainOffices.asp'],			
				['Atlanta Office','AtlantaOffices.asp'],                       
				['South Carolina Office','CarolinaOffices.asp'],           
				['Detroit Affiliated Office','DetroitOffices.asp'],             
	],	
	['Home', '../index.asp', null,],
];

