/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

rootpath=location.pathname;
rootpathidx=rootpath.indexOf('/en/');
if (rootpathidx<0) rootpathidx=rootpath.indexOf('/tc/');
rootpath=rootpath.substring(0,rootpathidx+3);

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#7C6E2E', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#7C6E2E', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=3;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",					// Mouse Off Font Color
"7C6E2E",				// Mouse Off Background Color
"FF9900",				// Mouse On Font Color
"7C6E2E",				// Mouse On Background Color
"7C6E2E",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
rootpath+"/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"black",				// Current Page Item Font Color (leave this blank to disable)
"white",					// Current Page Item Background Color (leave this blank to disable)
rootpath+"/images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",					// Mouse Off Font Color
"7D7D2E",				// Mouse Off Background Color
"FF9900",				// Mouse On Font Color
"736357",				// Mouse On Background Color
"ABA000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
rootpath+"/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"black",				// Current Page Item Font Color (leave this blank to disable)
"white",					// Current Page Item Background Color (leave this blank to disable)
rootpath+"/images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",					// Mouse Off Font Color
"9B9B50",				// Mouse Off Background Color
"FF9900",				// Mouse On Font Color
"86793A",				// Mouse On Background Color
"7C6E2E",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
rootpath+"/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"black",				// Current Page Item Font Color (leave this blank to disable)
"white",					// Current Page Item Background Color (leave this blank to disable)
rootpath+"/images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


<!-----menu 1-------------------------->
addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu1",			// Menu Name - This is needed in order for the menu to be called
76,					// Menu Top - The Top position of the menu in pixels
10,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"<span style='white-space:nowrap;'>About Us&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=organization",,"About Us",0    // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Court&nbsp;&nbsp;Services&nbsp;&nbsp;&amp;&nbsp;&nbsp;Facilities&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=court_services",,"Court_Services",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Court&nbsp;&nbsp;Lists&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=court_lists",,"Court_Lists",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Jury&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=jury",,"Jury",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Judgments&nbsp;&nbsp;&amp;&nbsp;&nbsp;Legal&nbsp;&nbsp;Reference&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=legal_ref",,"Legal_Reference",0    // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" //Edward 29Jul2008
//,"Resource Centre for Unrepresented Litigants&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=rc",,"RC",0
//,"Courts&nbsp;&nbsp;Proceedings&nbsp;&nbsp;Enquiry&nbsp;&nbsp;&nbsp;&nbsp;","../crt_proceed_enq/index.htm",,"Court_Proceedings_Enquiry",0

])

	addmenu(menu=["organization",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Welcome Message",rootpath+"/organization/wel_message.htm",,,1
	,"Mission",rootpath+"/others/mission.htm",,,1
	,"Introduction",rootpath+"/crt_services/pphlt/html/guide.htm",,,1 //Douglas Nov 27 2003
	,"Organization Chart",rootpath+"/organization/judchart.htm",,,1 // Thomson 12 Aug, 2003
	,"Aims and Programme Areas",rootpath+"/organization/aims_programme.htm",,,1 // Michelle 3 Dec, 2010
	,"Business Hours",rootpath+"/crt_services/business_hours.htm",,,1 // Thomson 12 Aug, 2003
	,"Judges","show-menu=judge",,,1
	,"Contact Us",rootpath+"/others/contactus.htm",,,1
	
		])
		
		addmenu(menu=["judge",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"List of Judges",rootpath+"/organization/judges.htm",,,1
		,"Judicial Remuneration Consultancy Report",rootpath+"/publications/publications.htm#jud_remun",,,1
		,"Judicial Conduct",rootpath+"/publications/publications.htm#guide_final",,,1
	])

	addmenu(menu=["court_services",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	//,"Resource Centre (1)","../crt_services/rc.htm",,,1
	//,"Resource Centre (2)","http://10.33.10.146:8080/rc/cover.htm",,,1
	,"Guide to Court Services",rootpath+"/crt_services/guide2cs.htm",,,1
	,"Guidance Note to Persons appointed as Committee of Estate of a Mentally Incapacitated Person",rootpath+"/crt_services/pphlt/html/guidance_note.htm",,,1
	,"Mediation","http://mediation.judiciary.gov.hk/en/index.html",,,1
	,"Resource Centre for Unrepresented Litigants","http://rcul.judiciary.gov.hk/rc/cover.htm",,,1
	,"Pilot Scheme for the Reform of Ancillary Relief Procedures in Matrimonial Proceedings",rootpath+"/publications/publications.htm#other_reports",,,1
	,"Technology Court",rootpath+"/crt_services/tech_crt.htm",,,1						// To add the link (wil)
	,"Forms",rootpath+"/crt_services/forms.htm",,,1
	,"Interest on Judgments",rootpath+"/crt_services/interest_rate.htm",,,1
	,"Certification of Translation Service",rootpath+"/crt_services/cts.htm",,,1
	,"Apostille Service",rootpath+"/crt_services/apostille.htm",,,1
	,"Appointment and Registration as a Notary Public",rootpath+"/crt_services/notary_public.htm",,,1
	//,"Apostille","../crt_services/apostille.htm",,,1
	])

	addmenu(menu=["court_lists",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Daily Cause Lists",rootpath+"/crt_lists/daily_caulist.htm",,,1
	,"Warned List",rootpath+"/crt_lists/warned_list.htm",,,1 // By Douglas on July 07 2003
	//,"High Court Hearing Enquiry","",,,1 //To add links (Douglas)
	//,"Labour Tribunal Hearing Enquiry & Appointment Booking","",,,1 //To add links (Douglas)
	])

	addmenu(menu=["jury",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Guide",rootpath+"/crt_services/pphlt/html/jury.htm",,,1 //Douglas on June 06 2003
	,"Guidance Notes for Jurors in Criminal Trials",rootpath+"/crt_services/pphlt/html/guide_note.htm",,,1 //Douglas on June 06 2003
	,"Jurors Attendance Notice",rootpath+"/jury/jury_info/jurors_notice.htm",,,1 //Thomson on Aug 11 2003
	,"Receiving Jurors<br>Attendance Notification by SMS / Email","show-menu=notify_jurors",,,1
	])

		addmenu(menu=["notify_jurors",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"How to use",rootpath+"/crt_services/pphlt/pdf/summoned_jurors_en.pdf",,,1
		,"Registration / Change registration details","https://e-services.judiciary.gov.hk/jury/register.jsp?lang=EN",,,1
		,"Cancel Registration","https://e-services.judiciary.gov.hk/jury/cancel.jsp?lang=EN",,,1 
		])

	
	addmenu(menu=["legal_ref",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Judgments",rootpath+"/legal_ref/judgments.htm",,,1
	,"Reasons for Sentence","http://legalref.judiciary.gov.hk/lrs/common/index.jsp?target=RS&lan=en",,,1 
	,"Practice Directions ",rootpath+"/legal_ref/prac_directn.htm",,,1 
	,"Specimen Directions In Jury Trials","http://legalref.judiciary.gov.hk/lrs/common/index.jsp?target=SD&lan=en",,,1 
	,"Judiciary Library","show-menu=library",,,1
	,"Related Links","show-menu=related-links",,,1
	//,"Link to Law of HK","../legal_ref/link_law.htm",,,1
	//,"Link Legal Glossaries","../legal_ref/link_legalgloss.htm",,,1
	])
		addmenu(menu=["library",,,130,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"Main Page",rootpath+"/legal_ref/library.htm",,,1
		,"Resources","show-menu=resources",,,1
		,"Library Information","show-menu=lib-info",,,1
		])
	
		addmenu(menu=["resources",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"Judiciary Library Online Catalogue","http://library.judiciary.gov.hk/",,,1
		,"Internet Resources","../../jud/library/en/internet_resources.htm",,,1 
		,"Electronic Resources","../../jud/library/en/electronic_resource.htm",,,1 
		])
		
		addmenu(menu=["lib-info",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"Collections","../../jud/library/en/collections.htm",,,1
		,"Library Services","../../jud/library/en/library_service.htm",,,1
		,"Contact Us","../../jud/library/en/contact_us.htm",,,1
		,"Library Forms","../crt_services/forms/libraries.htm",,,1
		])
	
		addmenu(menu=["related-links",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"Laws of HK","http://www.legislation.gov.hk/eng/index.htm",,,1
		,"Legal Glossaries","http://www.legislation.gov.hk/eng/glossary/index.htm",,,1 
		,"Hong Kong Legal Information Institute","http://www.hklii.org",,,1 
		//,"HKLII","",,,1
		//,"Related Links","show-menu=related-links",,,1
		//,"Link to Law of HK","../legal_ref/link_law.htm",,,1
		//,"Link Legal Glossaries","../legal_ref/link_legalgloss.htm",,,1
		])

	//addmenu(menu=["rc",,,150,1,,style2,0,"left",effect,,,,,,,,,,,,
	//,"To be launched soon","",,,1
	//])

<!------menu 2------------------------------------>
addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu1",			// Menu Name - This is needed in order for the menu to be called
97,					// Menu Top - The Top position of the menu in pixels
20,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"<span style='white-space:nowrap;'>e-Services&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=e_services",,"E_Services",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Publications&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=publications",,"Publications",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Forms&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=forms",,"Formss",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>Typhoon & Rainstorm&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=typhoon",,"Typhoon & Rainstorm",0 //Michelle 09June2009
,"<span style='white-space:nowrap;'>Other&nbsp;&nbsp;Information&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=other_info",,"Other_Information",0 //Edward 29Jul2008

])
	addmenu(menu=["e_services",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"e-Hearing Date Enquiry Services","http://e-services.judiciary.gov.hk/hr_enq/index.jsp?lang=EN",,,1
	,"Labour Tribunal<BR>e-Services","show-menu=lb-appt",,,1  
	,"Evaluation Questionnaire on Voluntary Mediation","show-menu=eva-quest",,,1
	//,"High Court Hearing Enquiry","http://e-services.judiciary.gov.hk/hc/index.jsp?lang=en",,,1 
	//,"Labour Tribunal Hearing Enquiry","http://e-services.judiciary.gov.hk/lb/index.htm?lang=E",,,1 
	//,"Labour Tribunal Appointment Booking","show-menu=lb-appt",,,1 //(Daniel on August 15 2003)
//	,"Labour Tribunal Payment Enquiry","",,,1 //(Daniel on August 15 2003)
	])
		
		addmenu(menu=["lb-appt",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"Appointment Booking","https://e-services.judiciary.gov.hk/appt_book/LBAppBookIntro.jsp?lang=EN",,,1
		,"Appointment Enquiry","https://e-services.judiciary.gov.hk/appt_book/LBAppEnqS1.jsp?lang=EN",,,1 
		,"Change Appointment","https://e-services.judiciary.gov.hk/appt_book/LBAppChgS1.jsp?lang=EN",,,1
		,"Cancel Appointment","https://e-services.judiciary.gov.hk/appt_book/LBAppDelS1.jsp?lang=EN",,,1 
		,"Case Record Enquiry","https://e-services.judiciary.gov.hk/LT-epamphlet/caseRecordEnquiry/init.do?lang=EN",,,1 
		,"Award Payment Enquiry Service","https://e-services.judiciary.gov.hk/pmt_enq/index.jsp?lang=EN",,,1
		,"e-Pamphlet","http://e-services.judiciary.gov.hk/LT-epamphlet/main/index.jsp?lang=EN",,,1
		//,"Link Legal Glossaries","../legal_ref/link_legalgloss.htm",,,1
		])



		addmenu(menu=["eva-quest",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"Construction and Arbitration List",rootpath+"/e_services/scheme.htm",,,1
		,"Company and Bankruptcy List",rootpath+"/e_services/mediation_hccw.htm",,,1 
		])


	addmenu(menu=["publications",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Hong Kong Judiciary",rootpath+"/publications/publications.htm#pub",,,1
	,"Guide to Court Services",rootpath+"/publications/publications.htm#guide2cs",,,1
	,"Annual Report",rootpath+"/publications/publications.htm#annu_report",,,1
	,"Judicial Officers Recommendation Commission Report",rootpath+"/publications/publications.htm#jorcr",,,1
	,"Environmental Report",rootpath+"/publications/publications.htm#env_report",,,1
	,"Trust Funds Audited Financial Statements",rootpath+"/publications/publications.htm#fin_report",,,1
	,"Coroners' Report",rootpath+"/publications/publications.htm#con_report",,,1
	,"Judicial Conduct",rootpath+"/publications/publications.htm#guide_final",,,1
	,"Evaluation Study on the Pilot Scheme on Family Mediation",rootpath+"/publications/publications.htm#fam_med",,,1
	,"Other Reports and Publications",rootpath+"/publications/publications.htm#other_reports",,,1  
	
		
	])

	addmenu(menu=["forms",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Index Page",rootpath+"/crt_services/forms.htm",,,1
	])
	
	addmenu(menu=["typhoon",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Typhoon & Rainstorm Warning Arrangements",rootpath+"/crt_services/business_hours_typhoon.htm#typhoon_warning",,,1
	])
	
	addmenu(menu=["other_info",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"Press Releases",rootpath+"/other_info/press_rel.htm",,,1
	,"Speeches",rootpath+"/other_info/speeches.htm",,,1
	,"Statistics",rootpath+"/other_info/stat.htm",,,1
	,"Access to Information",rootpath+"/other_info/access_info.htm",,,1
	,"Access Co-ordinator and Access Officer Scheme",rootpath+"/other_info/access_co_ordinator.htm",,,1
	,"Tender Notice",rootpath+"/other_info/tender.htm",,,1
	,"Recruitment Advertisement",rootpath+"/other_info/recruit_ad.htm",,,1
	,"JA's Presentation at Finance Committee",rootpath+"/other_info/ja_rept.htm",,,1
	,"Consultation Papers",rootpath+"/other_info/consultation_papers.htm",,,1
	,"Unclaimed Fund",rootpath+"/other_info/unclaimed_fund.htm",,,1
	])

	
dumpmenus()

