
	
	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("US/Canada", host_pre + ".mathworks.com");
	myMenu.addMenuItem("Australia", host_pre + ".mathworks.com.au");
	myMenu.addMenuItem("Belgium", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("China", host_pre + ".mathworks.cn");
	myMenu.addMenuItem("Denmark", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Finland", host_pre + ".mathworks.se");
	myMenu.addMenuItem("France", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("Germany", host_pre + ".mathworks.de");
	myMenu.addMenuItem("India", host_pre + ".mathworks.in");
	myMenu.addMenuItem("Ireland", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Italy" , host_pre + ".mathworks.it");
	myMenu.addMenuItem("Japan" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("Korea" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("Luxembourg", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Netherlands" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Norway", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Portugal", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Spain", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Sweden", host_pre + ".mathworks.se");	
	myMenu.addMenuItem("Switzerland", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("United Kingdom", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("All Other Countries","/company/worldwide/");
 addMenu(myMenu);



