
	
	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("US/Canad&aacute;", host_pre + ".mathworks.com");
	myMenu.addMenuItem("Australia", host_pre + ".mathworks.com.au");
	myMenu.addMenuItem("B&eacute;lgica", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("China", host_pre + ".mathworks.cn");
	myMenu.addMenuItem("Dinamarca", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Finlandia", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Francia", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("Alemania", 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("Jap&oacute;n" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("Corea" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("Luxemburgo", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Holanda" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Noruega", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Portugal", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Espa&ntilde;a", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Suecia", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Suiza", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("Reino Unido", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Otros","/company/worldwide/");
       addMenu(myMenu);

