	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("美国/加拿大", host_pre + ".mathworks.com");
	myMenu.addMenuItem("澳大利亚", host_pre + ".mathworks.com.au"); 
	myMenu.addMenuItem("比利时", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("丹麦", host_pre + ".mathworks.se");
	myMenu.addMenuItem("芬兰", host_pre + ".mathworks.se");
	myMenu.addMenuItem("法国", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("德国", host_pre + ".mathworks.de");
	myMenu.addMenuItem("印度", host_pre + ".mathworks.in");
	myMenu.addMenuItem("爱尔兰", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("意大利" , host_pre + ".mathworks.it");
	myMenu.addMenuItem("日本" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("韩国" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("卢森堡", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("荷兰" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("挪威", host_pre + ".mathworks.se");
	myMenu.addMenuItem("葡萄牙", host_pre + ".mathworks.es");
	myMenu.addMenuItem("西班牙", host_pre + ".mathworks.es");
	myMenu.addMenuItem("瑞典", host_pre + ".mathworks.se");
	myMenu.addMenuItem("瑞士", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("英国", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("其他国家","/company/worldwide/");
 addMenu(myMenu);
 
 
 



