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 {

// About
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&#8226; About Us", "aboutus.php");
menu1.addItem("&#8226; FAQ", "faq.php");
menu1.addItem("&#8226; Our Office", "office.php");
menu1.addItem("&#8226; Our Staff", "staff.php");
menu1.addItem("&#8226; Testimonials", "testimonials.php");

// Services
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&#8226; Services", "services.php");
menu2.addItem("&#8226; Grief Library", "grief_library.php");
menu2.addItem("&#8226; Costs", "cost.php");

// Obituaries - Shawn this is where you add them
var menu3 = ms.addMenu(document.getElementById("menu3"));


menu3.addItem("&#8226; Clive Vorris Tenney ","tenney.php");
menu3.addItem("&#8226; Shelden R Carter","carter.php");
menu3.addItem("&#8226; Mary Ethne Stone","stone.php");
menu3.addItem("&#8226; Lena Joan Nielson Stringham","stringhamJ.php");
menu3.addItem("&#8226; Eyvonne Porter Black","black.php");
menu3.addItem("&#8226; Captain George A. Holgreen","holgreen.php");
menu3.addItem("&#8226; Micah Shea Watkins","watkinsM.php");
menu3.addItem("&#8226; Albert John Perucca","perucca.php");
menu3.addItem("&#8226; Robert Lester Griffiths","griffiths.php");
menu3.addItem("&#8226; Barbara Larsen Woolsey","woolsey.php");


// The code below is blank line
menu3.addItem("");
menu3.addItem("&#8226 PAST SERVICES -- >", "archives.php");
// menu3.addItem("&#8226; Donna Terry", "donna.php");



// Merchandise
var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("&#8226; Caskets", "caskets.php");
menu4.addItem("&#8226; Vaults", "vaults.php");
menu4.addItem("&#8226; Monuments", "monuments.php");
menu4.addItem("&#8226; Urns", "urns.php");
menu4.addItem("&#8226; Financial Options", "finance.php");

// Pre Planning
var menu5 = ms.addMenu(document.getElementById("menu5"));
menu5.addItem("&#8226; Pre-Need Information", "preneed.php");
menu5.addItem("&#8226; Pre Plan Form", "preplanningform.php");
menu5.addItem("&#8226; Vital Statistics Form", "javascript:openWindow(1)");

// Contact
var menu6 = ms.addMenu(document.getElementById("menu6"));
menu6.addItem("&#8226; Contact Info", "contact.php");
menu6.addItem("&#8226; Directions", "directions.php");
menu6.addItem("&#8226; Email Us", "mailto:info@warenski.com");

mtDropDown.renderAll();}


function openWindow(MarketEasepopup)

{if (MarketEasepopup == 1)
     {	MarketEasepopup = 'images/WarenskiPrepForm.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);}
