//	JavaScript resource file

//	Nation/Region
var g_ArrNation	= [ 'China', 'Hong Kong (China)', 'Macao (China)', 'Taiwan (China)', 'Africa', 'Canada', 'Europe', 'France', 'Germany', 'Japan', 'Korea', 'North America', 'Singapore', 'Southeast Asia', 'South America', 'UK', 'USA', 'West Asia', 'Others' ];

//	HuKou
var g_ArrHuKou = [ 'N/A', 'Beijing', 'Shanghai', 'Tianjin', 'Chongqing', 'Jiangsu', 'Zhejiang', 'Guangdong', 'Hainan', 'Fujian', 'Shandong', 'Jiangxi', 'Sichuan', 'Anhui', 'Hebei', 'Henan', 'Hubei', 'Hunan', 'Shaanxi', 'Shanxi', 'Heilongjiang', 'Liaoning', 'Jilin', 'Guangxi', 'Yunnan', 'Guizhou', 'Gansu', 'Neimeng', 'Ningxia', 'Xizang', 'Xinjiang', 'Qinghai', 'Hongkong', 'Macao', 'Taiwan', 'Overseas' ];

//	ID Type
var g_ArrIDType = [ 'ID Card', 'Passport', 'Military ID', 'HK ID Card', 'Other' ];

//	Salary
var g_ArrSalary = [ '--Please Select--', '0-20,000', '20,000-30,000', '30,000-40,000', '40,000-50,000', '50,000-60,000', '60,000-80,000', '80,000-100,000', '100,000-150,000', '150,000-300,000', '300,000-500,000', '500,000-1,000,000', 'Above 1,000,000' ];

//	Currency
var g_ArrCurrency = [ 'RMB', 'HK$', 'US$', 'YEN', 'EURO', 'OTHERS' ];

//	Work Experience
var g_ArrWorkExp = [ '--Please Select--', 'Student', 'Graduating Student', '>1 year', '>2 years', '>3 years', '>5 years', '>8 years', '>10 years' ];

//	Degree list
var g_ArrDegree = [ 'None', 'Junior High', 'High School', 'Technical School', 'Polytechnic', 'Associate', 'Bachelor', 'Master', 'Doctorate', 'Others' ];

//	Industry
var g_ArrIndustry = [ '---Please Select---', 'Computers,Software', 'Computers, Hardware', 'Computer Services', 'Telecom & Network Equipment', 'Telecom Operators/Service Providers', 'Internet/E-commerce', 'Online Game', 'Electronics/Semiconductor/IC', 'Instrument/Industry Automation', 'Accounting, Auditing', 'Finance/Investments/Securities', 'Banking', 'Insurance', 'Trading/Import & Export', 'Wholesale/Retail', 'FMCG( Food,Beverage,Cosmetics)', 'Apparel/Textiles/Leather Goods', 'Furniture/Home Appliances/Arts & Craft/Toys', 'Office Supplies & Equipment', 'Machinery, Equipment, Heavy Industries', 'Automobile & Components', 'Pharmaceuticals/Biotechnology', 'Healthcare/Medicine/Public Health', 'Medical Facilities/Equipment', 'Advertising', 'Public Relations/Marketing/Exhibitions', 'Films/Media/Arts', 'Print Media/Publishing', 'Printing/Packaging/Paper', 'Real Estate Development', 'Architectural Services/Construction', 'Interior Design/Decoration', 'Property Management', 'Agency', 'Professional Services (Consulting, Human Resources, etc.)', 'Testing, Certification', 'Legal', 'Education/Training', 'Science/Research', 'Restaurant & Food Services', 'Hospitality/Tourism', 'Entertainment/Leisure/Sports & Fitness', 'Beauty/Health', 'Personal Care & Services', 'Transportation/Logistic/Distribution', 'Aerospace/Aviation/Airlines', 'Oils/Chemicals/Mines/Geology', 'Mining/Metallurgy', 'Utilities/Energy', 'Raw Materials & Processing', 'Government', 'Non-Profit Organizations', 'Environmental Protection', 'Agriculture/Fishing/Forestry', 'Congolmetrates', 'Others' ];

//	Company Type
var g_ArrCompanyType = [ '--Please Select--', 'Foreign Comp.(Eur./N.Amer.)', 'Foreign Comp.(Others)', 'Joint Ventures(Eur./N.Amer.)', 'Joint Venture(Others)', 'State-Owned/Public Comp.', 'Private Comp.', 'Rep. Office of Foreign Comp.', 'Others' ];



