function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','200, 1450');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, 1, -8, mtDropDown.reference.bottomLeft);

// about us
var menu1 = ms.addMenu(document.getElementById("menu1")); 

/*

menu1.addItem("Secured Loan Leads", "secured-loan-leads.htm");
menu1.addItem("Sub Prime Secured Loan Leads", "sub-prime-secured-loan-leads.htm");
menu1.addItem("Prime Secured Loan Leads", "prime-secured-loan-leads.htm");
menu1.addItem("Mortgage Leads", "mortgage-leads.htm");
menu1.addItem("Re-Mortgage Leads", "re-mortgage-leads.htm");
menu1.addItem("Sub Prime Re-Mortgage Leads", "sub-prime-re-mortgage-leads.htm");
menu1.addItem("Prime Re-Mortgage Leads", "prime-re-mortgage-leads.htm");
menu1.addItem("Adverse Re-Mortgage Leads", "adverse-re-mortgage-leads.htm");
menu1.addItem("IVA Leads", "iva-leads.htm");
menu1.addItem("Debt Management Leads", "debt-managment-leads.htm");
menu1.addItem("Debt Consolidation Leads", "debt-consolidation-leads.htm");
menu1.addItem("Personal Loan Leads", "personal-loan-leads.htm");
menu1.addItem("Unsecured Loan Leads", "unsecured-loan-leads.htm");
menu1.addItem("Insurance Leads", "insurance-leads.htm");
menu1.addItem("Car Loan Leads", "car-loan-leads.htm");
menu1.addItem("Business Loan Leads", "business-loan-leads.htm");
menu1.addItem("Low Cost Leads", "low-cost-leads.htm");
menu1.addItem("High LTV Leads", "high-ltv-leads.htm");
menu1.addItem("Consumer Lists", "consumer-lists.htm");
menu1.addItem("Loan Decline Lists", "loan-decline-lists.htm");
menu1.addItem("Buy To Let Mortgages", "buy-to-let-mortgages.htm");
menu1.addItem("First Time Buyer Leads", "first-time-buyer-leads.htm");
menu1.addItem("Second Charge Leads", "second-charge-leads.htm");
menu1.addItem("Internet Generated Leads", "internet-leads.htm");
menu1.addItem("Bank Reclaim Leads", "bank-reclaim-leads.htm");
menu1.addItem("Utility Leads", "utility-leads.htm");
*/

mtDropDown.renderAll();
}
