
	
	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("US/Canada", host_pre + ".mathworks.com");
	myMenu.addMenuItem("Australie", host_pre + ".mathworks.com.au");
	myMenu.addMenuItem("Belgique", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Chine", host_pre + ".mathworks.cn");
	myMenu.addMenuItem("Danemark", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Finlande", host_pre + ".mathworks.se");
	myMenu.addMenuItem("France", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("Allemagne", host_pre + ".mathworks.de");
	myMenu.addMenuItem("Inde", host_pre + ".mathworks.in");
	myMenu.addMenuItem("Ireland", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Italie" , host_pre + ".mathworks.it");
	myMenu.addMenuItem("Japon" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("Cor&eacute;e" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("Luxembourg", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Pays-Bas" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Norv&egrave;ge", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Portugal", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Espagne", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Su&egrave;de", host_pre + ".mathworks.se");	
	myMenu.addMenuItem("Suisse", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("Royaume-Uni", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Autres","/company/worldwide/");
       addMenu(myMenu);




