function dametextos()
	{
var texto=new Array();

texto['requerido']='...need a value.';
texto['numerico']= '...need a numeric value.';
texto['password_nocoincide']='Password and Confirm Password is not equal.';
texto['email_invalido']='...the email es incorrect.';
texto['email_existe']='...the email is in our database! Input other now, please.';
texto['captcha']="... is incorrect.";

texto['procesando_form']="Espere un segundo... Ajax Form en proceso...";
texto['form_error']="Error List";

return texto;
	}
