function selectMenu(what){
var actuator = document.getElementById(what);

if (what == null) return;

if (what=="1_menu1"){ //商會日程
actuator.style.background="#99CCFF";
} else if (what=="1_menu2"){ //有關商會
actuator.style.background="#99CCFF";
} else if (what=="1_menu2_1"){ //關於本會
actuator.style.background="#99CCFF";
} else if (what=="1_menu2_2"){ //發展歷程
actuator.style.background="#99CCFF";
} else if (what=="1_menu2_3"){ //理監事成員
actuator.style.background="#99CCFF";
} else if (what=="1_menu2_4"){ //本會顧問
actuator.style.background="#99CCFF";
} else if (what=="1_menu3"){ //商會活動
actuator.style.background="#99CCFF";
} else if (what=="1_menu4"){ //商會消息
actuator.style.background="#99CCFF";
} else if (what=="1_menu5"){ //表格下載
actuator.style.background="#99CCFF";
} else if (what=="1_menu6"){ //加入本會
actuator.style.background="#99CCFF";
} else if (what=="1_menu7"){ //聯絡我們
actuator.style.background="#99CCFF";
} else if (what=="2_menu1"){ //勞資新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu2"){ //印刷新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu2_1"){ //本港新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu2_2"){ //內地新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu2_3"){ //海外新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu3"){ //營商新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu4"){ //業界新聞
actuator.style.background="#FFCC00";
} else if (what=="2_menu5"){ //行業動態
actuator.style.background="#FFCC00";
} else if (what=="3_menu1"){ //培訓訊息
actuator.style.background="#6FA4DA";
} else if (what=="3_menu1_1"){ //印刷培訓課程
actuator.style.background="#6FA4DA";
} else if (what=="3_menu1_2"){ //印刷業技能提升計劃
actuator.style.background="#6FA4DA";
} else if (what=="3_menu1_3"){ //海外課程
actuator.style.background="#6FA4DA";
} else if (what=="3_menu1_4"){ //安全課程
actuator.style.background="#6FA4DA";
} else if (what=="3_menu2"){ //印刷業成就
actuator.style.background="#6FA4DA";
} else if (what=="3_menu3"){ //器材技術
actuator.style.background="#6FA4DA";
} else if (what=="3_menu4"){ //展會資訊
actuator.style.background="#6FA4DA";
} else if (what=="3_menu5"){ //活動推介
actuator.style.background="#6FA4DA";
} else if (what=="3_menu6"){ //工商資料
actuator.style.background="#6FA4DA";
} else if (what=="3_menu6_1"){ //印刷業統計資料
actuator.style.background="#6FA4DA";
} else if (what=="3_menu6_2"){ //勞工法例
actuator.style.background="#6FA4DA";
} else if (what=="3_menu6_3"){ //有關印刷業的安全指引
actuator.style.background="#6FA4DA";
} else if (what=="3_menu6_4"){ //印刷業勞資協約假期
actuator.style.background="#6FA4DA";
} else if (what=="3_menu7"){ //相關連結
actuator.style.background="#6FA4DA";
} else if (what=="4_menu1"){ //《香港印刷》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu1_1"){ //《香港印刷》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu1_2"){ //《香港印刷》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu1_3"){ //《香港印刷》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu1_4"){ //《香港印刷》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu1_5"){ //《香港印刷》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu2"){ //《DPI》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu2_1"){ //《DPI》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu2_2"){ //《DPI》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu2_3"){ //《DPI》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu2_4"){ //《DPI》
actuator.style.background="#E8ACC8";
} else if (what=="4_menu2_5"){ //《DPI》
actuator.style.background="#E8ACC8";
} else if (what=="5_menu1"){ //中華印製大獎
actuator.style.background="#99CCFF";
} else if (what=="5_menu2"){ //中華印製大獎 - 最新消息
actuator.style.background="#99CCFF";
} else if (what=="qf_menu1"){ //資歷架構 - 簡介
actuator.style.background="#99CCFF";
} else if (what=="qf_menu2"){ //資歷架構 - 電視
actuator.style.background="#99CCFF";
} else if (what=="qf_menu3"){ //資歷架構 - 宣傳
actuator.style.background="#99CCFF";
} else if (what=="qf_menu5"){ //資歷架構 - 消息
actuator.style.background="#99CCFF";
}

}