if (mtDropDown.isSupported()) {

var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&bull; Real Estate","conc-realestate.htm");
menu1.addItem("&bull; Litigation","conc-litigation.htm");
menu1.addItem("&bull; Corporate & Commercial","conc-corp.htm");
menu1.addItem("&bull; Financial & Lending","conc-finan.htm");
menu1.addItem("&bull; Foreclosure and Insolvency","conc-foreclosure.htm");
menu1.addItem("&bull; Transfer Pricing","transfer-pricing.htm");
menu1.addItem("&bull; Asset Protection/Estate Planning","conc-asset.htm");
menu1.addItem("&bull; Translation Services","conc-translation.htm");

var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&bull; Transfer Pricing Principles Applied in the AP<br>&nbsp;&nbsp;&nbsp;Circuits Ltd. v. Her Majesty The Queen Decision","articles/Transfer-Pricing-Principles.pdf");
menu2.addItem("&bull; Creditor's Rights related to Asset Protection","articles/sheltering.pdf");
menu2.addItem("&bull; Personal Property Security seminar","articles/personalproperty.pdf");
menu2.addItem("&bull; Mortgage Interest article","articles/mortgageinterest.pdf");
menu2.addItem("&bull; Information on Estate Planning and Wills","articles/note-wills.pdf");

var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("&bull; Gerald W. Pittman, Q.C.","st-gpittman.htm");
menu3.addItem("&bull; Shaun T. MacIsaac","st-smacisaac.htm");
menu3.addItem("&bull; Ryan Roy, Q.C.","st-rroy.htm");
menu3.addItem("&bull; Elsy D. Gagn&eacute;","st-edgagne.htm");
menu3.addItem("&bull; Support Staff","support.htm");

mtDropDown.renderAll();
}

