eac_path = eac_URL();
var vLink = '';
var selectedSubSubSection;
var subLevelSection
var voterRegistrationHome = 'www.voterregistration.gov.hk';

/*------------------------------Main Menu------------------------------*/
var MainLink = new Array();
MainLink[0] = '../about/ceo_msg.htm';
MainLink[1] = '../whatsnew/whatsnew.htm';
MainLink[2] = '../about/about.htm';
MainLink[3] = '../about/access.htm';
MainLink[4] = '../voter/voter.htm';
MainLink[5] = '../form/form.htm';
MainLink[6] = 'http://'+eac_path+'/en/chief/cee.htm';
MainLink[7] ='http://'+ eac_path+'/en/ecse/ecse.htm';
MainLink[8] = 'http://'+eac_path+'/en/legco/lce.htm';
MainLink[9] = 'http://'+eac_path+'/en/distco/dce.htm';
MainLink[10] = 'http://'+eac_path+'/en/village/vre.htm';
MainLink[11] = '../ecenter/index.htm';
MainLink[12] = '../estimates/index.htm';
MainLink[13] = '../contact/contact.htm';
MainLink[14] = '../links/links.htm';

//Image file name without file extension
//e.g. : The image file for what users see before the mouseover is named 'index.gif'
//	   The image file for what users see during the mouseover is named 'index2.gif'
var MainImg = new Array();
MainImg[0] = 'home';
MainImg[1] = 'what';
MainImg[2] = 'aboutus';
MainImg[3] = 'access';
MainImg[4] = 'voter';
MainImg[5] = 'forms';
MainImg[6] = 'cee';
MainImg[7] = 'ecse';
MainImg[8] = 'lce';
MainImg[9] = 'dce';
MainImg[10] = 'village';
MainImg[11] = 'eic';
MainImg[12] = 'estimates';
MainImg[13] = 'contactus';
MainImg[14] = 'links';
/*----------------------------------------------------------------------*/


/*------------------------------Sub Menu------------------------------*/
var SubLink = new Array();
var SubImg = new Array();
//Home 
//What's New 

//About Us 
SubLink[2] = new Array();
SubLink[2][1]='../about/ceo_msg.htm';
SubLink[2][2]='../about/org_1.htm';
SubLink[2][3]='../about/obj.htm';
SubLink[2][4]='../about/services.htm';
SubLink[2][5]='../about/notices.htm';

SubImg[2] = new Array();
SubImg[2][1]='sub_ceo_msg';
SubImg[2][2]='sub_oc';
SubImg[2][3]='sub_objective';
SubImg[2][4]='sub_services';
SubImg[2][5]='sub_notice';

//Access to Information
//Voter Registration
SubLink[4] = new Array();
SubLink[4][1] = '../voter/application.htm';
SubLink[4][2] = '../voter/records.htm';
SubLink[4][3] = 'http://'+voterRegistrationHome+'/eng/statistic.html';
SubLink[4][4] = 'http://'+voterRegistrationHome+'/eng/faq.html';
SubLink[4][5] = '../voter/publicity.htm';

SubImg[4] = new Array();
SubImg[4][1] = 'sub_app';
SubImg[4][2] = 'sub_change';
SubImg[4][3] = 'sub_vrstatistics';
SubImg[4][4] = 'sub_faq';
SubImg[4][5] = 'sub_publicity';

//Public Forms
//Chief Executive Election
//Election Committee Subsector Elections
//Legislative Council Elections
//District Council Elections
//Village Representative Elections
//Electoral Information Centre
//Estimates
//Contact Us
//Links
/*----------------------------------------------------------------------*/



var SubLink2 = new Array();
//Home 

SubLink2[0] = new Array();

// -------------------------------------------------------------   End of Link Variable Setting -----------------------------------------
//set alternate text for the items
var title = new Array();
title[0]='Home';
title[1]='What \'s new';
title[2]='About Us';
title[3]='Access to Information';
title[4]='Voter Registration';
title[5]='Public Forms';
title[6]='Chief Executive Election'; 
title[7]='Election Committee Subsector';
title[8]='Legislative Council Elections';
title[9]='District Council Elections';
title[10]='Village Representative Elections';
title[11]='Electoral Information Centre';
title[12]='Estimates';
title[13]='Contact Us';
title[14]='Links';
var subTitle = new Array();
subTitle[2] = new Array();
subTitle[2][1] = 'Welcome Message';
subTitle[2][2] = 'Organisation Chart';
subTitle[2][3] = 'Objective';
subTitle[2][4] = 'Services and Pledges';
subTitle[2][5] = 'Notices and Gazettes';
subTitle[4] = new Array();
subTitle[4][1] = 'Application';
subTitle[4][2] = 'Change of Records';
subTitle[4][3] = 'Voter Registration Statistics';
subTitle[4][4] = 'Frequently Asked Questions';
subTitle[4][5] = 'Publicity';

//subTitle[5] = new Array();

var LeftMenuTableWidth = 189
var LeftSubMenuTop = -3

var arLayerPos = new Array()
//arLayerPos[5] = 130;

var arSecondLayerPos = new Array();
//arSecondLayerPos[6] = new Array();
//arSecondLayerPos[6][0] = 200;

var left_menu_img_path='../../images/en/';