function dametextos()
{
	var texto=new Array();

	texto['requerido']='...is required.';
	texto['numerico']= '...should be a number.';
	texto['password_nocoincide']='Password and Confirmation Password are not equal. Re-type please.';
	texto['password_noseguro']='Password is not secure. Please Re-type please. Remember, mix letters and numbers and use password between 6 and 32 characters.';
	texto['url_invalido']='...the url address is wrong.';
	texto['email_invalido']='...the email address is wrong.';
	texto['email_existe']='...the email address already exist! Choose another please.';
	texto['captcha']="... se ha ingresado en forma incorrecta.";
	texto['form_error']="Error ... ";
	texto['courses_mismoprofesor']="The same professor had been seleted twice.";

	return texto;
}
