﻿/*
 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('/chs/');
	rootpath=rootpath.substring(0,rootpathidx+4);
} else {
	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
"",				// Mouse Off Background Color
"FF9900",				// Mouse On Font Color
"",				// Mouse On Background Color
"",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
"images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"",				// 3D High Color
"",				// 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)
"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 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
"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)
"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 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
"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)
"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
84,					// 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;'>关于司法机构&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=organization",,"Organization",0    // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" //Edward 29Jul2008
,"<span style='white-space:nowrap;'>法庭服务及设施&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=court_services",,"Court_Services",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>审讯案件表&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=court_lists",,"Court_Lists",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>陪审团&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=jury",,"Jury",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>判案书及法律参考资料&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=legal_ref",,"Legal_Reference",0    // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" //Edward 29Jul2008
//,"诉讼查询&nbsp;&nbsp;&nbsp;&nbsp;","../crt_proceed_enq/index.htm",,"Court_Proceedings_Enquiry",0 // By Douglas


])

	addmenu(menu=["organization",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"欢迎辞",rootpath+"/organization/wel_message.htm",,,1
	,"使命",rootpath+"/others/mission.htm",,,1
	,"司法机构简介",rootpath+"/crt_services/pphlt/html/guide.htm",,,1
	,"组织表",rootpath+"/organization/judchart.htm",,,1
	,"宗旨与纲领范围",rootpath+"/organization/aims_programme.htm",,,1
	,"办公时间",rootpath+"/crt_services/business_hours.htm",,,1 // Thomson 12 Aug, 2003
	,"法官","show-menu=judge",,,1
	,"联络方法",rootpath+"/others/contactus.htm",,,1
	
		])
	
		addmenu(menu=["judge",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"法官名单",rootpath+"/organization/judges.htm",,,1
		,"法官及司法人员薪酬顾问报告",rootpath+"/publications/publications.htm#jud_remun",,,1
		,"关于法官行为",rootpath+"/publications/publications.htm#guide_final",,,1		
	])

	addmenu(menu=["court_services",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"法庭服务简介",rootpath+"/crt_services/guide2cs.htm",,,1
	,"被委任为精神上无行为能力的人的产业受托监管人须知",rootpath+"/crt_services/pphlt/html/guidance_note.htm",,,1
	,"调解","http://mediation.judiciary.gov.hk/chs/index.html",,,1
	,"无律师代表诉讼人资源中心","http://rcul.judiciary.gov.hk/rc/tc_cover.htm",,,1
	,"婚姻诉讼附属济助程序改革试验计划",rootpath+"/publications/publications.htm#other_reports",,,1				
	,"科技法庭",rootpath+"/crt_services/tech_crt.htm",,,1						
	,"表格",rootpath+"/crt_services/forms.htm",,,1
	,"判决的利息",rootpath+"/crt_services/interest_rate.htm",,,1
	,"核证译文服务",rootpath+"/crt_services/cts.htm",,,1
	,"文件加签服务",rootpath+"/crt_services/apostille.htm",,,1
	,"申请委任及注册为公证人",rootpath+"/crt_services/notary_public.htm",,,1
	//,"文件加签","../crt_services/apostille.htm",,,1
	])

	addmenu(menu=["court_lists",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"审讯案件表",rootpath+"/crt_lists/daily_caulist.htm",,,1
	,"备审案件一览表",rootpath+"/crt_lists/warned_list.htm",,,1 // To add links (Douglas)
	//,"劳资审裁处诉讼查询及预约登记","",,,1 // To add links (Douglas)
	//,"审讯预告表","../crt_lists/warned_list.htm",,,1 // By Douglas
	])

	addmenu(menu=["jury",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"简介",rootpath+"/crt_services/pphlt/html/jury.htm",,,1 //Douglas on Nov 27 2003
	,"刑事审讯陪审员指引",rootpath+"/crt_services/pphlt/html/guide_note.htm",,,1 //Douglas on Nov 27 2003
	,"陪审员出庭通知",rootpath+"/jury/jury_info/jurors_notice.htm",,,1 //Thomson on Aug 11 2003
	,"收取陪审员出庭通知<br>短讯 / 电邮","show-menu=notify_jurors",,,1
	])
	

		addmenu(menu=["notify_jurors",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"服务简介",rootpath+"/crt_services/pphlt/pdf/summoned_jurors_sc.pdf",,,1
		,"登记 / 更改登记资料","https://e-services.judiciary.gov.hk/jury/register.jsp?lang=SC",,,1
		,"取消登记","https://e-services.judiciary.gov.hk/jury/cancel.jsp?lang=SC",,,1 

		])

	
	addmenu(menu=["legal_ref",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"判案书",rootpath+"/legal_ref/judgments.htm",,,1
	,"判刑理由","http://legalref.judiciary.gov.hk/lrs/common/index.jsp?target=RS&lang=chs",,,1 
	,"实务指示",rootpath+"/legal_ref/prac_directn.htm",,,1 
	,"陪审团指引","http://legalref.judiciary.gov.hk/lrs/common/index.jsp?target=SD&lang=chs",,,1 
	,"司法机构图书馆","show-menu=library",,,1
	,"相关连结","show-menu=related-links",,,1
	//,"连结香港法例","../legal_ref/link_law.htm",,,1
	//,"连结法律词汇","../legal_ref/link_legalgloss.htm",,,1
	])
	
		addmenu(menu=["library",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"主页",rootpath+"/legal_ref/library.htm",,,1
		,"资源","show-menu=resources",,,1
		,"图书馆资料","show-menu=lib-info",,,1
		])
	
		addmenu(menu=["resources",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"联机检索目录","http://library.judiciary.gov.hk/*cht",,,1
		,"网路资源","../../jud/library/tc/internet_resources.htm",,,1 
		,"电子资源","../../jud/library/tc/electronic_resource.htm",,,1 
		])
		
		addmenu(menu=["lib-info",,,130,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"馆藏","../../jud/library/tc/collections.htm",,,1
		,"图书馆服务","../../jud/library/tc/library_service.htm",,,1
		,"联络我们","../../jud/library/tc/contact_us.htm",,,1
		,"图书馆表格","../crt_services/forms/libraries.htm",,,1
		])
	
		addmenu(menu=["related-links",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"香港法例","http://www.legislation.gov.hk/chi/index.htm",,,1
		,"法律词汇","http://www.legislation.gov.hk/chi/glossary/index.htm",,,1 
		,"Hong Kong Legal Information Institute","http://www.hklii.org/chi/",,,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
		])
		
	


<!-----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
108,					// 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;'>电子服务&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=e_services",,"E_Services",0 //Edward 29Jul2008
//,"无律师代表诉讼人资源中心&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=rc",,"RC",0
,"<span style='white-space:nowrap;'>司法机构刊物&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=publications",,"Publications",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>表格&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=forms",,"Formss",0 //Edward 29Jul2008
,"<span style='white-space:nowrap;'>台风及暴雨警告安排&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=typhoon",,"台风及暴雨警告安排",0 //Michelle 09June2009
,"<span style='white-space:nowrap;'>其他资料&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=other_info",,"Other_Information",0 //Edward 29Jul2008

])

	addmenu(menu=["e_services",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,	
	,"网上查询<BR>聆讯日期服务","http"+":"+"/"+"/"+"e-services.judiciary.gov.hk/hr_enq/index.jsp?lang=chs",,,1
	,"劳资审裁处<BR>电子服务","show-menu=lb-appt",,,1
	,"评估自愿调解计划问卷调查","show-menu=eva-quest",,,1
	//,"高等法院聆讯日期查询","http://e-services.judiciary.gov.hk/hc/index.jsp?lang=chs",,,1
	//,"劳资审裁处聆讯日期查询","http://e-services.judiciary.gov.hk/lb/index.htm?lang=C",,,1
	//,"劳资审裁处预约登记","show-menu=lb-appt",,,1 //(Daniel on August 15 2003)
//	,"劳资审裁处","",,,1 //(Daniel on August 15 2003)
	])		

		addmenu(menu=["lb-appt",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"预约时间","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppBookIntro.jsp?lang=chs",,,1
		,"查询预约时间","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppEnqS1.jsp?lang=chs",,,1 
		,"更改预约","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppChgS1.jsp?lang=chs",,,1
		,"取消预约","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppDelS1.jsp?lang=chs",,,1 
		,"查询档案记录","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/LT-epamphlet/caseRecordEnquiry/init.do?lang=chs",,,1 
		,"查询裁断款项交收情况","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/pmt_enq/index.jsp?lang=chs",,,1
		,"电子手册","http"+":"+"/"+"/"+"e-services.judiciary.gov.hk/LT-epamphlet/main/index.jsp?lang=chs",,,1
		//,"Link Legal Glossaries","../legal_ref/link_legalgloss.htm",,,1
		])



		addmenu(menu=["eva-quest",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
		,"建筑与仲裁案件审讯表",rootpath+"/e_services/scheme.htm",,,1
		,"公司与破产案件审讯表",rootpath+"/e_services/mediation_hccw.htm",,,1 
		])
		
	//addmenu(menu=["rc",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	//,"即将推出","",,,1
	//])
	
	addmenu(menu=["publications",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"香港司法机构",rootpath+"/publications/publications.htm#pub",,,1
	,"法庭服务简介",rootpath+"/publications/publications.htm#guide2cs",,,1
	,"年报",rootpath+"/publications/publications.htm#annu_report",,,1
	,"司法人员推荐委员会报告",rootpath+"/publications/publications.htm#jorcr",,,1
	,"环境保护报告",rootpath+"/publications/publications.htm#env_report",,,1
	,"信托储存金经审核财政报告",rootpath+"/publications/publications.htm#fin_report",,,1
	,"死因裁判官报告",rootpath+"/publications/publications.htm#con_report",,,1
	,"关于法官行为",rootpath+"/publications/publications.htm#guide_final",,,1
	,"家事调解试验计划",rootpath+"/publications/publications.htm#fam_med",,,1
	,"其他报告及刊物",rootpath+"/publications/publications.htm#other_reports",,,1
	
	
	])

	addmenu(menu=["forms",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"主页",rootpath+"/crt_services/forms.htm",,,1
	])
	
	addmenu(menu=["typhoon",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"台风及暴雨警告安排",rootpath+"/crt_services/business_hours_typhoon.htm#typhoon_warning",,,1
	])
	
	addmenu(menu=["other_info",,,120,1,,style2,0,"left",effect,,,,,,,,,,,,
	,"新闻稿",rootpath+"/other_info/press_rel.htm",,,1
	,"演辞",rootpath+"/other_info/speeches.htm",,,1
	,"统计数字",rootpath+"/other_info/stat.htm",,,1
	,"公开资料",rootpath+"/other_info/access_info.htm",,,1
	,"无障碍统筹经理和主任计划",rootpath+"/other_info/access_co_ordinator.htm",,,1
	,"招标公告",rootpath+"/other_info/tender.htm",,,1
	,"招聘广告",rootpath+"/other_info/recruit_ad.htm",,,1
	,"政务长在财务委员会的致辞及答复",rootpath+"/other_info/ja_rept.htm",,,1
	,"谘询文件",rootpath+"/other_info/consultation_papers.htm",,,1
	,"有关无人认领之款项",rootpath+"/other_info/unclaimed_fund.htm",,,1

	])


dumpmenus()
