// JavaScript Document
//<![CDATA[
  if (TransMenu.isSupported()) {
	  var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

var menu2 = ms.addMenu(document.getElementById("mtm_themes"));

menu2.addItem("Welcome  &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","about.html", "0");
menu2.addItem("History ", "history.html", "0");
menu2.addItem("Accolades ", "accolades.html", "0");
menu2.addItem("Offices ", "offices.html", "0");

var menu3 = ms.addMenu(document.getElementById("mtm_themes1"));

menu3.addItem("Why Promantra &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp ","whypromantra.html", "0");
menu3.addItem("Culture ", "culture.html", "0");
menu3.addItem("Leadership Team ", "leadershipteam.html", "0");
menu3.addItem("Business Model &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","businessmodel.html", "0");
menu3.addItem("Strategic Partners &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","strategic_partners.html", "0");

var menu4 = ms.addMenu(document.getElementById("mtm_themes2"));

menu4.addItem("Legal Transcription &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp ","legaltranscription.html", "0");
menu4.addItem("Document Coding and Indexing ", "dci.html", "0");
menu4.addItem("Legal Research &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","legalresearch.html", "0");
menu4.addItem("Deposition Summaries ", "depositionsummaries.html", "0");
menu4.addItem("Intellectual Property", "intelproper.html", "0");
menu4.addItem("Full Time Staffing", "ftsls.html", "0");
menu4.addItem("Free Pilot", "freepilot.html", "0");
menu4.addItem("Client Enquiry", "enquiry.html", "0");

var menu5 = ms.addMenu(document.getElementById("mtm_themes3"));

menu5.addItem("Overview &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp ","healthcarelaw.html", "0");
menu5.addItem("Health Care Fraud and Compliance ", "hcfc.html", "0");
menu5.addItem("ERISA and Employee Benefits &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","erisa.html", "0");
menu5.addItem("Anti Trust ", "antitrust.html", "0");
menu5.addItem("Professional Liability and Litigation", "pll.html", "0");
menu5.addItem("Free Pilot", "freepilot.html", "0");
menu5.addItem("Client Enquiry", "enquiry.html", "0");
menu5.addItem("Health Care Legal Resources", "hcresources.html", "0");

var menu6 = ms.addMenu(document.getElementById("mtm_themes4"));

menu6.addItem("Overview &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp ","lemonlaw.html", "0");
menu6.addItem("Consumer Fraud / Auto Fraud ", "cf.html", "0");
menu6.addItem("Lemon Law Litigation Process &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","lllp.html", "0");
menu6.addItem("Class Action Law Suit ", "cals.html", "0");
menu6.addItem("The Magnuson Moss Warranty Act", "mmwa.html", "0");
menu6.addItem("Free Pilot", "freepilot.html", "0");
menu6.addItem("Client Enquiry", "enquiry.html", "0");
menu6.addItem("Lemon Law Legal Resources", "lllr.html", "0");

var menu7 = ms.addMenu(document.getElementById("mtm_themes5"));

menu7.addItem("News and Events &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp ","neweve.html", "0");
menu7.addItem("Media Resources ", "medres.html", "0");
menu7.addItem("Legal Resources &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp  ","legalresources.html", "0");
menu7.addItem("Case Studies ", "casestudy.html", "0");
menu7.addItem("White Papers ", "whitepapers.html", "0");
menu7.addItem("Articles ", "articles.html", "0");
menu7.addItem("Blog", "http://promantralpoblog.blogspot.com","0");

TransMenu.renderAll();
}
//]]>