﻿var x = 1;	 //menuObj.length
var y = 1;	 //subMenuObj.length
var z = 1;	 //HomeIconObj.length

var menuObj = new Array();
var subMenuObj = new Array();

var Selected_ID;
var Selected_Sub;
var revisionDate;
var reviewDate;

var imagePath;
var locationPath;
var langPath;
var langID;
var isText;

var topButton;
var printPage;

var exLink;

var prodURL='';
var HomePath='';

getLocationPath();			// Checking hosting location

if(document.URL.toString().search('/text/')!=-1 || document.URL.toString().search('_t.pl')!=-1)
	isText=1;

if(document.URL.toString().search('/tc/')!=-1 || document.URL.toString().search('c.pl')!=-1 || document.URL.toString().search('c_t.pl')!=-1){
	langID=2;
	langPath='/tc/';
}else if(document.URL.toString().search('/sc/')!=-1 || document.URL.toString().search('s.pl')!=-1 || document.URL.toString().search('s_t.pl')!=-1){
	langID=3;
	langPath='/sc/';
}else{
	langID=1;
	langPath='/en/';
}

imagePath = locationPath+langPath;

if(window.name=='PrintPage'){
	printPage=1;
}

/********************* Variable defined for generate the CLF top menu *********************/
var arClfTopMenu = new Array()
	arClfTopMenu[1] = new Array()
	arClfTopMenu[1][1] = "ht"+"tp://search.gov.hk/search.html";
//	if(isText)
//		arClfTopMenu[1][2] = "289";					/****** Value of variable mode ******/
//	else
	arClfTopMenu[1][2] = "287";	
	arClfTopMenu[1][3] = "Office of the Licensing Authority";	/****** Department Name ******/
	arClfTopMenu[1][4] = "9";
	arClfTopMenu[1][5] = "ht"+"tp://www.brandhk.gov.hk/brandhk/eindex.htm";
	arClfTopMenu[1][6] = "Brand Hong Kong - Asia's world city";
	arClfTopMenu[1][7] = "GovHK";
	arClfTopMenu[1][8] = "/eng/";
	arClfTopMenu[1][9] = "/text/";
	arClfTopMenu[1][10] = "Text Only";
	arClfTopMenu[1][11] = "/eng/";
	arClfTopMenu[1][12] = "/tc/";
	arClfTopMenu[1][13] = "繁體版";	
	arClfTopMenu[1][14] = "/eng/";	
	arClfTopMenu[1][15] = "/sc/";	
	arClfTopMenu[1][16] = "簡體版";	
	arClfTopMenu[1][17] = "Search";	
	arClfTopMenu[1][18] = "Site Map";	
	arClfTopMenu[1][19] = "Contact Us";	
	arClfTopMenu[1][20] = "gpcd";			/****** Value of variable gr_1 ******/
	arClfTopMenu[1][21] = "Graphic Version";	
	arClfTopMenu[1][22] = "/graphics/";
	arClfTopMenu[1][23] = "ht"+"tp://www.gov.hk/en/residents/";
	arClfTopMenu[1][24] = "en";
	arClfTopMenu[1][25] = "utf-8";
	arClfTopMenu[1][26] = "This web page is under maintenance.";
	arClfTopMenu[1][27] = "Print";
	arClfTopMenu[1][28] = "Text-only News Ticker";
	
	arClfTopMenu[2] = new Array()
	arClfTopMenu[2][1] = "ht"+"tp://search.gov.hk/search.html";
//	if(isText)
//		arClfTopMenu[2][2] = "290";					/****** Value of variable mode ******/
//	else
	arClfTopMenu[2][2] = "288";
	arClfTopMenu[2][3] = "牌照事務處";		/****** Department Name ******/
	arClfTopMenu[2][4] = "9";
	arClfTopMenu[2][5] = "ht"+"tp://www.brandhk.gov.hk/brandhk/index.htm";
	arClfTopMenu[2][6] = "香港品牌形象 - 亞洲國際都會";
	arClfTopMenu[2][7] = "香港政府一站通";
	arClfTopMenu[2][8] = "/chi/";
	arClfTopMenu[2][9] = "/text/";
	arClfTopMenu[2][10] = "繁體純文字";
	arClfTopMenu[2][11] = "/tc/";
	arClfTopMenu[2][12] = "/sc/";
	arClfTopMenu[2][13] = "簡體版";
	arClfTopMenu[2][14] = "/chi/";
	arClfTopMenu[2][15] = "/en/";
	arClfTopMenu[2][16] = "English";
	arClfTopMenu[2][17] = "搜尋";
	arClfTopMenu[2][18] = "網頁指南";
	arClfTopMenu[2][19] = "聯絡我們";
	arClfTopMenu[2][20] = "gpcd";				/****** Value of variable gr_1 ******/
	arClfTopMenu[2][21] = "繁體圖像版";
	arClfTopMenu[2][22] = "/graphics/";
	arClfTopMenu[2][23] = "ht"+"tp://www.gov.hk/tc/residents/";
	arClfTopMenu[2][24] = "zh-hk";
	arClfTopMenu[2][25] = "utf-8";
	arClfTopMenu[2][26] = "此網頁正在更新中。";
	arClfTopMenu[2][27] = "列印此頁";
	arClfTopMenu[2][28] = "新聞速遞（純文字版）";
	
	arClfTopMenu[3] = new Array()
	arClfTopMenu[3][1] = "ht"+"tp://search.gov.hk/search.html";
	arClfTopMenu[3][2] = "288";
	arClfTopMenu[3][3] = "牌照事务处";		/****** Department Name ******/
	arClfTopMenu[3][4] = "10";
	arClfTopMenu[3][5] = "ht"+"tp://www.brandhk.gov.hk/brandhk/index.htm";
	arClfTopMenu[3][6] = "香港品牌形象 - 亚洲国际都会";
	arClfTopMenu[3][7] = "香港政府一站通";
	arClfTopMenu[3][8] = "/chi/";
	arClfTopMenu[3][9] = "/text/";
	arClfTopMenu[3][10] = "简体纯文字";
	arClfTopMenu[3][11] = "/gb/";
	arClfTopMenu[3][12] = "/tc/";
	arClfTopMenu[3][13] = "繁体版";
	arClfTopMenu[3][14] = "/gb/";
	arClfTopMenu[3][15] = "/en/";
	arClfTopMenu[3][16] = "English";
	arClfTopMenu[3][17] = "搜寻";
	arClfTopMenu[3][18] = "网页指南";
	arClfTopMenu[3][19] = "联络我们";
	arClfTopMenu[3][20] = "gpcd";				/****** Value of variable gr_1 ******/
	arClfTopMenu[3][21] = "简体图像版";
	arClfTopMenu[3][22] = "/graphics/";
	arClfTopMenu[3][23] = "ht"+"tp://www.gov.hk/sc/residents/";
	arClfTopMenu[3][24] = "zh-cnhk";
	arClfTopMenu[3][25] = "utf-8";
	arClfTopMenu[3][26] = "此网页正在更新中。";
	arClfTopMenu[3][27] = "列印此页";
	arClfTopMenu[3][28] = "新闻速递（纯文字版）";
/********************* End of Variable defined for generate the CLF top menu *********************/

/***** Add Section Start *****/
addMenu(1, "Home","主頁", "主页","home/index.html","","","N","Y","Y");
addMenu(2, "About Us","關於我們", "关于我们", "aboutus/index.html","","","Y","Y","Y");
addMenu(3, "Hotels/Guesthouses","旅館", "旅馆", "hotels/index.html","","","Y","Y","Y");
addMenu(4, "Clubs","會社", "会社", "clubs/index.html","","","Y","Y","Y");
addMenu(5, "Karaoke Establishments","卡拉OK場所", "卡拉OK场所", "karaoke/index.html","","","Y","Y","Y");
addMenu(6, "Bedspace Apartments","床位寓所", "床位寓所", "bedspace/index.html","","","Y","Y","Y");
if(document.URL.toString().search('/en/')!=-1){
addMenu(7, "Public Forms","公用表格", "公用表格", "http://www.had.gov.hk/en/public_forms/forms.htm","","","N","Y","Y");
}
if(document.URL.toString().search('/tc/')!=-1){
addMenu(7, "Public Forms","公用表格", "公用表格", "http://www.had.gov.hk/tc/public_forms/forms.htm","","","N","Y","Y");
}
if(document.URL.toString().search('/sc/')!=-1){
addMenu(7, "Public Forms","公用表格", "公用表格", "http://www.had.gov.hk/chs/public_forms/forms.htm","","","N","Y","Y");
}
addMenu(8, "Related Information","相關資訊", "相关资讯", "related/index.html","","","N","Y","Y");

addMenu(9, "Contact Us","聯絡我們", "联络我们", "contactus/index.html","","","N","N","N");
addMenu(10, "Site Map","網頁指南", "网页指南", "sitemap/index.html","","","N","N","N");
addMenu(11, "Privacy Policy","公開資料守則", "公开资料守则", "privacy/index.html","","","N","N","N");
addMenu(12, "Important Notices","重要告示", "重要告示", "notices/index.html","","","N","N","N");
addMenu(13, "Latest News","最新消息", "最新消息", "news/index.html","","","N","N","N");
/***** Add Section End *****/

/***** Add Sub Section Start *****/
addSubMenu(2, 1, "Organization","組織結構","组织结构", "aboutus/organization.html","Y","Y");
addSubMenu(2, 2, "Responsibilities","職責","职责", "aboutus/responsibilities.html","Y","Y");
addSubMenu(2, 3, "Performance Pledges","服務承諾","服务承诺", "aboutus/Pledges.html","Y","Y");

if(document.URL.toString().search('/en/')!=-1){
addSubMenu(3, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/CurAllEngDoc/436DCD8B3A25C633482575EE006EA72F/$FILE/CAP_349B_e_b5.pdf","Y","Y");
}else{
addSubMenu(3, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/01790B2805F0CB5C4825755C00352E34/090B8AA8ABD5F1E5482575EE006EA407/$FILE/CAP_349B_c_b5.pdf","Y","Y");
}

if(document.URL.toString().search('/en/')!=-1){
addSubMenu(4, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/CurAllEngDoc/782D69239148AA36482575EE00788FA7/$FILE/CAP_376B_e_b5.pdf","Y","Y");
}else{
addSubMenu(4, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/01790B2805F0CB5C4825755C00352E34/4C73AB622824430F482575EE00788CD5/$FILE/CAP_376B_c_b5.pdf","Y","Y");
}

if(document.URL.toString().search('/en/')!=-1){
addSubMenu(5, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/CurAllEngDoc/70A996E2D3F6B6AD482575EF001E0CB5/$FILE/CAP_573B_e_b5.pdf","Y","Y");
}else{
addSubMenu(5, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/01790B2805F0CB5C4825755C00352E34/CD5A89712E187D4E482575EF001E090B/$FILE/CAP_573B_c_b5.pdf","Y","Y");
}

if(document.URL.toString().search('/en/')!=-1){
addSubMenu(6, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/CurAllEngDoc/1714B496D0AD6CDD482575EF0008CD2B/$FILE/CAP_447B_e_b5.pdf","Y","Y");
}else{
addSubMenu(6, 1, "Fees","費用","费用", "http://www.legislation.gov.hk/blis_pdf.nsf/01790B2805F0CB5C4825755C00352E34/7C48566343F255D6482575EF0008CA0C/$FILE/CAP_447B_c_b5.pdf","Y","Y");
}
/***** Add Sub Section End *****/

//styleSheet();