
	
	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("US/Canada", host_pre + ".mathworks.com");
	myMenu.addMenuItem("Australia", host_pre + ".mathworks.com.au");
	myMenu.addMenuItem("Belgio", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Cina", host_pre + ".mathworks.cn");
	myMenu.addMenuItem("Danimarca", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Finlandia", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Francia", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("Germania", host_pre + ".mathworks.de");
	myMenu.addMenuItem("India", host_pre + ".mathworks.in");
	myMenu.addMenuItem("Irlanda", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Italia" , host_pre + ".mathworks.it");
	myMenu.addMenuItem("Giappone" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("Korea" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("Lussemburgo", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Holanda" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Norvegia", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Portogallo", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Spagna", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Svezia", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Svizzera", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("Inghilterra", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Altro","/company/worldwide/");
       addMenu(myMenu);

