var arCareerDept = [
'','-- Please Select --',
'ac','Accounts Department',
'dd','Audit Department',
'br','Best Result Cleaning Services Limited',
'cp','Central Purchasing Department',
'ci','China Investment Department',
'ch','CHKC Building Management Limited',
'cc','Credit Control Department',
'cs','Company Secretarial Department',
'mr','Corporate Communications Department',
'cf','Corporate Finance Department',
'de','Development Division',
'ec','Expenditure Control Department',
'fy','Fung Yuen Construction Company Limited',
'ga','Group Administration & Procurement Department',
'gt','Group Treasury Department',
'hr','Human Resources Department',
'ic','Income Control Department',
'it','Information Technology Department',
'ia','Internal Audit Department',
'ii','International Investment Department',
'le','Leasing Department',
'la','Legal and Secretarial Department',
'md','Management Department',
'ma','Management Accounts Department',
'ms','Management Support Department',
'pm','Property Management Department',
'rm','Retail Market Department',
'sa','Sales Department',
'ss','Share/Securities Department',
'se','Sino Estates Services Limited',
'sl','Sino Administration Services Limited',
'sm','Sino Estates Management Limited',
'sn','Sino Security Services Limited',
'sp','Sino Parking Services Limited']

var lstCareerDept = new gxListbox(arCareerDept, 'name=dbxDepartment','fmCmDBX.dbxDepartment')

function displayDe(dep){
document.write(lstCareerDept.valueText(dep))
}

function displayDe2(dep){ return(lstCareerDept.valueText(dep)) } 

function selectLag(){
document.write ('- Please select -')
}

var arCareerCat = [
'arch','Architectural and Engineering',
'admi','Administration/ Clerical Support',
'bldg','Building/ Construction',
'csl','Company Secretary/ Legal',
'comm','Corporate Communications',
// 'clea','Cleaning Services',
'ctmr','Customer Service',
'fina','Finance & Accounting',
'grde','Graphic Design',
'hure','Human Resources',
'info','Information Technology',
'inde','Interior Design',
'leas','Leasing',
'sale','Sales & Marketing',
// 'secu','Security Services',
//'park','Parking Services',
// 'prop','Property Management',
'sust','Surveying/Statistics',
'Trai','Training',
'sps','Sino Property Services'
]
var lstCareerCat = new gxListbox(arCareerCat,'name=dbxCat onchange=lstCareerCat_onchange(this)')
function lstCareerCat_onchange(){}

