/********************* Variable defined for generate the Link of Section *********************/
var MainSection = new Array()
var SubSection = new Array()
var SecondSubSection = new Array()
/**** Variable defined for Traditional Chinese Version ****/
/**** Link for Level 1 sub-Section[1]s ****/
MainSection[1] = new Array();
MainSection[1][0] = locationPath+langPath+'background.html'; //
MainSection[1][1] = locationPath+langPath+'detail.html'; //
MainSection[1][2] = locationPath+langPath+'farm.html'; //
MainSection[1][3] = locationPath+langPath+'fish.html'; //
MainSection[1][4] = locationPath+langPath+'quality.html'; //
MainSection[1][5] = locationPath+langPath+'cancel.html'; //
MainSection[1][6] = locationPath+langPath+'promote.html'; //
MainSection[1][7] = locationPath+langPath+'location.html'; //
//MainSection[1][7] = 'javascript:externalLink(\'http:\/\/www.fmo.org.hk\');'; //
/*
if (langID==1){
	MainSection[1][7] = 'javascript:externalLink(\'#\');'; //浸大中醫藥研究所有限公司
} else if (langID == 2){
	MainSection[1][7] = 'javascript:externalLink(\'#\');'; //浸大中醫藥研究所有限公司
} else if (langID ==3){
	MainSection[1][7] = 'javascript:externalLink(\'#\');'; //浸大中醫藥研究所有限公司
} else {
	MainSection[1][7] = 'javascript:externalLink(\'#\');'; //浸大中醫藥研究所有限公司
}
*/
MainSection[1][8] = locationPath+langPath+'download.html'; //相關網站
MainSection[1][9] = locationPath+langPath+'links.html'; //新聞及活動
MainSection[1][10] = locationPath+langPath+'contact.html'; //網站指南
MainSection[1][11] = locationPath+langPath+'news.html'; //
MainSection[1][12] = locationPath+langPath+'important.html'; //
/********************* End of Variable defined for generate the Link of Section *********************/


/********************* Variable defined for generate the Section Title *********************/
var MainTitle = new Array();
var SecondSubSectionTitle = new Array();
var SubSectionTitle = new Array();

/**** Variable defined for generate the Traditional Chinese Title ****/
/**** Level 1 sub-sections Title ****/
MainTitle[1] = new Array();
MainTitle[1][0] = '背景';
MainTitle[1][1] = '計劃詳情';
MainTitle[1][2] = '養魚場登記制度';
MainTitle[1][3] = '魚苗登記制度';
MainTitle[1][4] = '品質保證制度';
MainTitle[1][5] = '取消登記';
MainTitle[1][6] = '建立品牌及市場推廣';
MainTitle[1][7] = '零售及批發點';
//MainTitle[1][7] = '魚類統營處';
MainTitle[1][8] = '下載專區';
MainTitle[1][9] = '相關連結';
MainTitle[1][10] = '聯絡我們';
MainTitle[1][11] = '最新消息';
MainTitle[1][12] = '重要告示';
MainTitle[1][99] = '主頁';
/**** Variable defined for generate the English Title ****/
/**** Level 1 sub-sections Title ****/
MainTitle[2] = new Array();
MainTitle[2][0] = 'Background';
MainTitle[2][1] = 'Details of scheme';
MainTitle[2][2] = 'Farm Registration System';
MainTitle[2][3] = 'Fry Registration System';
MainTitle[2][4] = 'Quality Assurance System';
MainTitle[2][5] = 'Deregistration';
MainTitle[2][6] = 'Branding & Marketing';
MainTitle[2][7] = 'Retail & Wholesale Locations';
//MainTitle[2][7] = 'Fish Marketing Organization';
MainTitle[2][8] = 'Download areas';
MainTitle[2][9] = 'Related Links';
MainTitle[2][10] = 'Contact us';
MainTitle[2][11] = 'What\'s New';
MainTitle[2][12] = 'Important notices';
MainTitle[2][99] = 'Index Page';

/**** Variable defined for generate the Simplified Chinese Title ****/
/**** Level 1 sub-sections Title ****/
MainTitle[3] = new Array();
MainTitle[3] = new Array();
MainTitle[3][0] = '背景';
MainTitle[3][1] = '计划详情';
MainTitle[3][2] = '养鱼场登记制度';
MainTitle[3][3] = '鱼苗登记制度';
MainTitle[3][4] = '品质保证制度';
MainTitle[3][5] = '取消登记';
MainTitle[3][6] = '建立品牌及市场推广';
MainTitle[3][7] = '零售及批发点';
//MainTitle[3][7] = '鱼类统营处';
MainTitle[3][8] = '下载专区';
MainTitle[3][9] = '相关连结';
MainTitle[3][10] = '联络我们';
MainTitle[3][11] = '最新消息';
MainTitle[3][12] = '重要告示';
MainTitle[3][99] = '主页';

/************************** Color Array ********************/
var banner = new Array()

banner[1] = new Array();
banner[1][0] = 'a';
banner[1][1] = 'b';
banner[1][2] = 'a';
banner[1][3] = 'b';
banner[1][4] = 'a';
banner[1][5] = 'b';
banner[1][6] = 'a';
banner[1][7] = 'b';
banner[1][8] = 'b';
banner[1][9] = 'a';
banner[1][10] = 'b';

