/*** 
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="/en/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="/en/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="/en/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+'Home'+tail,'/en/index/','','154','27','','','','','')
//What's New
oCMenu.makeMenu('top1','',header+'What\'s New'+tail,'/en/index/site_whatsnew/','','154','27','','','','','')


//About Us
oCMenu.makeMenu('top2','',header+'About Us'+tail,'/en/index/site_aboutus/','','154','27','','','','','')
          oCMenu.makeMenu('top2_1','top2',sub_header+'Vision, Mission and Value Statement'+sub_tail,'/en/index/site_aboutus/page_visionmiss/','','180','39','','','','','')
          oCMenu.makeMenu('top2_2','top2',sub_header+'Telephone / Fax No. & Email Address'+sub_tail,'/en/index/site_aboutus/page_telephonef/','','180','39','','','','','')
          oCMenu.makeMenu('top2_3','top2',sub_header+'Environmental Report'+sub_tail,'/en/index/site_aboutus/page_environmen/','','180','27','','','','','')
          oCMenu.makeMenu('top2_4','top2',sub_header+'Social Welfare Expenditure'+sub_tail,'/en/index/site_aboutus/page_socialwelf/','','180','27','','','','','')
          oCMenu.makeMenu('top2_5','top2',sub_header+'Welcoming Message of the Director of Social Welfare'+sub_tail,'/en/index/site_aboutus/page_dswwelcome/','','180','39','','','','','')
          oCMenu.makeMenu('top2_6','top2',sub_header+'Advisory and Statutory Committees'+sub_tail,'/en/index/site_aboutus/page_asc/','','180','39','','','','','')
          oCMenu.makeMenu('top2_7','top2',sub_header+'Performance Pledge'+sub_tail,'/en/index/site_aboutus/page_performanc/','','180','27','','','','','')
          oCMenu.makeMenu('top2_8','top2',sub_header+'Organisation Structure'+sub_tail,'/en/index/site_aboutus/page_orgstruct/','','180','27','','','','','')
          oCMenu.makeMenu('top2_9','top2',sub_header+'Replies to questions raised by Finance Committee Members in examining the Estimates of Expenditure 2011-12'+sub_tail,'/en/index/site_aboutus/page_ReliestoFCquestion10/','','180','60','','','','','')


//Publications & Press Releases
oCMenu.makeMenu('top3','',header+'Publications & Press Releases'+tail,'/en/index/site_pubpress/','','154','39','','','','','')
          oCMenu.makeMenu('top3_1','top3',sub_header+'Press Release'+sub_tail,'/en/index/site_pubpress/page_press/','','180','27','','','','','')
          oCMenu.makeMenu('top3_2','top3',sub_header+'Publications'+sub_tail,'/en/index/site_pubpress/page_publicatio/','','180','27','','','','','')
          oCMenu.makeMenu('top3_3','top3',sub_header+'Social Welfare Department Annual Report'+sub_tail,'/en/index/site_pubpress/page_swdarep/','','180','39','','','','','')
          oCMenu.makeMenu('top3_4','top3',sub_header+'Speeches'+sub_tail,'/en/index/site_pubpress/page_swdspeeches/','','180','27','','','','','')
          oCMenu.makeMenu('top3_5','top3',sub_header+'Photo Gallery'+sub_tail,'/en/index/site_pubpress/page_photogy/','','180','27','','','','','')


//Access to Information
oCMenu.makeMenu('top4','',header+'Access to Information'+tail,'/en/index/site_accinfo/','','154','27','','','','','')
          oCMenu.makeMenu('top4_1','top4',sub_header+'Code on Access to Information'+sub_tail,'/en/index/site_accinfo/page_accesstoin/','','180','39','','','','','')
          oCMenu.makeMenu('top4_2','top4',sub_header+'Personal Data Access Request Form'+sub_tail,'/en/index/site_accinfo/page_personalda/','','180','39','','','','','')
          oCMenu.makeMenu('top4_3','top4',sub_header+'Data Protection Policy'+sub_tail,'/en/index/site_accinfo/page_dataprotec/','','180','27','','','','','')


//Accessibility of Government Premises, Facilities and Services
oCMenu.makeMenu('top5','',header+'Accessibility of Government Premises, Facilities and Services'+tail,'/en/index/site_agpfs/','','154','54','','','','','')


//Public Services
oCMenu.makeMenu('top6','',header+'Public Services'+tail,'/en/index/site_pubsvc/','','154','27','','','','','')
          oCMenu.makeMenu('top6_1','top6',sub_header+'Prevention of Human Swine Influenza'+sub_tail,'/en/index/site_pubsvc/page_swineflu/','','180','39','','','','','')
          oCMenu.makeMenu('top6_2','top6',sub_header+'Social Security'+arrow+sub_tail,'/en/index/site_pubsvc/page_socsecu/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_2_1','top6_2',sub_header+'Introduction and objectives'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_2','top6_2',sub_header+'Highlight of Initiatives'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_3','top6_2',sub_header+'Comprehensive Social Security Assistance (CSSA) Scheme'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_comprehens/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_2_4','top6_2',sub_header+'Support for Self-reliance (SFS) Scheme'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_supportfor/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_2_5','top6_2',sub_header+'Portable Comprehensive Social Security Assistance (PCSSA) Scheme'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_portableco/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_2_6','top6_2',sub_header+'Social Security Allowance Scheme'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_ssallowance/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_7','top6_2',sub_header+'Criminal and Law Enforcement Injuries Compensation Scheme'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_criminalan/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_2_8','top6_2',sub_header+'Traffic Accident Victims Assistance Scheme'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_trafficacc/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_2_9','top6_2',sub_header+'Emergency Relief'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_emergencyr/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_10','top6_2',sub_header+'Special Investigation Section'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_specialinv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_11','top6_2',sub_header+'Reporting Suspected Fraud and Abuse'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_reportings/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_12','top6_2',sub_header+'Social Security Appeal Board'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_ssappeal/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_2_13','top6_2',sub_header+'Statistics and Figures on Social Security'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_statistics/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_2_14','top6_2',sub_header+'Addresses, Telephone Numbers and Opening Hours of Social Security Field Units'+sub_tail,'/en/index/site_pubsvc/page_socsecu/sub_addressesa/','','227','54','','','','','')
          oCMenu.makeMenu('top6_3','top6',sub_header+'Family and Child Welfare'+arrow+sub_tail,'/en/index/site_pubsvc/page_family/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_3_1','top6_3',sub_header+'Introduction and objectives'+sub_tail,'/en/index/site_pubsvc/page_family/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_3_2','top6_3',sub_header+'List of Services'+sub_tail,'/en/index/site_pubsvc/page_family/sub_listofserv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_3_3','top6_3',sub_header+'Procedural Guidelines'+sub_tail,'/en/index/site_pubsvc/page_family/sub_fcwprocedure/','','227','27','','','','','')
          oCMenu.makeMenu('top6_4','top6',sub_header+'Clinical Psychological Services'+arrow+sub_tail,'/en/index/site_pubsvc/page_cps/','','180','39','','','','','')
                    oCMenu.makeMenu('top6_4_1','top6_4',sub_header+'Introduction and Service Description'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_299/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_2','top6_4',sub_header+'Application Procedures, Fees and Charges'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_applicatio/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_4_3','top6_4',sub_header+'Target Group and Service Boundary'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_targetgrou/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_4','top6_4',sub_header+'Publication'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_303/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_4_5','top6_4',sub_header+'List of Clinical Psychology Units and Operating Hours'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_listofclin/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_4_6','top6_4',sub_header+'Stress Management after Critical Incidents'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_stressdebr/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_4_7','top6_4',sub_header+'Talk Series and Training Materials'+sub_tail,'/en/index/site_pubsvc/page_cps/sub_946/','','227','27','','','','','')
          oCMenu.makeMenu('top6_5','top6',sub_header+'Medical Social Services'+arrow+sub_tail,'/en/index/site_pubsvc/page_medical/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_5_1','top6_5',sub_header+'Service Objectives'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_serviceobj/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_2','top6_5',sub_header+'Highlight of Initiatives'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_3','top6_5',sub_header+'Scope of Services'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_servicespr/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_4','top6_5',sub_header+'How to Apply/Enquiries'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_applyenquiries/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_5','top6_5',sub_header+'Medical Social Services Units'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_medicalsoc/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_6','top6_5',sub_header+'Medical Fee Waiving Mechanism'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_medicalfee/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_7','top6_5',sub_header+'Guardianship for Mentally Incapacitated'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_guardiansh/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_5_8','top6_5',sub_header+'Bookshelf/Forms Rack'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_mssbookshelff/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_9','top6_5',sub_header+'Your Voices'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_yourvoices/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_10','top6_5',sub_header+'Related Funds'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_relatedfun/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_5_11','top6_5',sub_header+'Prevention of Avian Influenza in Social Welfare Service Units'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_paiswsu/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_5_12','top6_5',sub_header+'Leaflet of Medical Social Services'+sub_tail,'/en/index/site_pubsvc/page_medical/sub_lfmss/','','227','27','','','','','')
          oCMenu.makeMenu('top6_6','top6',sub_header+'Rehabilitation Services'+arrow+sub_tail,'/en/index/site_pubsvc/page_rehab/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_6_1','top6_6',sub_header+'Introduction and objectives'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_2','top6_6',sub_header+'List of Services'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_listofserv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_3','top6_6',sub_header+'Admission to Day/ Residential Care Services'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_admissiont/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_6_4','top6_6',sub_header+'Licensing Scheme for Residential Care Homes for Persons with Disabilities (RCHDs)'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_rchd/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_6_5','top6_6',sub_header+'Voluntary Registration Scheme for Private Residential Care Homes for Persons with Disabilities'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_roprchdvrs/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_6_6','top6_6',sub_header+'Health Protection for Rehabilitation Services'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_healthprot/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_6_7','top6_6',sub_header+'Good Practice Guide for Handling Mentally Handicapped / Mentally Ill Adult Abuse Cases'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_gpg/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_6_8','top6_6',sub_header+'Transport for Persons with Disabilities'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_transportf/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_6_9','top6_6',sub_header+'Practice Guides'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_practicegu/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_10','top6_6',sub_header+'Bookshelf/ Forms Rack'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_bookshelff/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_11','top6_6',sub_header+'Your Voices'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_yourvoices/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_6_12','top6_6',sub_header+'Additional and Planned Places of Rehabilitation Services'+sub_tail,'/en/index/site_pubsvc/page_rehab/sub_APPRS/','','227','39','','','','','')
          oCMenu.makeMenu('top6_7','top6',sub_header+'Services for the Elderly'+arrow+sub_tail,'/en/index/site_pubsvc/page_elderly/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_7_1','top6_7',sub_header+'Introduction and Objectives'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_2','top6_7',sub_header+'Highlight of Initiatives'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_3','top6_7',sub_header+'Central Waiting List for Subsidised Long Term Care Services'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_centralwai/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_4','top6_7',sub_header+'Standardised Care Need Assessment Mechanism for Elderly Services'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_standardis/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_5','top6_7',sub_header+'Community Support Services for the Elderly'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_csselderly/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_6','top6_7',sub_header+'Residential Care Services for the Elderly'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_residentia/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_7','top6_7',sub_header+'Contract Management'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_contractma/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_8','top6_7',sub_header+'Licensing'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_2552/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_9','top6_7',sub_header+'Record of RCHEs Successfully Prosecuted'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_2553/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_10','top6_7',sub_header+'Tips for Choosing RCHEs and Ways to Adjust to Group Living in RCHEs'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_2554/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_7_11','top6_7',sub_header+'Downloads / Publications'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_downloadsp/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_7_12','top6_7',sub_header+'Your Support and Contributions'+sub_tail,'/en/index/site_pubsvc/page_elderly/sub_yoursuppor/','','227','27','','','','','')
          oCMenu.makeMenu('top6_8','top6',sub_header+'Services for Young People'+arrow+sub_tail,'/en/index/site_pubsvc/page_young/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_8_1','top6_8',sub_header+'Introduction and objectives'+sub_tail,'/en/index/site_pubsvc/page_young/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_2','top6_8',sub_header+'Highlight of Initiatives'+sub_tail,'/en/index/site_pubsvc/page_young/sub_highlighto/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_3','top6_8',sub_header+'Centre Services'+sub_tail,'/en/index/site_pubsvc/page_young/sub_centreserv/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_4','top6_8',sub_header+'Fee Waiving Subsidy Scheme under After School Care Programme (ASCP)'+sub_tail,'/en/index/site_pubsvc/page_young/sub_ascp/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_8_5','top6_8',sub_header+'School Social Work Service'+sub_tail,'/en/index/site_pubsvc/page_young/sub_schoolsoci/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_6','top6_8',sub_header+'Programme Worker Post'+sub_tail,'/en/index/site_pubsvc/page_young/sub_pw/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_7','top6_8',sub_header+'Services for Youth at Risk'+sub_tail,'/en/index/site_pubsvc/page_young/sub_seryouthrisk/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_8','top6_8',sub_header+'Services for Drug Abusers'+sub_tail,'/en/index/site_pubsvc/page_young/sub_serdrugabuser/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_9','top6_8',sub_header+'P.A.T.H.S. to Adulthood'+sub_tail,'/en/index/site_pubsvc/page_young/sub_pathstoadu2/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_10','top6_8',sub_header+'Child Development Fund'+sub_tail,'/en/index/site_pubsvc/page_young/sub_CDHF/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_8_11','top6_8',sub_header+'Non-Governmental Organization - Family Support Networking Teams (NGO-FSNTs)'+sub_tail,'/en/index/site_pubsvc/page_young/sub_ngofsnt/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_8_12','top6_8',sub_header+'An Overview of Youth Welfare Services'+sub_tail,'/en/index/site_pubsvc/page_young/sub_Booklet/','','227','39','','','','','')
          oCMenu.makeMenu('top6_9','top6',sub_header+'Services for Offenders'+arrow+sub_tail,'/en/index/site_pubsvc/page_offdr/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_9_1','top6_9',sub_header+'Introduction and objectives'+sub_tail,'/en/index/site_pubsvc/page_offdr/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_9_2','top6_9',sub_header+'Community-based Programme'+sub_tail,'/en/index/site_pubsvc/page_offdr/sub_communityb/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_9_3','top6_9',sub_header+'Correctional / Residential Homes'+sub_tail,'/en/index/site_pubsvc/page_offdr/sub_crhomes/','','227','27','','','','','')
          oCMenu.makeMenu('top6_10','top6',sub_header+'Community Development'+arrow+sub_tail,'/en/index/site_pubsvc/page_comm/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_10_1','top6_10',sub_header+'Introduction and objectives'+sub_tail,'/en/index/site_pubsvc/page_comm/sub_introducti/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_10_2','top6_10',sub_header+'Community Development Services'+sub_tail,'/en/index/site_pubsvc/page_comm/sub_commdevser/','','227','27','','','','','')
          oCMenu.makeMenu('top6_11','top6',sub_header+'Control of Charitable Fund-raising Activities'+arrow+sub_tail,'/en/index/site_pubsvc/page_controlofc/','','180','39','','','','','')
                    oCMenu.makeMenu('top6_11_1','top6_11',sub_header+'Public Subscription Permit'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_publicsubs/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_11_2','top6_11',sub_header+'Recently approved charitable fund-raising activities in public places (including flag days)'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_recentlyap/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_11_3','top6_11',sub_header+'Flag Days'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_flagdays/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_11_4','top6_11',sub_header+'General Charitable Fund-raising Activities'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_generalcha/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_11_5','top6_11',sub_header+'Reference Guide on Best Practices for Charitable Fund-rasing Activities'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_referenceg/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_11_6','top6_11',sub_header+'Guidance Note on Internal Financial Controls for Charitable Fund-raising Activities'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_guidenceno/','','227','54','','','','','')
                    oCMenu.makeMenu('top6_11_7','top6_11',sub_header+'Enquiries'+sub_tail,'/en/index/site_pubsvc/page_controlofc/sub_enquiry/','','227','27','','','','','')
          oCMenu.makeMenu('top6_12','top6',sub_header+'Support Services'+arrow+sub_tail,'/en/index/site_pubsvc/page_supportser/','','180','27','','','','','')
                    oCMenu.makeMenu('top6_12_1','top6_12',sub_header+'Partnership Fund for the Disadvantaged'+sub_tail,'/en/index/site_pubsvc/page_supportser/sub_partnership/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_12_2','top6_12',sub_header+'Community Care Fund Assistance Programme'+sub_tail,'/en/index/site_pubsvc/page_supportser/sub_ccf/','','227','39','','','','','')
                    oCMenu.makeMenu('top6_12_3','top6_12',sub_header+'Central Office for Volunteer Service'+sub_tail,'/en/index/site_pubsvc/page_supportser/sub_centraloff/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_12_4','top6_12',sub_header+'Staff Development and Training'+sub_tail,'/en/index/site_pubsvc/page_supportser/sub_staffdevel/','','227','27','','','','','')
                    oCMenu.makeMenu('top6_12_5','top6_12',sub_header+'Customer Services'+sub_tail,'/en/index/site_pubsvc/page_supportser/sub_customerse/','','227','27','','','','','')


//Districts Information
oCMenu.makeMenu('top7','',header+'Districts Information'+tail,'/en/index/site_district/','','154','27','','','','','')
          oCMenu.makeMenu('top7_1','top7',sub_header+'Central Western, Southern and Islands'+arrow+sub_tail,'/en/index/site_district/page_cwsi/','','180','39','','','','','')
                    oCMenu.makeMenu('top7_1_1','top7_1',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_cwsi/sub_districtpr2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_2','top7_1',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_cwsi/sub_districtan2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_3','top7_1',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_cwsi/sub_dwcm1/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_1_4','top7_1',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_cwsi/sub_cwidccroot2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_5','top7_1',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_cwsi/sub_crossdistrict2/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_1_6','top7_1',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_cwsi/sub_communityr2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_1_7','top7_1',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by the Social Welfare Department (Central Western)'+sub_tail,'/en/index/site_district/page_cwsi/sub_infobook2/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_1_8','top7_1',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by the Social Welfare Department (Islands)'+sub_tail,'/en/index/site_district/page_cwsi/sub_infobook3/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_1_9','top7_1',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by the Social Welfare Department (Southern)'+sub_tail,'/en/index/site_district/page_cwsi/sub_infobook4/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_1_10','top7_1',sub_header+'Community Resources : Other Local Resource'+sub_tail,'/en/index/site_district/page_cwsi/sub_cwsiothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_2','top7',sub_header+'Eastern and Wan Chai'+arrow+sub_tail,'/en/index/site_district/page_ewc/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_2_1','top7_2',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_ewc/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_2','top7_2',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_ewc/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_3','top7_2',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_ewc/sub_dwcm2/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_2_4','top7_2',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_ewc/sub_ewcdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_5','top7_2',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_ewc/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_2_6','top7_2',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by the Social Welfare Department (Eastern)'+sub_tail,'/en/index/site_district/page_ewc/sub_infobook/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_2_7','top7_2',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by the Social Welfare Department (Wan Chai)'+sub_tail,'/en/index/site_district/page_ewc/sub_infobook1/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_2_8','top7_2',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_ewc/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_2_9','top7_2',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_ewc/sub_ewcothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_3','top7',sub_header+'Kwun Tong'+arrow+sub_tail,'/en/index/site_district/page_kwuntong/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_3_1','top7_3',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_kwuntong/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_2','top7_3',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_kwuntong/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_3','top7_3',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_kwuntong/sub_dwcm3/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_3_4','top7_3',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_kwuntong/sub_ktdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_5','top7_3',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_kwuntong/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_3_6','top7_3',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department'+sub_tail,'/en/index/site_district/page_kwuntong/sub_infobook/','','227','54','','','','','')
                    oCMenu.makeMenu('top7_3_7','top7_3',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_kwuntong/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_3_8','top7_3',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_kwuntong/sub_kwothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_4','top7',sub_header+'Wong Tai Sin and Sai Kung'+arrow+sub_tail,'/en/index/site_district/page_wongtaisin/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_4_1','top7_4',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_2','top7_4',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_3','top7_4',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_dwcm4/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_4_4','top7_4',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_wtsskdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_5','top7_4',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_4_6','top7_4',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by Social Welfare Department (Wong Tai Sin)'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_infobook/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_4_7','top7_4',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by Social Welfare Department (Sai Kung)'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_infobook1/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_4_8','top7_4',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_4_9','top7_4',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_wongtaisin/sub_wtsskothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_5','top7',sub_header+'Kowloon City and Yau Tsim Mong'+arrow+sub_tail,'/en/index/site_district/page_kcytm/','','180','39','','','','','')
                    oCMenu.makeMenu('top7_5_1','top7_5',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_kcytm/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_2','top7_5',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_kcytm/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_3','top7_5',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_kcytm/sub_dwcm5/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_5_4','top7_5',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_kcytm/sub_kcytmdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_5','top7_5',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_kcytm/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_5_6','top7_5',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by Social Welfare Department (Kowloon City)'+sub_tail,'/en/index/site_district/page_kcytm/sub_infobook/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_5_7','top7_5',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by Social Welfare Department (Yau Tsim Mong)'+sub_tail,'/en/index/site_district/page_kcytm/sub_infobook1/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_5_8','top7_5',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_kcytm/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_5_9','top7_5',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_kcytm/sub_kcytmothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_6','top7',sub_header+'Sham Shui Po'+arrow+sub_tail,'/en/index/site_district/page_ssp/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_6_1','top7_6',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_ssp/sub_ssp-profile/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_2','top7_6',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_ssp/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_3','top7_6',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_ssp/sub_dmcw6/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_6_4','top7_6',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_ssp/sub_sspdccroot2/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_5','top7_6',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_ssp/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_6_6','top7_6',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department'+sub_tail,'/en/index/site_district/page_ssp/sub_infobook/','','227','54','','','','','')
                    oCMenu.makeMenu('top7_6_7','top7_6',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_ssp/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_6_8','top7_6',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_ssp/sub_sspothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_7','top7',sub_header+'Tsuen Wan and Kwai Tsing'+arrow+sub_tail,'/en/index/site_district/page_tsuenwanan/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_7_1','top7_7',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_2','top7_7',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_3','top7_7',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_dwcm7/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_7_4','top7_7',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_twkwtdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_5','top7_7',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_7_6','top7_7',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by Social Welfare Department (Tsuen Wan)'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_infobook/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_7_7','top7_7',sub_header+'Local District Service Profile: Welfare Service Units Managed or Funded by Social Welfare Department (Kwai Tsing)'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_infobook1/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_7_8','top7_7',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_7_9','top7_7',sub_header+'Community Resources:Other Local Resource'+sub_tail,'/en/index/site_district/page_tsuenwanan/sub_TWKwTDO/','','227','39','','','','','')
          oCMenu.makeMenu('top7_8','top7',sub_header+'Tuen Mun'+arrow+sub_tail,'/en/index/site_district/page_tuenmun/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_8_1','top7_8',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_tuenmun/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_2','top7_8',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_tuenmun/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_3','top7_8',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_tuenmun/sub_dwcm8/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_8_4','top7_8',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_tuenmun/sub_tmdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_8_5','top7_8',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_tuenmun/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_8_6','top7_8',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department'+sub_tail,'/en/index/site_district/page_tuenmun/sub_infobook/','','227','54','','','','','')
                    oCMenu.makeMenu('top7_8_7','top7_8',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_tuenmun/sub_communityr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_9','top7',sub_header+'Yuen Long'+arrow+sub_tail,'/en/index/site_district/page_yuenlong/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_9_1','top7_9',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_yuenlong/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_2','top7_9',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_yuenlong/sub_483/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_3','top7_9',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department'+sub_tail,'/en/index/site_district/page_yuenlong/sub_infobook/','','227','54','','','','','')
                    oCMenu.makeMenu('top7_9_4','top7_9',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_yuenlong/sub_yldccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_9_5','top7_9',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_yuenlong/sub_dwcm9/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_9_6','top7_9',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_yuenlong/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_9_7','top7_9',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_yuenlong/sub_communityr/','','227','27','','','','','')
          oCMenu.makeMenu('top7_10','top7',sub_header+'Sha Tin'+arrow+sub_tail,'/en/index/site_district/page_shatin/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_10_1','top7_10',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_shatin/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_2','top7_10',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_shatin/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_3','top7_10',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_shatin/sub_dwcm10/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_10_4','top7_10',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_shatin/sub_stdccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_5','top7_10',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_shatin/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_10_6','top7_10',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department'+sub_tail,'/en/index/site_district/page_shatin/sub_infobook/','','227','54','','','','','')
                    oCMenu.makeMenu('top7_10_7','top7_10',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_shatin/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_10_8','top7_10',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_shatin/sub_stothercr/','','227','39','','','','','')
          oCMenu.makeMenu('top7_11','top7',sub_header+'Tai Po and North'+arrow+sub_tail,'/en/index/site_district/page_taipoandno/','','180','27','','','','','')
                    oCMenu.makeMenu('top7_11_1','top7_11',sub_header+'District Profile'+sub_tail,'/en/index/site_district/page_taipoandno/sub_districtpr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_2','top7_11',sub_header+'District Annual Work Plan'+sub_tail,'/en/index/site_district/page_taipoandno/sub_districtan/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_3','top7_11',sub_header+'District Welfare Coordination Mechanism'+sub_tail,'/en/index/site_district/page_taipoandno/sub_dwcm11/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_11_4','top7_11',sub_header+'District Coordinating Committees'+sub_tail,'/en/index/site_district/page_taipoandno/sub_tpndccroot/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_5','top7_11',sub_header+'SWD Cross-district Welfare Service Units'+sub_tail,'/en/index/site_district/page_taipoandno/sub_crossdistrict/','','227','39','','','','','')
                    oCMenu.makeMenu('top7_11_6','top7_11',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department (Tai Po)'+sub_tail,'/en/index/site_district/page_taipoandno/sub_infobook/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_11_7','top7_11',sub_header+'Local District Service Profile : Welfare Service Units Managed or Funded by Social Welfare Department (North)'+sub_tail,'/en/index/site_district/page_taipoandno/sub_infobook1/','','227','60','','','','','')
                    oCMenu.makeMenu('top7_11_8','top7_11',sub_header+'Community Resources: Territory-wide'+sub_tail,'/en/index/site_district/page_taipoandno/sub_communityr/','','227','27','','','','','')
                    oCMenu.makeMenu('top7_11_9','top7_11',sub_header+'Community Resources: Other Local resource'+sub_tail,'/en/index/site_district/page_taipoandno/sub_tpnothercr/','','227','39','','','','','')


//NGO Corner
oCMenu.makeMenu('top8','',header+'NGO Corner'+tail,'/en/index/site_ngo/','','154','27','','','','','')
          oCMenu.makeMenu('top8_1','top8',sub_header+'Recent Information'+sub_tail,'/en/index/site_ngo/page_r-info/','','180','27','','','','','')
          oCMenu.makeMenu('top8_2','top8',sub_header+'Best Practice Manual - Consultancy Study'+sub_tail,'/en/index/site_ngo/page_BPMconstudy/','','180','39','','','','','')
          oCMenu.makeMenu('top8_3','top8',sub_header+'Social Welfare Development Fund (SWDF)'+sub_tail,'/en/index/site_ngo/page_swdf/','','180','39','','','','','')
          oCMenu.makeMenu('top8_4','top8',sub_header+'Subventions'+arrow+sub_tail,'/en/index/site_ngo/page_subventions/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_4_1','top8_4',sub_header+'Modes of Subventions'+sub_tail,'/en/index/site_ngo/page_subventions/sub_modesofsub/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_2','top8_4',sub_header+'LSG Manual & Circulars'+sub_tail,'/en/index/site_ngo/page_subventions/sub_lsgmanual/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_3','top8_4',sub_header+'Lump Sum Grant Steering Committee'+sub_tail,'/en/index/site_ngo/page_subventions/sub_lumpsumgra/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_4_4','top8_4',sub_header+'Lump Sum Grant Independent Complaints Handling Committee'+sub_tail,'/en/index/site_ngo/page_subventions/sub_lumpsumgrantichc/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_4_5','top8_4',sub_header+'Review Report on Lump Sum Grant Subvention System'+sub_tail,'/en/index/site_ngo/page_subventions/sub_rrlsgss/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_4_6','top8_4',sub_header+'Enquiries'+sub_tail,'/en/index/site_ngo/page_subventions/sub_spmenquires/','','227','27','','','','','')
          oCMenu.makeMenu('top8_5','top8',sub_header+'Service Performance Monitoring'+arrow+sub_tail,'/en/index/site_ngo/page_serviceper/','','180','39','','','','','')
                    oCMenu.makeMenu('top8_5_1','top8_5',sub_header+'Objectives'+sub_tail,'/en/index/site_ngo/page_serviceper/sub_objectives/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_2','top8_5',sub_header+'Funding and Service Agreements'+sub_tail,'/en/index/site_ngo/page_serviceper/sub_fundingand/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_3','top8_5',sub_header+'Service Performance Standards'+sub_tail,'/en/index/site_ngo/page_serviceper/sub_serviceper/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_4','top8_5',sub_header+'Assessment Methodology'+sub_tail,'/en/index/site_ngo/page_serviceper/sub_assessment/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_5_5','top8_5',sub_header+'Enquiries'+sub_tail,'/en/index/site_ngo/page_serviceper/sub_svcpmenquiries/','','227','27','','','','','')
          oCMenu.makeMenu('top8_6','top8',sub_header+'Help Desk for Small NGOs'+sub_tail,'/en/index/site_ngo/page_helpdesk/','','180','27','','','','','')
          oCMenu.makeMenu('top8_7','top8',sub_header+'Good Management'+arrow+sub_tail,'/en/index/site_ngo/page_goodmanage/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_7_1','top8_7',sub_header+'Corporate Governance'+sub_tail,'/en/index/site_ngo/page_goodmanage/sub_corporateg/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_7_2','top8_7',sub_header+'Good Practice in Service Management'+sub_tail,'/en/index/site_ngo/page_goodmanage/sub_goodpracti/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_7_3','top8_7',sub_header+'Good Practice in Fund-raising'+sub_tail,'/en/index/site_ngo/page_goodmanage/sub_goodpractice/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_7_4','top8_7',sub_header+'SQS Benchmarking Study Report'+sub_tail,'/en/index/site_ngo/page_goodmanage/sub_sqsnbenchmark/','','227','27','','','','','')
          oCMenu.makeMenu('top8_8','top8',sub_header+'Actuarial Service'+sub_tail,'/en/index/site_ngo/page_AS/','','180','27','','','','','')
          oCMenu.makeMenu('top8_9','top8',sub_header+'Control of Charitable Fund-raising Activities'+arrow+sub_tail,'/en/index/site_ngo/page_cfraredirect/','','180','39','','','','','')
                    oCMenu.makeMenu('top8_9_1','top8_9',sub_header+'Public Subscription Permit'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redpublicsubs/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_9_2','top8_9',sub_header+'Recently approved charitable fund-raising activities in public places (including flag days)'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redrecentlyap/','','227','54','','','','','')
                    oCMenu.makeMenu('top8_9_3','top8_9',sub_header+'Flag Days'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redflagdayz/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_9_4','top8_9',sub_header+'General Charitable Fund-raising Activities'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redgeneralcha/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_9_5','top8_9',sub_header+'Reference Guide on Best Practices for Charitable Fund-rasing Activities'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redreferenceg/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_9_6','top8_9',sub_header+'Guidance Note on Internal Financial Controls for Charitable Fund-raising Activities'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redguidenceno/','','227','54','','','','','')
                    oCMenu.makeMenu('top8_9_7','top8_9',sub_header+'Enquiries'+sub_tail,'/en/index/site_ngo/page_cfraredirect/sub_redenquiriesz/','','227','27','','','','','')
          oCMenu.makeMenu('top8_10','top8',sub_header+'Lotteries Fund'+sub_tail,'/en/index/site_ngo/page_lotteriesf/','','180','27','','','','','')
          oCMenu.makeMenu('top8_11','top8',sub_header+'Project Planning'+arrow+sub_tail,'/en/index/site_ngo/page_projectpla/','','180','27','','','','','')
                    oCMenu.makeMenu('top8_11_1','top8_11',sub_header+'Schedule of Accommodation'+sub_tail,'/en/index/site_ngo/page_projectpla/sub_scheduleof/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_11_2','top8_11',sub_header+'Vacant Public Housing Non-residential Premises'+sub_tail,'/en/index/site_ngo/page_projectpla/sub_vacantpubl/','','227','39','','','','','')
                    oCMenu.makeMenu('top8_11_3','top8_11',sub_header+'Planned Project Lists'+sub_tail,'/en/index/site_ngo/page_projectpla/sub_plannedpro/','','227','27','','','','','')
                    oCMenu.makeMenu('top8_11_4','top8_11',sub_header+'Enquiries'+sub_tail,'/en/index/site_ngo/page_projectpla/sub_enquiresz/','','227','27','','','','','')
          oCMenu.makeMenu('top8_12','top8',sub_header+'Contract Management'+sub_tail,'/en/index/site_ngo/page_contractma/','','180','27','','','','','')
          oCMenu.makeMenu('top8_13','top8',sub_header+'Staff Development and Training'+arrow+sub_tail,'/en/index/site_ngo/page_staffdevel/','','180','39','','','','','')
                    oCMenu.makeMenu('top8_13_1','top8_13',sub_header+'Social Work Training Fund'+sub_tail,'/en/index/site_ngo/page_staffdevel/sub_socialwork/','','227','27','','','','','')
          oCMenu.makeMenu('top8_14','top8',sub_header+'Nurse in the Welfare Sector'+sub_tail,'/en/index/site_ngo/page_nursews/','','180','27','','','','','')
          oCMenu.makeMenu('top8_15','top8',sub_header+'IT in the Social Welfare Sector'+sub_tail,'/en/index/site_ngo/page_itwelfare/','','180','39','','','','','')
          oCMenu.makeMenu('top8_16','top8',sub_header+'Private Recreational Leases - Use of Sports Facilities'+sub_tail,'/en/index/site_ngo/page_prlusf/','','180','39','','','','','')


//Download Area
oCMenu.makeMenu('top9','',header+'Download Area'+tail,'/en/index/site_download/','','154','27','','','','','')
          oCMenu.makeMenu('top9_1','top9',sub_header+'Document'+sub_tail,'/en/index/site_download/page_document/','','180','27','','','','','')
          oCMenu.makeMenu('top9_2','top9',sub_header+'Other Information'+sub_tail,'/en/index/site_download/page_otherinfor/','','180','27','','','','','')
          oCMenu.makeMenu('top9_3','top9',sub_header+'List of Services'+sub_tail,'/en/index/site_download/page_listofserv/','','180','27','','','','','')


//FAQs
oCMenu.makeMenu('top10','',header+'FAQs'+tail,'/en/index/site_faqs/','','154','27','','','','','')
          oCMenu.makeMenu('top10_1','top10',sub_header+'Control of Charitable Fund-raising Activities'+sub_tail,'/en/index/site_faqs/page_cfcfaq/','','180','39','','','','','')
          oCMenu.makeMenu('top10_2','top10',sub_header+'Services for Offenders'+sub_tail,'/en/index/site_faqs/page_seroffenders/','','180','27','','','','','')
          oCMenu.makeMenu('top10_3','top10',sub_header+'Family and Child Welfare'+sub_tail,'/en/index/site_faqs/page_familyandc/','','180','27','','','','','')
          oCMenu.makeMenu('top10_4','top10',sub_header+'Services for Young People'+sub_tail,'/en/index/site_faqs/page_seryoungppl/','','180','27','','','','','')
          oCMenu.makeMenu('top10_5','top10',sub_header+'Rehabilitation Services'+sub_tail,'/en/index/site_faqs/page_rehabilita/','','180','27','','','','','')
          oCMenu.makeMenu('top10_6','top10',sub_header+'Services for the Elderly'+sub_tail,'/en/index/site_faqs/page_serelderly/','','180','27','','','','','')
          oCMenu.makeMenu('top10_7','top10',sub_header+'Community Development'+sub_tail,'/en/index/site_faqs/page_commdev/','','180','27','','','','','')
          oCMenu.makeMenu('top10_8','top10',sub_header+'Clinical Psychological Service'+sub_tail,'/en/index/site_faqs/page_clinicalps/','','180','39','','','','','')
          oCMenu.makeMenu('top10_9','top10',sub_header+'Social Security'+sub_tail,'/en/index/site_faqs/page_socialsecu/','','180','27','','','','','')
          oCMenu.makeMenu('top10_10','top10',sub_header+'Staff Development and Training'+sub_tail,'/en/index/site_faqs/page_staffdevel/','','180','39','','','','','')
          oCMenu.makeMenu('top10_11','top10',sub_header+'Administration'+sub_tail,'/en/index/site_faqs/page_administra/','','180','27','','','','','')
          oCMenu.makeMenu('top10_12','top10',sub_header+'Central Office for Volunteer Service'+sub_tail,'/en/index/site_faqs/page_centralofaq/','','180','39','','','','','')


//Related Legislations
oCMenu.makeMenu('top11','',header+'Related Legislations'+tail,'/en/index/site_relatedleg/','','154','27','','','','','')


//Quick Find
oCMenu.makeMenu('top12','',header+'Quick Find'+tail,'/en/index/site_quickfindmain/','','154','27','','','','','')


//Tender Notices
oCMenu.makeMenu('top13','',header+'Tender Notices'+tail,'/en/index/site_tenderdtl/','','154','27','','','','','')
          oCMenu.makeMenu('top13_1','top13',sub_header+'Tender Notice (1)'+sub_tail,'/en/index/site_tenderdtl/page_Tender Notice 1/','','180','27','','','','','')


//Invitation of Proposals / Expression of Interest
oCMenu.makeMenu('top14','',header+'Invitation of Proposals / Expression of Interest'+tail,'/en/index/site_IOPEOI/','','154','54','','','','','')


//Links
oCMenu.makeMenu('top15','',header+'Links'+tail,'/en/index/site_links/','','154','27','','','','','')
          oCMenu.makeMenu('top15_1','top15',sub_header+'NGO Websites'+sub_tail,'/en/index/site_links/page_ngowebsite/','','180','27','','','','','')
          oCMenu.makeMenu('top15_2','top15',sub_header+'Others'+sub_tail,'/en/index/site_links/page_others/','','180','27','','','','','')


//Public Forms
oCMenu.makeMenu('top16','',header+'Public Forms'+tail,'/en/index/site_pubform/','','154','27','','','','','')


//Contact Us
oCMenu.makeMenu('top17','',header+'Contact Us'+tail,'/en/index/site_contactus/','','154','27','','','','','')


//Leave this line - it constructs the menu
oCMenu.construct()

