var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	//setDefaultICPMenuColor("#6699CC", "white", "red");
	//setDefaultICPMenuColor("blue", "white", "red");
	setDefaultICPMenuColor("#000099", "white", "red");

	// Customize toolbar background color 背景色
	setToolbarBGColor("black");

	// display ICP Banner 左上角圖示的設定
	setICPBanner("/library/toolbar/images/rtBiglogo.jpg","http://www.rimtai.com/","rimtai.com Home") ;

	// display ICP Banner 左上角圖示的設定
	//setICPBanner2("/library/toolbar/images/ADS/satellite.jpg","","") ;
	
	//***** Add ICP menus 下方的導覽列 *****
	//Home 
	addICPMenu("HomeMenu", "Home", "首頁","/");
	addICPSubMenu("HomeMenu","Taiwan Site","http://www.rimtai.com.tw/");
	addICPSubMenu("HomeMenu","產品專區","/chtr/products/index.htm");
	
	//關於 無線電 
	addICPMenu("GPSMenu", "關於掌上型電腦", "掌上型電腦的應用與資訊","/chtr/Products/PPC/");
	//addICPSubMenu("GPSMenu","- 天線系列產品","/chtr/Products/Antenna/Default.asp");
	//addICPSubMenu("GPSMenu","- 無線電收發機組","/chtr/Products/Radio/Default.asp");
	//addICPSubMenu("GPSMenu","- 無線電測試儀器","/chtr/Products/Instrument/Default.htm");
	//addICPSubMenu("GPSMenu","- 天線轉向控制器","/chtr/Products/Rotator/Default.htm");
	//addICPSubMenu("GPSMenu","- DSP 數位濾波器","/chtr/Products/DSP/Default.htm");
	//addICPSubMenu("GPSMenu","- 濾波器","/chtr/chtstore/itemdisplay6.asp?cust1=&Catalog=濾波器&itemGroup=98");
	//addICPSubMenu("GPSMenu","- Morse CW 器材","/chtr/Products/CWKey/");
	//addICPSubMenu("GPSMenu","- 無線電專用喇叭","/chtr/chtstore/speaker.asp?CWA=15");
	//addICPSubMenu("GPSMenu","- 耳機麥克風","/chtr/chtstore/speaker.asp?CWA=55");
	//addICPSubMenu("GPSMenu","- 天線調諧器","/chtr/chtstore/itemdisplay6.asp?cust1=天線&Catalog=調諧器&itemGroup=40");
	//addICPSubMenu("GPSMenu","- 天線切換器","/chtr/chtstore/speaker.asp?CWA=55");
	//addICPSubMenu("GPSMenu","- 平衡不平衡器","/chtr/chtstore/itemdisplay6.asp?cust1=無線電&Catalog=平衡不平衡器&itemGroup=70");
	//addICPSubMenu("GPSMenu","- 假負載","");
	
	//如何訂購
	addICPMenu("HowtoBuy", "如何訂購", "","/chtr/Products/store/ShopRimtai.htm");

	//最新資訊
	//addICPMenu("WhatNew", "最新資訊", "","http://www.rimtai.com.tw/rttw/gpsnews.asp?cls=無線電");
	//addICPSubMenu("WhatNew","- 新產品","/chtr/Products/GPSNew/Garmin/whatsNew/newProducts.html");
	//addICPSubMenu("WhatNew","- 新消息","/chtr/Products/GPSNew/Garmin/whatsNew/announcements.html");
	//addICPSubMenu("WhatNew","- 商展","/chtr/Products/GPSNew/Garmin/whatsNew/tradeShows.html");
	//addICPSubMenu("WhatNew","- GPS 的故事","/chtr/Products/GPSNew/Garmin/whatsNew/adventures.html");

	//產品分類
	//addICPMenu("Products", "產品分類", "","/chtr/Products/GPSNew/Garmin/products/index.html");
	//addICPSubMenu("Products","- 陸地導航","/chtr/Products/GPSNew/Garmin/mobile/index.html");
	//addICPSubMenu("Products","- 海上導航","/chtr/Products/GPSNew/Garmin/marine/index.html");
	//addICPSubMenu("Products","- 戶外活動","/chtr/Products/GPSNew/Garmin/outdoor/index.html");
	//addICPSubMenu("Products","- 飛航導航","/chtr/Products/GPSNew/Garmin/aviation/index.html"); 
	//addICPSubMenu("Products","- 電子地圖","/chtr/Products/GPSNew/Garmin/cartography/index.html");
	//addICPSubMenu("Products","- 機板模組","/chtr/Products/GPSNew/Garmin/oem/index.html");

	//附屬配件
	//addICPMenu("Accessories", "附屬配件", "","/chtr/Products/GPSNew/Garmin/indexs.htm");

	
	//支援與服務
	//addICPMenu("Support", "支援與服務", "","/chtr/Products/GPSNew/Garmin/support/indexs.html");
	//addICPSubMenu("Support","- FAQs","/chtr/Products/GPSNew/Garmin/support/faqs/index.html");
	//addICPSubMenu("Support","- 軟體更 & 下載","/chtr/Products/GPSNew/Garmin/support/download.html");	
	//addICPSubMenu("Support","- 操作手冊","/chtr/Products/GPSNew/Garmin/support/userManual.html");	
	//addICPSubMenu("Support","- 產品註冊","/chtr/Products/GPSNew/Garmin/support/registration.html");
	//addICPSubMenu("Support","- 保固資訊","/chtr/Products/GPSNew/Garmin/support/warranty.html");		
	//addICPSubMenu("Support","- 電子地圖","/chtr/Products/GPSNew/Garmin/cartography/index.html");	
	//與我們聯繫
	addICPMenu("ContactMenu", "與我們聯繫", "","/chtr/company.asp#聯絡資訊");


}
