/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function invitarAmigos(){
    validacion = true;
    validacion = textfieldValidate("correousr", "errCorreoUsr", "mail", true, validacion) && validacion;
    validacion = textfieldValidate("correosAmigos", "errCorreosAmigos", "", true, validacion) && validacion;
    validacion = textfieldValidate("mensaje", "errMensaje", "", false, validacion) && validacion;
	
	if(validacion){
        xajax_invitarAmigos(xajax.getFormValues('invitarAmigosFrm'));

    }
	
	
}
