
function votarTestimonio(voto){var idTesti=document.getElementById('testimonioVotacion').value;$.ajax({type:"POST",url:"/inc/_votaTesti.php",dataType:"html",data:"voto="+voto+"&idTesti="+idTesti+"&fromAjax=1",async:false,timeout:10000,success:function(htmlCode){$("div#votoUser").html(htmlCode);}});$.ajax({type:"POST",url:"/inc/ajax/getStatsPoll.php",dataType:"html",data:"idTesti="+idTesti,async:false,timeout:10000,success:function(htmlCode){$("div#ntotal").html(htmlCode);}});}
function chnlang(lng){document.location="./?chngLng="+lng;return false;}
function portadaSend(errormailTXT,malformedMailTXT,txtlng_Nom,txtlng_Mail,emptyNomRte,emptyNomDest){var nombreRte=esborraEspais(document.frmEnviar.r_nombre.value);var nombreDest=esborraEspais(document.frmEnviar.d_nombre.value);var mailDest=document.frmEnviar.d_mail.value;nombreRte=nombreRte.replace(txtlng_Nom,"");nombreDest=nombreDest.replace(txtlng_Nom,"");mailDest=mailDest.replace(txtlng_Mail,"");if((nombreRte!="")&&(nombreDest!="")){if(verifyMail(mailDest)){document.frmEnviar.submit();return false;}else{alert(malformedMailTXT);}}else{var txtError=errormailTXT;if(nombreRte==""){txtError=txtError+"\n\t"+emptyNomRte;}
if(nombreDest==""){txtError=txtError+"\n\t"+emptyNomDest;}
if(!verifyMail(mailDest)){txtError=txtError+"\n\t"+malformedMailTXT;}
alert(txtError);}
return false;}
function participarSend(errormailTXT){var mail=document.envConsAqu.mail.value;if(verifyMail(mail)){document.envConsAqu.submit();}else{alert(errormailTXT);}
return false;}
function verifyDataAddCom(errorCamposAddCom,errorFormatMail){var nombre=document.addComment.nombre.value;var mail=document.addComment.mail.value;var mensaje=document.addComment.mensaje.value;if((esborraEspais(nombre)=="")||(esborraEspais(mail)=="")||(esborraEspais(mensaje)=="")){alert(errorCamposAddCom);return false;}else{if(verifyMail(mail)){return true;}
alert(errorFormatMail);return false;}}
function previewPost(errorCamposAddCom,errorFormatMail){if(verifyDataAddCom(errorCamposAddCom,errorFormatMail)){document.addComment.action='';document.getElementById('preview').value=1;return true;}else{return false;}}
function verifyMail(txt){if((txt=="")||(txt.indexOf("@")==-1)){return false;}
return true;}
function esborraEspais(txt){var novaString="";for(var i=0;i<txt.length;i++){if(txt.charAt(i)!=' '){novaString+=txt.charAt(i);}}
senseBlancs=novaString;return senseBlancs;}
function openwmtestimonio(id,pw,ph,pvw,pvh){if((navigator.appName=="Microsoft Internet Explorer")){window.open("/popup.php?id="+id+"&pvw="+pvw+"&pvh="+pvh+"&flash=0","multi","menubar=no,status=no, height="+ph+",width="+pw+",scrollbars=no");}else{window.open("/popup.php?id="+id+"&pvw="+pvw+"&pvh="+pvh+"&flash=1","multi","menubar=no,status=no, height="+ph+",width="+pw+",scrollbars=no");}}
function popup(url){window.open(url,"wmv_popup","left=220,top=250,toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,width=800,height=600");}