if (TransMenu.isSupported()) {

	var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

	//==================================================================================================

	var menu1 = ms.addMenu(document.getElementById("img3"));
	menu1.addItem("SCHEDULE", "http://www.joeytotheworld.org/2010convention-schedule.htm");
	menu1.addItem("REGISTRATION", "http://www.joeytotheworld.org/registration.htm");
	menu1.addItem("LECTURERS", "http://www.joeytotheworld.org/lecturers.htm");
	menu1.addItem("CLASS TITLES", "http://www.joeytotheworld.org/classtitles.htm");
	menu1.addItem("SUPPLIERS", "http://www.joeytotheworld.org/suppliers.htm");
	menu1.addItem("MAP", "http://www.joeytotheworld.org/map.htm");
				
	//==================================================================================================

		
	TransMenu.renderAll();
}

