var path = "/index.html";
if (typeof(request_path)!="undefined") {
	var path = request_path;
}
var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("Stati Uniti", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.com", "com");
	myMenu.addMenuItem("Canada", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.com","com", "com");
	myMenu.addMenuItem("Australia", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.com.au", "au");
	myMenu.addMenuItem("Austria", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.de","de"); 
	myMenu.addMenuItem("Belgio", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.nl", "nl");
	myMenu.addMenuItem("Cina", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.cn", "cn");
	myMenu.addMenuItem("Danimarca", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.se", "se");
	myMenu.addMenuItem("Finlandia", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.se", "se");
	myMenu.addMenuItem("Francia", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.fr", "fr");
	myMenu.addMenuItem("Germania", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.de", "de");
	myMenu.addMenuItem("India", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.in", "in");
	myMenu.addMenuItem("Irlanda", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.co.uk", "uk");
	myMenu.addMenuItem("Italia" , host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.it", "it");
	myMenu.addMenuItem("Giappone" , host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.co.jp", "jp");
	myMenu.addMenuItem("Korea" , host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.co.kr", "kr");
	myMenu.addMenuItem("Lussemburgo", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.nl", "nl");
	myMenu.addMenuItem("Holanda" , host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.nl", "nl");
	myMenu.addMenuItem("Norvegia", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.se", "se");
	myMenu.addMenuItem("Portogallo", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.com", "com");
	myMenu.addMenuItem("Spagna", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.es", "es");
	myMenu.addMenuItem("Svezia", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.se", "se");
	myMenu.addMenuItem("Svizzera", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.ch", "ch");
	myMenu.addMenuItem("Inghilterra", host_pre + ".mathworks.it/includes_content/domainRedirect/country_select.html?uri=" + path + "&domain=mathworks.co.uk", "uk");
	myMenu.addMenuItem("Altro","/company/worldwide/", "ww");
addMenu(myMenu);;


