﻿ /*
 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
"",				// 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
rootpath+"/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)
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 
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
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 
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
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
72,					// 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/tc/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_tc.pdf",,,1
		,"登記 / 更改登記資料","https://e-services.judiciary.gov.hk/jury/register.jsp?lang=TC",,,1
		,"取消登記","https://e-services.judiciary.gov.hk/jury/cancel.jsp?lang=TC",,,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&lan=tc",,,1 
	,"實務指示",rootpath+"/legal_ref/prac_directn.htm",,,1 
	,"陪審團指引","http://legalref.judiciary.gov.hk/lrs/common/index.jsp?target=SD&lan=tc",,,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
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;'>電子服務&nbsp;&nbsp;&nbsp;&nbsp;</span>","show-menu=e_services",,"E_Services",0 //Edward 29Jul2008
//,"無律師代表訴訟人資源中心&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=rc",,"RC",0 //Edward 29Jul2008
,"<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=TC",,,1
	,"勞資審裁處<BR>電子服務","show-menu=lb-appt",,,1
	,"評估自願調解計劃問卷調查","show-menu=eva-quest",,,1
	//,"高等法院聆訊日期查詢","http://e-services.judiciary.gov.hk/hc/index.jsp?lang=tc",,,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=TC",,,1
		,"查詢預約時間","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppEnqS1.jsp?lang=TC",,,1 
		,"更改預約","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppChgS1.jsp?lang=TC",,,1
		,"取消預約","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/appt_book/LBAppDelS1.jsp?lang=TC",,,1 
		,"查詢檔案記錄","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/LT-epamphlet/caseRecordEnquiry/init.do?lang=TC",,,1 
		,"查詢裁斷款項交收情況","https"+":"+"/"+"/"+"e-services.judiciary.gov.hk/pmt_enq/index.jsp?lang=TC",,,1
		,"電子手冊","http"+":"+"/"+"/"+"e-services.judiciary.gov.hk/LT-epamphlet/main/index.jsp?lang=TC",,,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()

