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

//	Brent, add var and menu to match the menu and render all at the bottom {

//	About Fred
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&#8226; Meet The Team", "about.htm");
menu1.addItem("&#8226; Testimonials", "testimonials.htm");
menu1.addItem("&#8226; Contact Me", "contact.htm");


//	Sellers
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&#8226; Different Type of Loans", "typeofloan.htm");
menu2.addItem("&#8226; Refinancing", "refinancing.htm");
menu2.addItem("&#8226; Closing Costs", "closingcost.htm");
menu2.addItem("&#8226; Testimonials", "testimonials.htm");
menu2.addItem("&#8226; When to Pay Points", "paypoints.htm");
menu2.addItem("&#8226; Adjustable-Rate Mortgages", "arm.htm");
menu2.addItem("&#8226; How Much Can You Afford", "afford.htm");
menu2.addItem("&#8226; Mortgage Glossary", "glossary.htm");
menu2.addItem("&#8226; Free Reports", "reports.htm");
menu2.addItem("&#8226; What is Your Home Worth", "worth.htm");
menu2.addItem("&#8226; REO Information", "javascript:openWindow(5)");

//	Buyers
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("&#8226; My Listings", "fredslistings.htm");
menu3.addItem("&#8226; Home Search", "homesearch.htm");
menu3.addItem("&#8226; Different Type of Loans", "typeofloan.htm");
menu3.addItem("&#8226; Refinancing", "refinancing.htm");
menu3.addItem("&#8226; Leveraging Your Money", "leverage.htm");
menu3.addItem("&#8226; Length of Your Mortgage", "length.htm");
menu3.addItem("&#8226; Saving for Down Payment", "downpayment.htm");
menu3.addItem("&#8226; Closing Costs", "closingcost.htm");
menu3.addItem("&#8226; How Mortgage Loans Work", "mortgageworks.htm");
menu3.addItem("&#8226; Adjustable-Rate Mortgages", "arm.htm");
menu3.addItem("&#8226; How Much Can You Afford", "afford.htm");
menu3.addItem("&#8226; Affordability Calculator", "calculator.htm");
menu3.addItem("&#8226; Getting Your Finances in Order", "finances.htm");
menu3.addItem("&#8226; Your Credit History", "credithistory.htm");
menu3.addItem("&#8226; Mortgage Glossary", "glossary.htm");
menu3.addItem("&#8226; Free Reports", "reports.htm");


//	Community Information
var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("&#8226; School Information", "schools2.htm");
menu4.addItem("&#8226; Vendors", "vendors.htm");
menu4.addItem("&#8226; Activities", "javascript:openWindow(3)");
menu4.addItem("&#8226; Things to See", "javascript:openWindow(1)");
menu4.addItem("&#8226; Dining", "javascript:openWindow(2)");

mtDropDown.renderAll();}

//------------------------This is the OPEN WINDOW POPUP for the top navbar------------
//menu4.addItem("&#8226; OpenWindowScrip", "javascript:openWindow(1)");


//------------------------Start of POP up script------------
function openWindow(MarketEasepopup)

{if (MarketEasepopup == 1)
     {	MarketEasepopup = 'http://www.visitsaltlake.com/go/dosee.shtml';
		popup = 'MarketEase';
        opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=790,height=575';}

if (MarketEasepopup == 2)
     {	MarketEasepopup = 'http://www.visitsaltlake.com/go/dining.shtml';
		popup = 'MarketEase';
        opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=790,height=575';}
		
if (MarketEasepopup == 3)
     {	MarketEasepopup = 'http://www.visitsaltlake.com/go/arts.shtml';
		popup = 'MarketEase';
        opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=790,height=575';}

if (MarketEasepopup == 4)
     {	MarketEasepopup = 'http://content.041072.com/viewer.php?tid=96262';
		popup = 'MarketEase';
        opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=575';}
		

if (MarketEasepopup == 5)
     {	MarketEasepopup = 'reo.html';
		popup = 'MarketEase';
        opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=575';}
	
//menu5.addItem("&#8226; DeadPopUp", "javascript:openWindow(1)");

//function openWindow(MarketEasepopup)
//{if (MarketEasepopup == 1){
//		MarketEasepopup = 'other.html';
//		popup = 'Moresbetter';
//      opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=770,height=530';}
//		}

	window.open(MarketEasepopup, 'popup', opties);}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);}
//------------------------End of POP up script------------
