/*** 
this is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=87   
oCMenu.rows=0 
oCMenu.menuPlacement=0

oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="img/cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=135
oCMenu.level[0].height=32
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0 
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right" 

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="right" 

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/*****************************************
User-Defined value
******************************************/
//Level 1 properties
var header='<table width="100%" border="0" cellspacing="3" cellpadding="1" class="menusubtabletxt">' + 
	     '<tr>' +
		'<td width="5">&nbsp;</td>' +
		'<td width="15"><img src="/tc/img/menubar/orange_dot.gif" width="5" height="5" vspace="3" hspace="0" alt=""></td>' +
		'<td align="left">'+'<a href="#" class="c1menu">';
	        /*** memubar text ***/
var tail  =     '</a></td>' +
	     '</tr>' + 
	     '<tr><td align="center" colspan="3"><img src="/tc/img/menubar/orange_separator.gif" width="95%" height="2" alt=""></td></tr>' +
	    '</table>';

//image properties
var img_header='<table width="100%" border="0" cellspacing="0" cellpadding="0" class="menusubtabletxt">' + 
	     	 '<tr>' +
		    '<td align="center" valign="top">'+'<a href="#" class="c1menu">';
	             /*** memubar image ***/
var img_tail  =     '</a></td>' +
	         '</tr>' + 
	       '</table>';



//Level 2 & 3 properties
var sub_header='<table width="100%" border="0" cellspacing="3" cellpadding="1" class="menusubtabletxt">' + 
		     '<tr>' +
		     	'<td width="5">&nbsp;</td>' +
			'<td align="left">';
		        /*** membar text ***/
var sub_tail  =         '</td>' +
		     '</tr>' + 
		    '</table>';
	    
var arrow = '&nbsp;&nbsp;<img src="/tc/img/menubar/arrow.gif" width="7" height="9" alt="">'


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, alt, align, rows, nolink, onclick, onmouseover, onmouseout, img_alt) 
*************************************/

//Home
oCMenu.makeMenu('top0','',header+'主页'+tail,'/sc/index/','','154','27','','','','','')
//What's New
oCMenu.makeMenu('top1','',header+'最新消息'+tail,'/sc/index/site_whatsnew/','','154','27','','','','','')


//About Us
oCMenu.makeMenu('top2','',header+'关于我们'+tail,'/sc/index/site_aboutus/','','154','27','','','','','')
          oCMenu.makeMenu('top2_1','top2',sub_header+'理想、使命及价值观宣言'+sub_tail,'/sc/index/site_aboutus/page_visionmiss/','','180','27','','','','','')
          oCMenu.makeMenu('top2_2','top2',sub_header+'电话 / 传真号码及电邮地址'+sub_tail,'/sc/index/site_aboutus/page_telephonef/','','180','27','','','','','')
          oCMenu.makeMenu('top2_3','top2',sub_header+'环保报告'+sub_tail,'/sc/index/site_aboutus/page_environmen/','','180','27','','','','','')
          oCMenu.makeMenu('top2_4','top2',sub_header+'社会福利开支'+sub_tail,'/sc/index/site_aboutus/page_socialwelf/','','180','27','','','','','')
          oCMenu.makeMenu('top2_5','top2',sub_header+'署长欢迎辞'+sub_tail,'/sc/index/site_aboutus/page_dswwelcome/','','180','27','','','','','')
          oCMenu.makeMenu('top2_6','top2',sub_header+'谘询及法定委员会'+sub_tail,'/sc/index/site_aboutus/page_asc/','','180','27','','','','','')
          oCMenu.makeMenu('top2_7','top2',sub_header+'服务承诺'+sub_tail,'/sc/index/site_aboutus/page_performanc/','','180','27','','','','','')
          oCMenu.makeMenu('top2_8','top2',sub_header+'组织结构'+sub_tail,'/sc/index/site_aboutus/page_orgstruct/','','180','27','','','','','')
          oCMenu.makeMenu('top2_9','top2',sub_header+'财务委员会审核2011-12年度开支预算的问题及答复'+sub_tail,'/sc/index/site_aboutus/page_ReliestoFCquestion10/','','180','54','','','','','')


//Publications & Press Releases
oCMenu.makeMenu('top3','',header+'刊物及新闻公报'+tail,'/sc/index/site_pubpress/','','154','27','','','','','')
          oCMenu.makeMenu('top3_1','top3',sub_header+'新闻稿'+sub_tail,'/sc/index/site_pubpress/page_press/','','180','27','','','','','')
          oCMenu.makeMenu('top3_2','top3',sub_header+'出版文件'+sub_tail,'/sc/index/site_pubpress/page_publicatio/','','180','27','','','','','')
          oCMenu.makeMenu('top3_3','top3',sub_header+'社会福利署年报'+sub_tail,'/sc/index/site_pubpress/page_swdarep/','','180','27','','','','','')
          oCMenu.makeMenu('top3_4','top3',sub_header+'重要演辞'+sub_tail,'/sc/index/site_pubpress/page_swdspeeches/','','180','27','','','','','')
          oCMenu.makeMenu('top3_5','top3',sub_header+'剪影集'+sub_tail,'/sc/index/site_pubpress/page_photogy/','','180','27','','','','','')


//Access to Information
oCMenu.makeMenu('top4','',header+'公开资料'+tail,'/sc/index/site_accinfo/','','154','27','','','','','')
          oCMenu.makeMenu('top4_1','top4',sub_header+'公开资料守则'+sub_tail,'/sc/index/site_accinfo/page_accesstoin/','','180','27','','','','','')
          oCMenu.makeMenu('top4_2','top4',sub_header+'索取个人资料表格'+sub_tail,'/sc/index/site_accinfo/page_personalda/','','180','27','','','','','')
          oCMenu.makeMenu('top4_3','top4',sub_header+'资料保护政策'+sub_tail,'/sc/index/site_accinfo/page_dataprotec/','','180','27','','','','','')


//Accessibility of Government Premises, Facilities and Services
oCMenu.makeMenu('top5','',header+'政府建筑物、设施和服务的无障碍事宜'+tail,'/sc/index/site_agpfs/','','154','54','','','','','')


//Public Services
oCMenu.makeMenu('top6','',header+'公共服务'+tail,'/sc/index/site_pubsvc/','','154','27','','','','','')
          oCMenu.makeMenu('top6_1','top6',sub_header+'预防人类猪型流感'+sub_tail,'/sc/index/site_pubsvc/page_swineflu/','','180','27','','','','','')
          oCMenu.makeMenu('top6_2','top6',sub_header+'社会保障'+arrow+sub_tail,'/sc/index/site_pubsvc/page_socsecu/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_2_1','top6_2',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_2','top6_2',sub_header+'新措施摘要'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_3','top6_2',sub_header+'综合社会保障援助计划'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_comprehens/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_4','top6_2',sub_header+'自力更生支援计划'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_supportfor/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_5','top6_2',sub_header+'综援长者广东及福建省养老计划'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_portableco/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_6','top6_2',sub_header+'公共福利金计划'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_ssallowance/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_7','top6_2',sub_header+'暴力及执法伤亡赔偿计划'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_criminalan/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_8','top6_2',sub_header+'交通意外伤亡援助计划'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_trafficacc/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_9','top6_2',sub_header+'紧急救济'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_emergencyr/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_10','top6_2',sub_header+'特别调查组'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_specialinv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_11','top6_2',sub_header+'举报涉嫌欺诈及滥用'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_reportings/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_12','top6_2',sub_header+'社会保障上诉委员会'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_ssappeal/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_13','top6_2',sub_header+'社会保障统计数字'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_statistics/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_14','top6_2',sub_header+'社会保障办事处地址、电话及办公时间'+sub_tail,'/sc/index/site_pubsvc/page_socsecu/sub_addressesa/','','227','27','','','','','')
          oCMenu.makeMenu('top6_3','top6',sub_header+'家庭及儿童福利服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_family/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_3_1','top6_3',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_family/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_3_2','top6_3',sub_header+'服务类别'+sub_tail,'/sc/index/site_pubsvc/page_family/sub_listofserv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_3_3','top6_3',sub_header+'程序指引'+sub_tail,'/sc/index/site_pubsvc/page_family/sub_fcwprocedure/','','227','27','','','','','')
          oCMenu.makeMenu('top6_4','top6',sub_header+'临床心理服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_cps/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_4_1','top6_4',sub_header+'简介目标及提供的服务'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_299/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_2','top6_4',sub_header+'申请程序及收费'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_applicatio/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_3','top6_4',sub_header+'对象及服务地区范围'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_targetgrou/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_4','top6_4',sub_header+'出版刊物'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_303/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_5','top6_4',sub_header+'服务单位名单及开放时间'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_listofclin/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_6','top6_4',sub_header+'危机事件后的压力处理'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_stressdebr/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_7','top6_4',sub_header+'讲座系列及训练资料'+sub_tail,'/sc/index/site_pubsvc/page_cps/sub_946/','','227','27','','','','','')
          oCMenu.makeMenu('top6_5','top6',sub_header+'医务社会服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_medical/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_5_1','top6_5',sub_header+'服务目标'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_serviceobj/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_2','top6_5',sub_header+'新措施摘要'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_3','top6_5',sub_header+'服务内容'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_servicespr/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_4','top6_5',sub_header+'申请方法／查询'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_applyenquiries/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_5','top6_5',sub_header+'医务社会服务单位'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_medicalsoc/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_6','top6_5',sub_header+'医疗费用减免机制'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_medicalfee/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_7','top6_5',sub_header+'精神上无行为能力人士的监护事宜'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_guardiansh/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_8','top6_5',sub_header+'有关刊物／下载表格'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_mssbookshelff/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_9','top6_5',sub_header+'你的意见'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_yourvoices/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_10','top6_5',sub_header+'相关基金'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_relatedfun/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_11','top6_5',sub_header+'社会福利服务单位预防禽流感措施'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_paiswsu/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_12','top6_5',sub_header+'医务社会服务单张'+sub_tail,'/sc/index/site_pubsvc/page_medical/sub_lfmss/','','227','27','','','','','')
          oCMenu.makeMenu('top6_6','top6',sub_header+'康复服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_rehab/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_6_1','top6_6',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_2','top6_6',sub_header+'服务类别'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_listofserv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_3','top6_6',sub_header+'申请日间训练/住宿照顾服务'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_admissiont/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_4','top6_6',sub_header+'残疾人士院舍发牌制度'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_rchd/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_5','top6_6',sub_header+'私营残疾人士院舍自愿登记计划'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_roprchdvrs/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_6','top6_6',sub_header+'康复服务单位的卫生防护资讯'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_healthprot/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_7','top6_6',sub_header+'处理虐待智障及精神病患成人的良好工作指引'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_gpg/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_6_8','top6_6',sub_header+'残疾人士的运输资讯'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_transportf/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_9','top6_6',sub_header+'实务指引'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_practicegu/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_10','top6_6',sub_header+'刋物/表格架'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_bookshelff/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_11','top6_6',sub_header+'你的声音'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_yourvoices/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_12','top6_6',sub_header+'新增的及计划中将增加的康复服务名额'+sub_tail,'/sc/index/site_pubsvc/page_rehab/sub_APPRS/','','227','27','','','','','')
          oCMenu.makeMenu('top6_7','top6',sub_header+'安老服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_elderly/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_7_1','top6_7',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_2','top6_7',sub_header+'新措施摘要'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_3','top6_7',sub_header+'资助长期护理服务中央轮候册'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_centralwai/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_4','top6_7',sub_header+'安老服务统一评估机制'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_standardis/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_5','top6_7',sub_header+'长者社区支援服务'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_csselderly/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_6','top6_7',sub_header+'安老院舍照顾服务'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_residentia/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_7','top6_7',sub_header+'合约管理'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_contractma/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_8','top6_7',sub_header+'安老院舍发牌制度'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_2552/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_9','top6_7',sub_header+'被成功检控的安老院的记录'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_2553/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_10','top6_7',sub_header+'选择安老院小贴士及适应院舍生活小锦囊'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_2554/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_11','top6_7',sub_header+'下载 / 刋物'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_downloadsp/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_12','top6_7',sub_header+'你的支持和贡献'+sub_tail,'/sc/index/site_pubsvc/page_elderly/sub_yoursuppor/','','227','27','','','','','')
          oCMenu.makeMenu('top6_8','top6',sub_header+'青少年服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_young/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_8_1','top6_8',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_2','top6_8',sub_header+'新措施摘要'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_3','top6_8',sub_header+'中心服务'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_centreserv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_4','top6_8',sub_header+'课 余 托 管 收 费 减 免 计 划'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_ascp/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_5','top6_8',sub_header+'学校社会工作服务'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_schoolsoci/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_6','top6_8',sub_header+'活动工作员职位'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_pw/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_7','top6_8',sub_header+'边缘青少年服务'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_seryouthrisk/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_8','top6_8',sub_header+'为吸毒人士提供的服务'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_serdrugabuser/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_9','top6_8',sub_header+'「共创成长路」'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_pathstoadu2/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_10','top6_8',sub_header+'儿童发展基金'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_CDHF/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_11','top6_8',sub_header+'「非 政 府 机 构 - 家 庭 支 援 网 络 队」'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_ngofsnt/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_12','top6_8',sub_header+'青少年福利服务概览'+sub_tail,'/sc/index/site_pubsvc/page_young/sub_Booklet/','','227','27','','','','','')
          oCMenu.makeMenu('top6_9','top6',sub_header+'违法者服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_offdr/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_9_1','top6_9',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_offdr/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_9_2','top6_9',sub_header+'社区层面'+sub_tail,'/sc/index/site_pubsvc/page_offdr/sub_communityb/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_9_3','top6_9',sub_header+'感化/住宿院舍'+sub_tail,'/sc/index/site_pubsvc/page_offdr/sub_crhomes/','','227','27','','','','','')
          oCMenu.makeMenu('top6_10','top6',sub_header+'社区发展'+arrow+sub_tail,'/sc/index/site_pubsvc/page_comm/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_10_1','top6_10',sub_header+'简介及目标'+sub_tail,'/sc/index/site_pubsvc/page_comm/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_10_2','top6_10',sub_header+'社区发展服务'+sub_tail,'/sc/index/site_pubsvc/page_comm/sub_commdevser/','','227','27','','','','','')
          oCMenu.makeMenu('top6_11','top6',sub_header+'监管慈善筹款活动'+arrow+sub_tail,'/sc/index/site_pubsvc/page_controlofc/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_11_1','top6_11',sub_header+'公开筹款活动'+sub_tail,'/sc/index/site_pubsvc/page_controlofc/sub_publicsubs/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_11_2','top6_11',sub_header+'最近已获批准在公众地方举行的慈善筹款活动 (包括卖旗日)'+sub_tail,'/tc/index/site_pubsvc/page_controlofc/sub_recentlyap/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_11_3','top6_11',sub_header+'卖旗日'+sub_tail,'/sc/index/site_pubsvc/page_controlofc/sub_flagdays/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_11_4','top6_11',sub_header+'一般慈善筹款活动'+sub_tail,'/sc/index/site_pubsvc/page_controlofc/sub_generalcha/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_11_5','top6_11',sub_header+'慈善筹款活动最佳安排参考指引'+sub_tail,'/sc/index/site_pubsvc/page_controlofc/sub_referenceg/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_11_6','top6_11',sub_header+'慈善筹款活动内部财务监管指引说明'+sub_tail,'/sc/index/site_pubsvc/page_controlofc/sub_guidenceno/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_11_7','top6_11',sub_header+'查询'+sub_tail,'/sc/index/site_pubsvc/page_controlofc/sub_enquiry/','','227','27','','','','','')
          oCMenu.makeMenu('top6_12','top6',sub_header+'支援服务'+arrow+sub_tail,'/sc/index/site_pubsvc/page_supportser/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_12_1','top6_12',sub_header+'携手扶弱基金'+sub_tail,'/sc/index/site_pubsvc/page_supportser/sub_partnership/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_12_2','top6_12',sub_header+'关爱基金援助项目'+sub_tail,'/sc/index/site_pubsvc/page_supportser/sub_ccf/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_12_3','top6_12',sub_header+'义务工作统筹课'+sub_tail,'/sc/index/site_pubsvc/page_supportser/sub_centraloff/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_12_4','top6_12',sub_header+'员工发展及训练'+sub_tail,'/sc/index/site_pubsvc/page_supportser/sub_staffdevel/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_12_5','top6_12',sub_header+'顾客服务'+sub_tail,'/sc/index/site_pubsvc/page_supportser/sub_customerse/','','227','27','','','','','')


//Districts Information
oCMenu.makeMenu('top7','',header+'地区资讯'+tail,'/sc/index/site_district/','','154','27','','','','','')
          oCMenu.makeMenu('top7_1','top7',sub_header+'中西南及离岛区'+arrow+sub_tail,'/sc/index/site_district/page_cwsi/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_1_1','top7_1',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_cwsi/sub_districtpr2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_2','top7_1',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_cwsi/sub_districtan2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_3','top7_1',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_cwsi/sub_dwcm1/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_4','top7_1',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_cwsi/sub_cwidccroot2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_5','top7_1',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_cwsi/sub_crossdistrict2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_6','top7_1',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_cwsi/sub_communityr2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_7','top7_1',sub_header+'本区服务概览: (中西区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_cwsi/sub_infobook2/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_1_8','top7_1',sub_header+'本区服务概览: (离岛区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_cwsi/sub_infobook3/','','227','54','','','','','')
                    oCMenu.makeMenu('top7_1_9','top7_1',sub_header+'本区服务概览: (南区) 社会福利署管理或拨款的福利服务单位 >'+sub_tail,'/tc/index/site_district/page_cwsi/sub_infobook4/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_1_10','top7_1',sub_header+'社区资源：其他本区资源'+sub_tail,'/sc/index/site_district/page_cwsi/sub_cwsiothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_2','top7',sub_header+'东区及湾仔区'+arrow+sub_tail,'/sc/index/site_district/page_ewc/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_2_1','top7_2',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_ewc/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_2','top7_2',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_ewc/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_3','top7_2',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_ewc/sub_dwcm2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_4','top7_2',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_ewc/sub_ewcdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_5','top7_2',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_ewc/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_6','top7_2',sub_header+'本区服务概览: (东区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_ewc/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_2_7','top7_2',sub_header+'本区服务概览: (湾仔区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_ewc/sub_infobook1/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_2_8','top7_2',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_ewc/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_9','top7_2',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_ewc/sub_ewcothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_3','top7',sub_header+'观塘区'+arrow+sub_tail,'/sc/index/site_district/page_kwuntong/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_3_1','top7_3',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_2','top7_3',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_3','top7_3',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_dwcm3/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_4','top7_3',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_ktdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_5','top7_3',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_6','top7_3',sub_header+'本区服务概览: 社会福利署管理或拨款的福利服务单位'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_3_7','top7_3',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_8','top7_3',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_kwuntong/sub_kwothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_4','top7',sub_header+'黄大仙及西贡区'+arrow+sub_tail,'/sc/index/site_district/page_wongtaisin/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_4_1','top7_4',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_2','top7_4',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_3','top7_4',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_dwcm4/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_4','top7_4',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_wtsskdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_5','top7_4',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_6','top7_4',sub_header+'本区服务概览: (黄大仙) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_wongtaisin/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_4_7','top7_4',sub_header+'本区服务概览: (西贡区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_wongtaisin/sub_infobook1/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_4_8','top7_4',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_9','top7_4',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_wongtaisin/sub_wtsskothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_5','top7',sub_header+'九龙城及油尖旺'+arrow+sub_tail,'/sc/index/site_district/page_kcytm/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_5_1','top7_5',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_kcytm/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_2','top7_5',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_kcytm/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_3','top7_5',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_kcytm/sub_dwcm5/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_4','top7_5',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_kcytm/sub_kcytmdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_5','top7_5',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_kcytm/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_6','top7_5',sub_header+'本区服务概览: (九龙城) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_kcytm/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_5_7','top7_5',sub_header+'本区服务概览: (油尖旺) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_kcytm/sub_infobook1/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_5_8','top7_5',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_kcytm/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_9','top7_5',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_kcytm/sub_kcytmothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_6','top7',sub_header+'深水埗区'+arrow+sub_tail,'/sc/index/site_district/page_ssp/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_6_1','top7_6',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_ssp/sub_ssp-profile/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_2','top7_6',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_ssp/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_3','top7_6',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_ssp/sub_dmcw6/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_4','top7_6',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_ssp/sub_sspdccroot2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_5','top7_6',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_ssp/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_6','top7_6',sub_header+'本区服务概览: 社会福利署管理或拨款的福利服务单位'+sub_tail,'/sc/index/site_district/page_ssp/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_6_7','top7_6',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_ssp/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_8','top7_6',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_ssp/sub_sspothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_7','top7',sub_header+'荃湾及葵青区'+arrow+sub_tail,'/sc/index/site_district/page_tsuenwanan/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_7_1','top7_7',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_2','top7_7',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_3','top7_7',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_dwcm7/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_4','top7_7',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_twkwtdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_5','top7_7',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_6','top7_7',sub_header+'本区服务概览: (荃湾) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_tsuenwanan/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_7_7','top7_7',sub_header+'本区服务概览: (葵青区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_tsuenwanan/sub_infobook1/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_7_8','top7_7',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_9','top7_7',sub_header+'社区资源:其他本区资源'+sub_tail,'/sc/index/site_district/page_tsuenwanan/sub_TWKwTDO/','','227','27','','','','','')
          oCMenu.makeMenu('top7_8','top7',sub_header+'屯门区'+arrow+sub_tail,'/sc/index/site_district/page_tuenmun/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_8_1','top7_8',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_2','top7_8',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_3','top7_8',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_dwcm8/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_4','top7_8',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_tmdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_5','top7_8',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_6','top7_8',sub_header+'本区服务概览: 社会福利署管理或拨款的福利服务单位'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_8_7','top7_8',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_tuenmun/sub_communityr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_9','top7',sub_header+'元朗区'+arrow+sub_tail,'/sc/index/site_district/page_yuenlong/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_9_1','top7_9',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_2','top7_9',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_483/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_3','top7_9',sub_header+'本区服务概览: 社会福利署管理或拨款的福利服务单位'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_9_4','top7_9',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_yldccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_5','top7_9',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_dwcm9/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_6','top7_9',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_7','top7_9',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_yuenlong/sub_communityr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_10','top7',sub_header+'沙田区'+arrow+sub_tail,'/sc/index/site_district/page_shatin/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_10_1','top7_10',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_shatin/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_2','top7_10',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_shatin/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_3','top7_10',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_shatin/sub_dwcm10/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_4','top7_10',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_shatin/sub_stdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_5','top7_10',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_shatin/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_6','top7_10',sub_header+'本区服务概览: 社会福利署管理或拨款的福利服务单位'+sub_tail,'/sc/index/site_district/page_shatin/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_10_7','top7_10',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_shatin/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_8','top7_10',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_shatin/sub_stothercr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_11','top7',sub_header+'大埔及北区'+arrow+sub_tail,'/sc/index/site_district/page_taipoandno/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_11_1','top7_11',sub_header+'地区概览'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_2','top7_11',sub_header+'福利办事处工作计划'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_3','top7_11',sub_header+'地区福利协调机制'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_dwcm11/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_4','top7_11',sub_header+'地区福利服务协调委员会'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_tpndccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_5','top7_11',sub_header+'社会福利署跨区福利服务单位'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_crossdistrict/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_6','top7_11',sub_header+'本区服务概览: (大埔) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_taipoandno/sub_infobook/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_11_7','top7_11',sub_header+'本区服务概览: (北区) 社会福利署管理或拨款的福利服务单位'+sub_tail,'/tc/index/site_district/page_taipoandno/sub_infobook1/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_11_8','top7_11',sub_header+'社区资源: 全港'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_9','top7_11',sub_header+'社区资源: 其他本区资源'+sub_tail,'/sc/index/site_district/page_taipoandno/sub_tpnothercr/','','227','27','','','','','')


//NGO Corner
oCMenu.makeMenu('top8','',header+'非政府机构资料室'+tail,'/sc/index/site_ngo/','','154','27','','','','','')
          oCMenu.makeMenu('top8_1','top8',sub_header+'快讯'+sub_tail,'/sc/index/site_ngo/page_r-info/','','180','27','','','','','')
          oCMenu.makeMenu('top8_2','top8',sub_header+'最佳执行指引 - 顾问研究'+sub_tail,'/sc/index/site_ngo/page_BPMconstudy/','','180','27','','','','','')
          oCMenu.makeMenu('top8_3','top8',sub_header+'社会福利发展基金'+sub_tail,'/sc/index/site_ngo/page_swdf/','','180','27','','','','','')
          oCMenu.makeMenu('top8_4','top8',sub_header+'津贴'+arrow+sub_tail,'/sc/index/site_ngo/page_subventions/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_4_1','top8_4',sub_header+'津贴模式'+sub_tail,'/sc/index/site_ngo/page_subventions/sub_modesofsub/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_2','top8_4',sub_header+'整笔拨款手册及通告'+sub_tail,'/sc/index/site_ngo/page_subventions/sub_lsgmanual/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_3','top8_4',sub_header+'整笔拨款督导委员会'+sub_tail,'/sc/index/site_ngo/page_subventions/sub_lumpsumgra/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_4','top8_4',sub_header+'整笔拨款独立处理投诉委员会'+sub_tail,'/sc/index/site_ngo/page_subventions/sub_lumpsumgrantichc/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_5','top8_4',sub_header+'整笔拨款津助制度检讨报告'+sub_tail,'/sc/index/site_ngo/page_subventions/sub_rrlsgss/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_6','top8_4',sub_header+'查询'+sub_tail,'/sc/index/site_ngo/page_subventions/sub_spmenquires/','','227','27','','','','','')
          oCMenu.makeMenu('top8_5','top8',sub_header+'服务表现监察'+arrow+sub_tail,'/sc/index/site_ngo/page_serviceper/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_5_1','top8_5',sub_header+'目标'+sub_tail,'/sc/index/site_ngo/page_serviceper/sub_objectives/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_2','top8_5',sub_header+'津贴及服务协议'+sub_tail,'/sc/index/site_ngo/page_serviceper/sub_fundingand/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_3','top8_5',sub_header+'服务表现标准'+sub_tail,'/sc/index/site_ngo/page_serviceper/sub_serviceper/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_4','top8_5',sub_header+'评估方法'+sub_tail,'/sc/index/site_ngo/page_serviceper/sub_assessment/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_5','top8_5',sub_header+'查询'+sub_tail,'/sc/index/site_ngo/page_serviceper/sub_svcpmenquiries/','','227','27','','','','','')
          oCMenu.makeMenu('top8_6','top8',sub_header+'支援服务台'+sub_tail,'/sc/index/site_ngo/page_helpdesk/','','180','27','','','','','')
          oCMenu.makeMenu('top8_7','top8',sub_header+'优良管理'+arrow+sub_tail,'/sc/index/site_ngo/page_goodmanage/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_7_1','top8_7',sub_header+'机构管治'+sub_tail,'/sc/index/site_ngo/page_goodmanage/sub_corporateg/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_7_2','top8_7',sub_header+'优良服务管理措施'+sub_tail,'/sc/index/site_ngo/page_goodmanage/sub_goodpracti/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_7_3','top8_7',sub_header+'慈善筹款优良措施'+sub_tail,'/sc/index/site_ngo/page_goodmanage/sub_goodpractice/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_7_4','top8_7',sub_header+'服务质素标准定标研究报告'+sub_tail,'/sc/index/site_ngo/page_goodmanage/sub_sqsnbenchmark/','','227','27','','','','','')
          oCMenu.makeMenu('top8_8','top8',sub_header+'精算服务'+sub_tail,'/sc/index/site_ngo/page_AS/','','180','27','','','','','')
          oCMenu.makeMenu('top8_9','top8',sub_header+'监管慈善筹款活动'+arrow+sub_tail,'/sc/index/site_ngo/page_cfraredirect/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_9_1','top8_9',sub_header+'公开筹款活动'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redpublicsubs/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_9_2','top8_9',sub_header+'最近已获批准的慈善筹款活动（包括卖旗日）'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redrecentlyap/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_9_3','top8_9',sub_header+'卖旗日'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redflagdayz/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_9_4','top8_9',sub_header+'一般慈善筹款活动'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redgeneralcha/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_9_5','top8_9',sub_header+'慈善筹款活动最佳安排参考指引'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redreferenceg/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_9_6','top8_9',sub_header+'慈善筹款活动内部财务监管指引说明'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redguidenceno/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_9_7','top8_9',sub_header+'查询'+sub_tail,'/sc/index/site_ngo/page_cfraredirect/sub_redenquiriesz/','','227','27','','','','','')
          oCMenu.makeMenu('top8_10','top8',sub_header+'奖券基金'+sub_tail,'/sc/index/site_ngo/page_lotteriesf/','','180','27','','','','','')
          oCMenu.makeMenu('top8_11','top8',sub_header+'策划'+arrow+sub_tail,'/sc/index/site_ngo/page_projectpla/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_11_1','top8_11',sub_header+'设施明细表'+sub_tail,'/sc/index/site_ngo/page_projectpla/sub_scheduleof/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_11_2','top8_11',sub_header+'公共屋邨空置非住宅单位'+sub_tail,'/sc/index/site_ngo/page_projectpla/sub_vacantpubl/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_11_3','top8_11',sub_header+'计划开办的社会福利服务'+sub_tail,'/sc/index/site_ngo/page_projectpla/sub_plannedpro/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_11_4','top8_11',sub_header+'查询'+sub_tail,'/sc/index/site_ngo/page_projectpla/sub_enquiresz/','','227','27','','','','','')
          oCMenu.makeMenu('top8_12','top8',sub_header+'合约管理'+sub_tail,'/sc/index/site_ngo/page_contractma/','','180','27','','','','','')
          oCMenu.makeMenu('top8_13','top8',sub_header+'员工发展及训练'+arrow+sub_tail,'/sc/index/site_ngo/page_staffdevel/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_13_1','top8_13',sub_header+'社会工作训练基金'+sub_tail,'/sc/index/site_ngo/page_staffdevel/sub_socialwork/','','227','27','','','','','')
          oCMenu.makeMenu('top8_14','top8',sub_header+'社福界护士行列'+sub_tail,'/sc/index/site_ngo/page_nursews/','','180','27','','','','','')
          oCMenu.makeMenu('top8_15','top8',sub_header+'社会福利界的资讯科技发展'+sub_tail,'/sc/index/site_ngo/page_itwelfare/','','180','39','','','','','')
          oCMenu.makeMenu('top8_16','top8',sub_header+'私人游乐场地契约-使用体育设施'+sub_tail,'/sc/index/site_ngo/page_prlusf/','','180','39','','','','','')


//Download Area
oCMenu.makeMenu('top9','',header+'下载区'+tail,'/sc/index/site_download/','','154','27','','','','','')
          oCMenu.makeMenu('top9_1','top9',sub_header+'文件'+sub_tail,'/sc/index/site_download/page_document/','','180','27','','','','','')
          oCMenu.makeMenu('top9_2','top9',sub_header+'其他资料'+sub_tail,'/sc/index/site_download/page_otherinfor/','','180','27','','','','','')
          oCMenu.makeMenu('top9_3','top9',sub_header+'服务单位名单'+sub_tail,'/sc/index/site_download/page_listofserv/','','180','27','','','','','')


//FAQs
oCMenu.makeMenu('top10','',header+'常见问题'+tail,'/sc/index/site_faqs/','','154','27','','','','','')
          oCMenu.makeMenu('top10_1','top10',sub_header+'监管慈善筹款活动'+sub_tail,'/sc/index/site_faqs/page_cfcfaq/','','180','27','','','','','')
          oCMenu.makeMenu('top10_2','top10',sub_header+'违法者服务'+sub_tail,'/sc/index/site_faqs/page_seroffenders/','','180','27','','','','','')
          oCMenu.makeMenu('top10_3','top10',sub_header+'家庭及儿童福利服务'+sub_tail,'/sc/index/site_faqs/page_familyandc/','','180','27','','','','','')
          oCMenu.makeMenu('top10_4','top10',sub_header+'青少年服务'+sub_tail,'/sc/index/site_faqs/page_seryoungppl/','','180','27','','','','','')
          oCMenu.makeMenu('top10_5','top10',sub_header+'康复服务'+sub_tail,'/sc/index/site_faqs/page_rehabilita/','','180','27','','','','','')
          oCMenu.makeMenu('top10_6','top10',sub_header+'安老服务'+sub_tail,'/sc/index/site_faqs/page_serelderly/','','180','27','','','','','')
          oCMenu.makeMenu('top10_7','top10',sub_header+'社区发展'+sub_tail,'/sc/index/site_faqs/page_commdev/','','180','27','','','','','')
          oCMenu.makeMenu('top10_8','top10',sub_header+'临床心理服务'+sub_tail,'/sc/index/site_faqs/page_clinicalps/','','180','27','','','','','')
          oCMenu.makeMenu('top10_9','top10',sub_header+'社会保障'+sub_tail,'/sc/index/site_faqs/page_socialsecu/','','180','27','','','','','')
          oCMenu.makeMenu('top10_10','top10',sub_header+'员工发展及训练'+sub_tail,'/sc/index/site_faqs/page_staffdevel/','','180','27','','','','','')
          oCMenu.makeMenu('top10_11','top10',sub_header+'行政工作'+sub_tail,'/sc/index/site_faqs/page_administra/','','180','27','','','','','')
          oCMenu.makeMenu('top10_12','top10',sub_header+'义务工作统筹课'+sub_tail,'/sc/index/site_faqs/page_centralofaq/','','180','27','','','','','')


//Related Legislations
oCMenu.makeMenu('top11','',header+'相关条例'+tail,'/sc/index/site_relatedleg/','','154','27','','','','','')


//Quick Find
oCMenu.makeMenu('top12','',header+'快速查询'+tail,'/sc/index/site_quickfindmain/','','154','27','','','','','')


//Tender Notices
oCMenu.makeMenu('top13','',header+'招标公告'+tail,'/sc/index/site_tenderdtl/','','154','27','','','','','')
          oCMenu.makeMenu('top13_1','top13',sub_header+'招标公告(一)'+sub_tail,'/tc/index/site_tenderdtl/page_Tender Notice 1/','','180','27','','','','','')


//Invitation of Proposals / Expression of Interest
oCMenu.makeMenu('top14','',header+'征求建议书 / 意向书'+tail,'/sc/index/site_IOPEOI/','','154','27','','','','','')


//Links
oCMenu.makeMenu('top15','',header+'相关网址'+tail,'/sc/index/site_links/','','154','27','','','','','')
          oCMenu.makeMenu('top15_1','top15',sub_header+'非政府机构网址'+sub_tail,'/sc/index/site_links/page_ngowebsite/','','180','27','','','','','')
          oCMenu.makeMenu('top15_2','top15',sub_header+'其他相关网址'+sub_tail,'/sc/index/site_links/page_others/','','180','27','','','','','')


//Public Forms
oCMenu.makeMenu('top16','',header+'公用表格'+tail,'/sc/index/site_pubform/','','154','27','','','','','')


//Contact Us
oCMenu.makeMenu('top17','',header+'联络我们'+tail,'/sc/index/site_contactus/','','154','27','','','','','')


//Leave this line - it constructs the menu
oCMenu.construct()

