MBEM – ID MBEM – Passport Name* Last Name* e-mail* Upload Passport or Chinese ID in Spanish* El límite de tamaño de los archivos es de 20 MB. Captcha Recargar /* Do not remove this code. */ function reloadImg3041559000098322642() { var captcha = document.getElementById('imgid3041559000098322642'); if(captcha.src.indexOf('&d') !== -1 ) { captcha.src = captcha.src.substring(0, captcha.src.indexOf('&d'))+'&d'+new Date().getTime(); }else{ captcha.src = captcha.src+'&d'+new Date().getTime(); } } function validateEmail3041559000098322642() { var form = document.forms['WebToContacts3041559000098322642']; var emailFld = form.querySelectorAll('[ftype=email]'); var i; for (i = 0; i < emailFld.length; i++) { var emailVal = emailFld[i].value; if((emailVal.replace(/^\s+|\s+$/g, '')).length!=0 ) { var atpos=emailVal.indexOf('@'); var dotpos=emailVal.lastIndexOf('.'); if (atpos<1 || dotpos=emailVal.length) { alert('Introduzca una dirección de correo electrónico válida. '); emailFld[i].focus(); return false; } } } return true; } function checkMandatory3041559000098322642() { var mndFileds = new Array('First Name','Last Name','Email','theFile'); var fldLangVal = new Array('Name','Last\x20Name','e\x2Dmail',); for(i=0;i3){ alert('Puede cargar un máximo de tres archivos a la vez.'); return false; } if ('files' in uploadedFiles) { if (uploadedFiles.files.length != 0) { for (var i = 0; i < uploadedFiles.files.length; i++) { var file = uploadedFiles.files[i]; if ('size' in file) { totalFileSize = totalFileSize + file.size; } } if(totalFileSize > 20971520){ alert('El tamaño total de los archivos no debe superar los 20MB.'); return false; } } } return true; } function tooltipShow3041559000098322642(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == 'none'){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for(i=0; i