function forgetPassword(langId){
		LeftPosition=(screen.width)?(screen.width-500)/2:100;
		TopPosition=(screen.height)?(screen.height-700)/2:100;
		var forgetPasswordVar=dhtmlwindow.open("forgetPassword", "iframe", "../action/forgetPassword.php?langId="+langId, "", "width=350px,height=250px,resize=1,left="+LeftPosition+",top="+TopPosition+",scrolling=0","recal");
}
