// menu_items.js file



var MENU_ITEMS =[

	["Home", "index.php?page_id=1"],

	["About Us", "index.php?page_id=55",

		["Attorneys", "index.php?page_id=60"],

		["Paralegals", "index.php?page_id=62"],

		["Community Involvement", "index.php?page_id=6"],
		
		["Our Office", "index.php?page_id=94"]

	],

	["Practice Areas", "index.php?page_id=40",

		["Auto Accidents", "index.php?page_id=17",

			["Bicycle Accidents", "index.php?page_id=10"],

			["Highway Design", "index.php?page_id=11"],

			["Insurance Coverage", "index.php?page_id=12"],

			["Pedestrian Accidents", "index.php?page_id=13"],

			["Motorcycle Accidents", "index.php?page_id=14"],

			["Trucking Accidents", "index.php?page_id=15"],

			["Work Zone Accidents", "index.php?page_id=16"]

		],

		["Automotive Product Liability", "index.php?page_id=27",

			["15 Passenger Vans", "index.php?page_id=18"],

			["Air Bag Litigation", "index.php?page_id=19"],

			["Conversion Vans", "index.php?page_id=20"],

			["Fuel Fed Fires", "index.php?page_id=21"],

			["Roof Crush", "index.php?page_id=22"],

			// ["new item", null], What's was this?

			["Seat Back Failure", "index.php?page_id=23"],

			["Seat Belt Defects", "index.php?page_id=24"],

			["SUV Rollovers", "index.php?page_id=25"],

			["Tire Defects", "index.php?page_id=26"]

		],

		["Premises Liability", "index.php?page_id=31",

			["Negligent Security", "index.php?page_id=28"],

			["Slip and Falls", "index.php?page_id=29"],

			["Trip and Falls", "index.php?page_id=30"]

		],
		
		["Property Insurance Claims", "index.php?page_id=100",
		 
		 ],

		["Other", "index.php?page_id=38",

			["Aviation Accidents", "index.php?page_id=32"],

			["Defective Products", "index.php?page_id=33"],

			["Insurance Bad Faith", "index.php?page_id=34"],

			["Managed Care Abuse", "index.php?page_id=35"],

			["Personal Injury & Wrongful Death", "index.php?page_id=36"],

			["Sexual Assault", "index.php?page_id=37"]

		]

	],

	["News", "index.php?page_id=63",

		["Recent News", "index.php?go=news.main"],
		
		["Media Coverage", "index.php?go=news.main"],

		["Published Articles", "index.php?page_id=59"],

		["Legal Updates & Complaints", "index.php?page_id=52"]

	],

	["Noteworthy Cases", "index.php?go=cases.main"],

	["Frequently Asked Questions", "index.php?page_id=41"],

	["Resources", "index.php?page_id=51"],

	["Contact Us", "index.php?page_id=39",

		["Contact Form", "index.php?go=contact.main"]

	]

];

