<!--
function fwLoadMenus() {
	if (window.fw_menu_0) return;

	// MENU 1 展会介绍******************************
	window.fw_menu_0 = new Menu("root",100,0);  
	//fw_menu_0.addMenuItem("Background","location='ex_info_en.shtm#ml01'");
	//fw_menu_0.addMenuItem("Focuses","location='ex_info_en.shtm#ml02'");
	//fw_menu_0.addMenuItem("Organization","location='ex_info_en.shtm#ml03'");
	fw_menu_0.hideOnMouseOut=true;
	
	// MENU 2 展位报价******************************
	window.fw_menu_1 = new Menu("root",100,0);     
	//fw_menu_1.addMenuItem("Booth price","location='ex_price_en.shtm#ml01'");
	//fw_menu_1.addMenuItem("Contact","location='ex_price_en.shtm#ml02'");
	fw_menu_1.hideOnMouseOut=true;

         // MENU 3 论坛介绍******************************
	window.fw_menu_2 = new Menu("root",100,0);
	//fw_menu_2.addMenuItem("Background","location='se_info_en.shtm#ml01'");
	//fw_menu_2.addMenuItem("Organization","location='se_info_en.shtm#ml02'");
	//fw_menu_2.addMenuItem("Activities","location='se_info_en.shtm#ml03'");
	fw_menu_2.hideOnMouseOut=true;
	

	// MENU 4 论坛参会指南******************************
	window.fw_menu_3 = new Menu("root",100,0);     
	//fw_menu_3.addMenuItem("Forum Registry","location='se_join_en.shtm#ml01'");
	//fw_menu_3.addMenuItem("Contact","location='se_join_en.shtm#ml02'");
	fw_menu_3.hideOnMouseOut=true;

         // MENU 5 论坛赞助******************************
	window.fw_menu_4 = new Menu("root",100,0);
	fw_menu_4.addMenuItem("Forum Sponsor","location='se_sponsor_en.shtm#ml01'");
	fw_menu_4.addMenuItem("Types","location='se_sponsor_en.shtm#ml02'");
	fw_menu_4.addMenuItem("Tea Break","location='se_sponsor_en.shtm#ml03'");
	fw_menu_4.addMenuItem("Topic Lectures","location='se_sponsor_en.shtm#ml04'");
	fw_menu_4.hideOnMouseOut=true;

         // MENU 6 往届回顾******************************
	window.fw_menu_5 = new Menu("root",100,0);
	fw_menu_5.addMenuItem("2003 Shanghai","location='http://www.meetexpo.com.cn/chinaelec/seminar03en_62nef/seminar_index.shtm'");
	fw_menu_5.addMenuItem("2004 Shenzhen","location='http://www.meetexpo.com.cn/chinaelec/seminar01en_63nef/seminar_index.shtm'");
	fw_menu_5.addMenuItem("2004 Shanghai","location='http://www.meetexpo.com.cn/chinaelec/seminar01en_64cef/seminar_index.shtm'");
	fw_menu_5.addMenuItem("Major Sponsors","location='se_plan_en.shtm#ml02'");
	fw_menu_5.hideOnMouseOut=true;

	
	// MENU 7 ******************************
	window.fw_menu_6 = new Menu("root",100,0);
	fw_menu_6.addMenuItem("常见问题","location='s_help.shtm'");
	fw_menu_6.writeMenus();
} // fwLoadMenus()

//-->