//**** asp.net file name is welcome.aspx ******
//*****************************************
//History
//Date           Name            Desc
//2003/1/26      LL          init Version
//*****************************************

var welcome_textLang = CreateArrTextLang(2,3);
var welcome_lblList = CreateArrlblList(2,2);

//alert(document.frmId.aa)
welcome_textLang[0][0] = " In today's highly competitive business arena, more companies realize the importance of recruiting competent employees to their staff and are turning to search firms for professional assistance.  ";
welcome_textLang[0][1] = "在这个竞争激烈的商业社会，很多机构为招聘合适人才提升竞争力，需要人事顾问公司提供专业协助 。";
welcome_textLang[0][2] = "硂膙縀疨坝穨穦诀篶┷竨続矗ど膙惠璶ㄆ臮拜そ矗ㄑ盡穨 ";

welcome_textLang[1][0] = "Human Resources Solutions Limited was incorporated in 1995 to help organizations.search for and recruit appropriate candidates that best fit their requirements. ";
welcome_textLang[1][1] = "Human Resources Solution Ltd. 早于一九九五年成立，旨在协助商业机构在人力市场上物色合适人选，同时为求职者提供就业机会。";
welcome_textLang[1][2] = "Human Resources Solution Ltd. ΝきΘミΞ坝穨诀篶カ初︹続匡―戮矗ㄑ碞穨诀穦";

welcome_lblList[0][0] = "head1LBL";
welcome_lblList[0][1] = 0;

welcome_lblList[1][0] = "head2LBL";
welcome_lblList[1][1] = 1;


function welcome_initTextLang(){
	InitTextAry(welcome_textLang);
	
	Evaluate("head1LBL",0)
	Evaluate("head2LBL",1)
	//---------init Header and footer----------------
	//headModule_initTextLang()
	//footModule_initTextLang()
	//-------------------------		

}