
	
	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("US/Canada", host_pre + ".mathworks.com");
	myMenu.addMenuItem("Australien", host_pre + ".mathworks.com.au");
	myMenu.addMenuItem("Belgien", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("China", host_pre + ".mathworks.cn");
	myMenu.addMenuItem("D&auml;nemark", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Finnland", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Frankreich", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("Deutschland", host_pre + ".mathworks.de");
	myMenu.addMenuItem("Indien", host_pre + ".mathworks.in");
	myMenu.addMenuItem("Irland", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Italien" , host_pre + ".mathworks.it");
	myMenu.addMenuItem("Japan" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("Korea" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("Luxemburg", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Die Niederlande" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("Norwegen", host_pre + ".mathworks.se");
	myMenu.addMenuItem("Portugal", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Spanien", host_pre + ".mathworks.es");
	myMenu.addMenuItem("Schweden", host_pre + ".mathworks.se");	
	myMenu.addMenuItem("Die Schweiz", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("Gro&szlig;britannien", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("Andere L&auml;nder","/company/worldwide/");
       addMenu(myMenu);

