var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= false;

	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	//setDefaultMSMenuColor("#FFFFFF", "blue", "steelblue");

	// Customize toolbar background color
	//setToolbarBGColor("#FFFFFF");
	
	/////
	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("steelblue", "#D0D0D0", "#FFFF00");

	// Customize toolbar background color
	setToolbarBGColor("steelblue");
	
	
	
	/////

	//***** Add Standard Microsoft.com menus *****
	
	
	addMSMenu("Title","<font size=3 color= #663399 >Denver Life Net</font>","","index.htm");
	
	//TheCityMenu		
	addMSMenu("TheCityMenu", "丹佛概要", "","denver.htm");
	addMSSubMenu("TheCityMenu","丹佛簡介","denver.htm#glance");
	addMSSubMenu("TheCityMenu","丹佛地圖","map.htm");
	addMSSubMenu("TheCityMenu","丹佛人口","denver.htm#population");
	addMSSubMenu("TheCityMenu","丹佛地理位置","denver.htm#location");
	addMSSubMenu("TheCityMenu","丹佛交通","denver.htm#transport");
	addMSSubMenu("TheCityMenu","丹佛氣候","denver.htm#climate");
	addMSSubMenu("TheCityMenu","丹佛藝術表演","denver.htm#perform");
	addMSSubMenu("TheCityMenu","丹佛飲食","denver.htm#dining");
	addMSSubMenu("TheCityMenu","丹佛景點","denver.htm#interest");
	addMSSubMenu("TheCityMenu","  ::科羅拉多州政府","denver.htm#capital");
	addMSSubMenu("TheCityMenu","  ::科羅拉多歷史博物館","denver.htm#history");
	addMSSubMenu("TheCityMenu","  ::美國西部黑人博物館","denver.htm#blackwest");
	addMSSubMenu("TheCityMenu","  ::丹佛美術館","denver.htm#dam");
	addMSSubMenu("TheCityMenu","  ::茉莉布朗紀念館","denver.htm#molly");
	addMSSubMenu("TheCityMenu","  ::丹佛動物園","denver.htm#zoo");
	addMSSubMenu("TheCityMenu","  ::丹佛植物園","denver.htm#botanic");
	addMSSubMenu("TheCityMenu","  ::海洋水族館","denver.htm#oceanjourney");
	addMSSubMenu("TheCityMenu","  ::Coors啤酒廠","denver.htm#coors");
	addMSSubMenu("TheCityMenu","  ::六旗山主題樂園","denver.htm#elitch");
	addMSSubMenu("TheCityMenu","  ::紅石露天音樂廳","denver.htm#redrock");
	
	
	//addMSSubMenuLine("ProductsMenu");
	

	//LifeInfoMenu
	addMSMenu("LifeInfoMenu", "Life Info.", "Life Information","news.htm");
	addMSSubMenu("LifeInfoMenu","Eat in Denver","http://www25.brinkster.com/ylincud/db/restaurant.htm");
	addMSSubMenu("LifeInfoMenu","Shopping","shopping.htm");
	addMSSubMenu("LifeInfoMenu","Denver Sports Teams","sports.htm");
	//addMSSubMenu("LifeInfoMenu","Performing Art","/");
	addMSSubMenu("LifeInfoMenu","On-Line Reservation","reservation.htm");
	
	
	
	//TravelMenu		
	addMSMenu("TravelMenu", "Travel", "","travel.htm");
	addMSSubMenu("TravelMenu","By Map","travel.htm#map");
	addMSSubMenu("TravelMenu","By City","travel.htm#bycity");
	//addMSSubMenuLine("LifeMenu");
	//addMSSubMenu("TravelMenu","By Park","/forum/");

	//OutdoorMenu
	addMSMenu("OutdoorMenu", "Outdoors", "","outdoor.htm");
	addMSSubMenu("OutdoorMenu","Biking","biking.htm");
	addMSSubMenu("OutdoorMenu","Camping","camping.htm");
	addMSSubMenu("OutdoorMenu","Four-Wheeling","http://www.yingti.com/4wd");
	addMSSubMenu("OutdoorMenu","Geocaching","geocaching.htm");
	//addMSSubMenu("OutdoorMenu","Ski/Snowboarding","/");
	//addMSSubMenu("OutdoorMenu","Fishing","/");
	addMSSubMenu("OutdoorMenu","Hiking","hiking.htm");
	addMSSubMenu("OutdoorMenu","Snowboarding","http://www.yingti.com/snowboard");
	
	
	//FreshmenMenu
	addMSMenu("FreshmenMenu", "新生須知", "If you are new to school, click me!","freshman.htm");
	addMSSubMenu("FreshmenMenu","食","freshman.htm#eating");
	addMSSubMenu("FreshmenMenu","住","freshman.htm#living");
	addMSSubMenu("FreshmenMenu","衣","freshman.htm#clothes");
	addMSSubMenu("FreshmenMenu","行","freshman.htm#transport");
	addMSSubMenu("FreshmenMenu","其他文件辦理","freshman.htm#other");
	addMSSubMenu("FreshmenMenu","科州各大學聯結","freshman.htm#school");
//	addMSSubMenu("FreshmenMenu","Useful Links","freshman.htm#links");
	addMSSubMenu("FreshmenMenu","CU Denver 臺灣同學會","contact.htm");
	//GuestMenu
	addMSMenu("GuestMenu", "討論區", "Please leave your message here!","http://www.yingti.com/milehigh/forum/portal.php");
	addMSSubMenu("GuestMenu","觀看留言(View Guest Book)","gbook.asp");
	addMSSubMenu("GuestMenu","留言精華區(X Zone)","x.htm");
	
}
