/*
  --- 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 = [
        ['<center>Home</center>', 'default.asp'],
	['<center>Firm Statement</center>', 'default.asp?doc=firm'],        
        ['<center>Practice Areas</center>', null, null,
		['TAXATION & BUSINESS PLANNING', 'default.asp?doc=areas#taxation'],
                ['ESTATE PLANNING & PROBATE', 'default.asp?doc=areas#estate'],
                ['ASSET PROTECTION', 'default.asp?doc=areas#asset'],
                ['HEALTH LAW', 'default.asp?doc=areas#health'],
                ['DISABILITY CLAIMS', 'default.asp?doc=areas#disability'],
                ['COMMERCIAL LITIGATION', 'default.asp?doc=areas#commercial'],
                ['SUBROGATION & RECOVERY', 'default.asp?doc=areas#subrogation']
	],
        ['<center>Attorney Profiles</center>', 'default.asp?doc=profiles'],
        ['<center>Resources</center>', 'default.asp?doc=resources'],
        ['<center>Newsletter</center>', 'default.asp?doc=newsletter'],
        ['<center>Contacts</center>', 'default.asp?doc=contacts']
];

