	var myMenu = new Menu("WorldwideGlobal");
	myMenu.addMenuItem("米国/カナダ", host_pre + ".mathworks.com");
	myMenu.addMenuItem("オーストラリア", host_pre + ".mathworks.com.au"); 
	myMenu.addMenuItem("ベルギー", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("中国", host_pre + ".mathworks.cn");
	myMenu.addMenuItem("デンマーク", host_pre + ".mathworks.se");
	myMenu.addMenuItem("フィンランド", host_pre + ".mathworks.se");
	myMenu.addMenuItem("フランス", host_pre + ".mathworks.fr");
	myMenu.addMenuItem("ドイツ", host_pre + ".mathworks.de");
	myMenu.addMenuItem("インド", host_pre + ".mathworks.in");
	myMenu.addMenuItem("アイルランド", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("イタリア" , host_pre + ".mathworks.it");
	myMenu.addMenuItem("日本" , host_pre + ".mathworks.co.jp");
	myMenu.addMenuItem("韓国" , host_pre + ".mathworks.co.kr");
	myMenu.addMenuItem("ルクセンブルグ", host_pre + ".mathworks.nl");
	myMenu.addMenuItem("オランダ" , host_pre + ".mathworks.nl");
	myMenu.addMenuItem("ノルウェイ", host_pre + ".mathworks.se");
	myMenu.addMenuItem("ポルトガル", host_pre + ".mathworks.es");
	myMenu.addMenuItem("スペイン", host_pre + ".mathworks.es");
	myMenu.addMenuItem("スウェーデン", host_pre + ".mathworks.se");
	myMenu.addMenuItem("スイス", host_pre + ".mathworks.ch");
	myMenu.addMenuItem("イギリス", host_pre + ".mathworks.co.uk");
	myMenu.addMenuItem("その他の国","/company/worldwide/");
 addMenu(myMenu);
