For information on our product range, events and weekly rides
File(s) size limit is 20MB.
/* Do not remove this code. */ function reloadImg1966964000078211011() { var captcha = document.getElementById('imgid1966964000078211011'); 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 validateEmail1966964000078211011() { var form = document.forms['WebToLeads1966964000078211011']; 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('Please enter a valid email address. '); emailFld[i].focus(); return false; } } } return true; }
function checkMandatory1966964000078211011() { var mndFileds = new Array('Last Name','Email','LEADCF51'); var fldLangVal = new Array('Lastx20Name','Email','Initialx20Orderx20Quantity'); for(i=0;i3){ alert('You can upload a maximum of three files at a time.'); 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('Total file(s) size should not exceed 20MB.'); return false; } } } return true; } function tooltipShow1966964000078211011(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == 'none'){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for(i=0; i