if (mtDropDown.isSupported()) {


var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


// menu : #1  Attendees
var menu1 = ms.addMenu(document.getElementById("menu1"));
//menu1.addItem("Schedule","#");
menu1.addItem("Register Online Now","/FallMPF/06/registration.htm");
menu1.addItem("Conference","/FallMPF/06/conf.htm");
menu1.addItem("Seminar","/FallMPF/06/seminar.htm");
menu1.addItem("Keynotes","/FallMPF/06/keynotes.htm");
menu1.addItem("Exhibitors","/FallMPF/06/exhibitors.htm");
menu1.addItem("Location/Accommodations","/FallMPF/06/location.htm");
menu1.addItem("Call For Papers","cfp.asp");
menu1.addItem("2005 Web Site","/fpf/05/index05.htm");
menu1.addItem("2005 Proceedings","/fpf/05/index05.htm");
menu1.addItem("Sign Up For More Information","http://www.mdronline.com/corpreg/events.asp?from=epf");
menu1.addItem("Contact Us","/FallMPF/06/contact.htm");

// menu : #2    Press
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("Request Press Pass","/FallMPF/06/press.asp" );
menu2.addItem("Press Releases","/FallMPF/06/pr.htm" );
menu2.addItem("Contact Us","/FallMPF/06/contact.htm" );

// menu : #3        Sponsors
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Sponsorship Opportunities","/FallMPF/06/sponsors.htm");
menu3.addItem("Sponsorship Brochure (PDF)","/FallMPF/06/sponsorship.pdf");
menu3.addItem("Exhibitors","/FallMPF/06/exhibitors.htm");
menu3.addItem("Contact Us","/FallMPF/06/contact.htm");




//===============================================================================================================================================
// Écrire le code dans la page
//===============================================================================================================================================
mtDropDown.renderAll();
}

