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

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

//	New Construction
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&#8226; Auburn Fields&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "auburn.htm");
menu1.addItem("&#8226; Reunion Woods", "reunion.htm");
menu1.addItem("&#8226; The Gables", "gables.htm");
menu1.addItem("&#8226; Winchester", "winchester.htm");

//	About Us
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&#8226; Our Team&nbsp;", "team.htm");
menu2.addItem("&#8226; About Darren&nbsp;", "about.htm");
menu2.addItem("&#8226; What Makes Darren Different?", "javascript:openWindow(1)");
menu2.addItem("&#8226; Testimonials", "testimonials.htm");

//	Contact Us
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("&#8226; Email Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "mailto:darren@mansellrealestate.com");
menu3.addItem("&#8226; Contact Us", "contact.htm");
menu3.addItem("&#8226; Directions", "directions.htm");


mtDropDown.renderAll();}

function openWindow(MarketEasepopup)

{if (MarketEasepopup == 1)
     {	MarketEasepopup = '_pdf/WhatMakesTheMansellGroupDifferent.pdf';
		popup = 'Moresbetter';
        opties = 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=795,height=595';}

//toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes....location is address bar

//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';}
//		}
//onClick="return marketease_js_PopWin('bambi.htm','nothing_here','width=300,height=400,resizable=no,scrollbars=no,toolbar=no,status=no');">
	window.open(MarketEasepopup, 'popup', opties);}

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

//    START of dropdown .js, just delete the //

//    var menu2 = ms.addMenu(document.getElementById("menu2"));
//    menu2.addItem("&#8226; Test Popup", "javascript:openWindow(1)");

// KIMMER, BE SURE TO AD THIS CODE IF AT END->    mtDropDown.renderAll();}
-->
