// menu_items.js file

var MENU_ITEMS =[
	["Home", "index.cfm",
	],
	["Conference", null,
		["Online Registration", "registration.cfm"],
		["Call For Abstracts", "pdf/2009/2009_ESDWC_Abstract_Call.pdf"],
		["Timeline", "timeline.cfm"],
	],
	["Travel", null,
		["Map", "map.cfm"],
		["Hotel", "hotel.cfm"]
	],
	["Past Conferences","conference.cfm",
	 
	],
	["Committee", "committee.cfm",
		
	],
	["Sponsors", "sponsors.cfm",
		
	],
	["Contact Us", "assistance.cfm",
		
	]
];
