
	
	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);
 


