/*
  --- 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', {'tw' : '_top'}],
	['Areas of Practice&nbsp;&nbsp;<img src="images/white_arrow.gif" border="0">','#', {'tw' : '_top'},		
		['Creditor Rights/Commercial Litigation','creditor_commercial.php', {'tw' : '_top'}],
		['Small Business Representation','small_business.php', {'tw' : '_top'}],
		['Wills and Estate Planning','wills_estate_planning.php', {'tw' : '_top'}],
		['Family/Domestic Law','family_domestic.php', {'tw' : '_top'}],
		['Personal Injury','personal_injury.php', {'tw' : '_top'}],
		['Real Estate','real_estate.php', {'tw' : '_top'}],
		['Civil Litigation','civil_litigation.php', {'tw' : '_top'}],
	],
	['Attorney Profiles&nbsp;&nbsp;<img src="images/white_arrow.gif" border="0">','#', {'tw' : '_top'},
		['Lisa Howell Baggett','profile_lisa_howell_baggett.php', {'tw' : '_top'}],
		['Tom Kenney','profile_tom_kenney.php', {'tw' : '_top'}],		
		['John Medina','profile_john_medina.php', {'tw' : '_top'}],
		['Robert Solomon','profile_robert_solomon.php', {'tw' : '_top'}],
				
	],
	['About KSM','about.php', {'tw' : '_top'}],
	['Contact Us','contactus.php', {'tw' : '_top'}],
	['Newsletter','ksm_newsletter.php', {'tw' : '_top'}],
	['Resources','resources.php', {'tw' : '_top'}],
	/*['News and Articles','articles.php', {'tw' : '_top'}],*/
	['Site Policy','policy.php', {'tw' : '_top'}],
		
	
];
