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

//	Add var and menu to match the menu and render all at the bottom {

// Training Programs
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&#8226; Popout", "javascript:openWindow(1)");
menu1.addItem("&#8226; Mac Site", "bret.php");


// Contact
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&#8226; Fireplaces", "fire.php");
menu2.addItem("&#8226; Home Theaters", "#.php");
menu2.addItem("&#8226; Kitchen", "#.php");
menu2.addItem("&#8226; Laundry/Craft", "#.php");
menu2.addItem("&#8226; Stairways/Halls", "#.php");
menu2.addItem("&#8226; Family Rooms", "#.php");
menu2.addItem("&#8226; Playhouses/Games", "#.php");
menu2.addItem("&#8226; Office/Dens", "#.php");
menu2.addItem("&#8226; Bath", "#.php");
 

// About
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("&#8226; About Us", "index.php");
// menu3.addItem("&#8226; Testimonials", "testimonials.php");
// menu3.addItem("&#8226; Mission Statement", "mission.php");
mtDropDown.renderAll();}


//------------------------start of POP up script------------

function openWindow(MarketEasepopup)

{if (MarketEasepopup == 1)
     {	MarketEasepopup = 'http://web.mac.com/basementsetc/BasementsEtc./Home_Page.html';
		popup = 'MarketEase';
        opties = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=900,height=650';}


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

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