﻿function fwLoadMenus() {
	if (window.fw_menu_4) return;
	  
	 // LINK INFO SINGAPURA
	  
	window.fw_menu_4 = new Menu("root",270,15,"Simsun, Helvetica, sans-serif",10,"#000000","#000000","#ffffdd","#c1ae9f");
	fw_menu_4.addMenuItem("AsiaOne","open('http://www.asia1.com')");
	fw_menu_4.addMenuItem("The Straits Times Interactive","open('http://straitstimes.asia1.com.sg')");
	fw_menu_4.addMenuItem("The Business Times Interactive","open('http://business-times.asia1.com.sg')");
	fw_menu_4.addMenuItem("Singapore Tourism Board","open('http://app.stb.com.sg/asp/index.asp')");
	fw_menu_4.addMenuItem("Visit Singapore","open('http://www.visitsingapore.com')");
	fw_menu_4.addMenuItem("Singapore Infomap","open('http://www.sg')");
	fw_menu_4.addMenuItem("Singapore Medicine","open('http://id.singaporemedicine.com/index.htm')");
	fw_menu_4.addMenuItem("Singapore Education","open('http://www.singaporeedu.gov.sg/id/htm/index.htm')");
 
	fw_menu_4.childMenuIcon="arrows.gif";
	fw_menu_4.hideOnMouseOut=true;
	
	// LINK HOTEL-HOTEL FEO
	  
	window.fw_menu_3 = new Menu("root",230,15,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffffdd","#c1ae9f");
	fw_menu_3.addMenuItem("The Fullerton Singapore","open('http://www.fullertonhotel.com')");
	fw_menu_3.addMenuItem("Orchard Parade Hotel","open('http://www.orchardparade.com.sg')");
	fw_menu_3.addMenuItem("The Elizabeth","open('http://www.theelizabeth.com.sg')");
	fw_menu_3.addMenuItem("Albert Court Hotel","open('http://www.albertcourt.com.sg')");
	fw_menu_3.addMenuItem("Golden Landmark Hotel","open('http://www.goldenlandmark.com.sg')");
	fw_menu_3.addMenuItem("Changi Village Hotel","open('http://www.changivillage.com.sg')");
	
	  
	fw_menu_3.childMenuIcon="arrows.gif";
	fw_menu_3.hideOnMouseOut=true;
	fw_menu_3.writeMenus();
	  
	// Link marina bay area
	fw_menu_5 = new Menu("root",230,15,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffffdd","#c1ae9f");
	fw_menu_5.addMenuItem("아이콘 (Icon)","");
	fw_menu_5.addMenuItem("클리프트 (The Clift)","");
	fw_menu_5.addMenuItem("워터플래이스 (Water Place)","");
	
	fw_menu_5.childMenuIcon="arrows.gif";
	fw_menu_5.hideOnMouseOut=true;
	  
	// Link Orchard Road
	fw_menu_6 = new Menu("root",230,15,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffffdd","#c1ae9f")
	fw_menu_6.addMenuItem("오차드 스콧 (Orchard Scotts)","");
	fw_menu_6.addMenuItem("비다 (Vida)","");
	fw_menu_6.addMenuItem("탱린 뷰(Tanglin View)","");
	
	fw_menu_6.childMenuIcon="arrows.gif";
	fw_menu_6.hideOnMouseOut=true;

	//Link High-end Residental Bukit Timah Area
	fw_menu_7 = new Menu("root",230,15,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffffdd","#c1ae9f")
	fw_menu_7.addMenuItem("가든비스타 (Gardenvista)","");
	fw_menu_7.addMenuItem("메돌롯지 (Meadowlodge)","");
	
	fw_menu_7.childMenuIcon="arrows.gif";
	fw_menu_7.hideOnMouseOut=true;
	
	//Link East Coast Area
	fw_menu_8 = new Menu("root",230,15,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffffdd","#c1ae9f")
	fw_menu_8.addMenuItem("던만뷰(Dunman View)","");
	
	fw_menu_8.childMenuIcon="arrows.gif";
	fw_menu_8.hideOnMouseOut=true;

}