//**** asp.net file name is index.aspx ******
//*****************************************
//History
//Date           Name            Desc
//2003/1/26      LL          init Version
//*****************************************
var index_textLang = CreateArrTextLang(5,3);
var index_lblList = CreateArrlblList(5,2);

index_textLang[0][0] = "Human Resources Solutions Limited was incorporated in 1995 to help organizations search for and recruit appropriate candidates that best fit their requirements";
index_textLang[0][1] = "Human Resources Solutin Ltd.早在一九九五年成立，旨在协助商业机构在人力市场上物色合适人选，同时为求职者提供就业机会。";
index_textLang[0][2] = "Human Resources Solutin Ltd.ΝきΘミΞ坝穨诀篶カ初︹続匡―戮矗ㄑ碞穨诀穦";

//index_textLang[1][0] = "Confirm Password";
//index_textLang[1][1] = "确认密码";
//index_textLang[1][2] = "絋粄盞絏";




index_lblList[0][0] = "titleLBL";
index_lblList[0][1] = 0;

//index_lblList[1][0] = "comp";
//index_lblList[1][1] = 1;



function index_initTextLang(){
	InitTextAry(index_textLang);
	
	Evaluate("titleLBL",0)
	//Evaluate("headAbout",1)
	//Evaluate("headService",2)
	//Evaluate("headContact",3)
	
	//---------init Header and footer----------------
	headModule_initTextLang()
	footModule_initTextLang()
	//-------------------------		
	/*if (vErr == true){
		alert("Invalid User Id or Password, please try again");
		document.frmId.UserIdTBX.focus();
	}*/
}
