$menuArray = array(
array(
array ("Car Accidents", "$absPath/macontent/acci_over_t.php"),
array ("Overview", "$absPath/macontent/acci_over_t.php"),
array ("Automobile Damage FAQ", "$absPath/macontent/acci_damagefaq.php"),
array ("Insurance Coverage", "$absPath/macontent/acci_inscover.php"),
array ("Seatbelt Issues", "$absPath/macontent/seatbelt_issues.php"),
array ("Passenger Injuries", "$absPath/macontent/pass_injuries.php"),
array ("Pedestrian Injuries", "$absPath/macontent/ped_injuries.php"),
array ("Post-Accident FAQ", "$absPath/macontent/postacc_faq.php"),
array ("Whiplash", "$absPath/macontent/whiplash.php"),
array ("Speeding", "$absPath/macontent/speeding.php"),
array ("Speeding Data", "$absPath/macontent/speeding_data.php"),
array ("Injury Data", "$absPath/macontent/auto_injury.php"),
array ("State Accident Chart", "$absPath/macontent/auto_state.php")
),
array(
array ( "Wrongful Death", "$absPath/macontent/death_over_t.php"),
array ("Overview", "$absPath/macontent/death_over_t.php"),
array ("Damages for Death", "$absPath/macontent/death_damages.php"),
array ("Common Defenses", "$absPath/macontent/death_defense.php"),
array ("Workplace Death", "$absPath/macontent/death_work.php")
),
array(
array ( "Insurance Bad Faith", "$absPath/macontent/badfaith_over_t.php"),
array ("Overview", "$absPath/macontent/badfaith_over_t.php"),
array ("Insurance Adjusters", "$absPath/macontent/badfaith_adjusters.php"),
array ("Links and Resources", "$absPath/macontent/badfaith_links.php")
),
array(
array ( "Nursing Home Abuse", "$absPath/macontent/nursing_over_t.php"),
array ("Overview", "$absPath/macontent/nursing_over_t.php"),
array ("Regulations", "$absPath/macontent/nursing_regs.php"),
array ("Checklist", "$absPath/macontent/nursing_check.php"),
array ("OBRA", "$absPath/macontent/nursing_obra.php"),
array ("Recent Verdicts", "$absPath/macontent/nursing_verdict.php"),
array ("Links and Resources", "$absPath/macontent/nursing_links.php")
),
array(
array ("Dog Bites", "$absPath/macontent/dog_over_t.php"),
array ("Overview", "$absPath/macontent/dog_over_t.php"),
array ("Prevention", "$absPath/macontent/dog_prevent.php"),
array ("Data", "$absPath/macontent/dog_data.php"),
array ("Links and Resources", "$absPath/macontent/dog_links.php")
),
array(
array ("Drunk Drivers", "$absPath/macontent/drunk_over_t.php"),
array ("Overview", "$absPath/macontent/drunk_over_t.php"),
array ("FAQ", "$absPath/macontent/drunk_faq.php"),
array ("Accident Data", "$absPath/macontent/drunk_data.php"),
array ("Alcohol Level Charts", "$absPath/macontent/drunk_level.php")
),
array(
array ( "Large Truck Cases", "$absPath/macontent/truck_over_t.php"),
array ("Overview", "$absPath/macontent/truck_over_t.php"),
array ("Data", "$absPath/macontent/truck_data.php")
),
array(
array ( "Motorcycle Accidents", "$absPath/macontent/motorcycle_over_t.php"),
array ("Overview", "$absPath/macontent/motorcycle_over_t.php"),
array ("Accident Data", "$absPath/macontent/motorcycle_data.php"),
array ("Safety Tips", "$absPath/macontent/motorcycle_safety.php"),
),
array(
array ("School Bus Accidents", "$absPath/macontent/bus_over_t.php"),
array ("Overview", "$absPath/macontent/bus_over_t.php"),
array ("Data", "$absPath/macontent/bus_data.php")
),
array(
array ("Slip and Fall", "$absPath/macontent/slip_over_t.php"),
array ("Overview", "$absPath/macontent/slip_over_t.php"),
array ("Property Owner Duty", "$absPath/macontent/slip_duty.php"),
array ("What To Do", "$absPath/macontent/slip_whatdo.php"),
)
);
?>
Lowell Personal Injury Attorney, Massachusetts Car Accident Lawyer
Home
About Us
Recent Results
Contact Us
Newsletter
Attorney Profiles
FAQS
Product Litigation and Recalls
The law of product liability is the area of law that deals with the liability of the manufacturer, wholesaler or retailer of a product for injuries resulting from that product. This includes the manufacturer of component parts of the product, an assembling manufacturer, the wholesaler, the retail store or other ultimate seller of the product, and any other party....MORE >>
Current Litigation
Current Product Recalls
Click here for recalls in the last 60 days.
Archived Product Recalls
require_once('adodb/adodb.inc.php');
$type ='mysql';
$connect='localhost';
$user ='recall_user';
$pwd ='R3c411S!';
$db ='recalls';
$conn = &ADONewConnection($type);
$conn->PConnect($connect,$user,$pwd,$db);
?>