Subscribe to this information you will regularly receive new products information, the design, the future plans and Exhibition, training programs.
var icpForm1239 = document.getElementById('icpsignup1239');
if (document.location.protocol === "https:")
icpForm1239.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired1239() { if (icpForm1239["fields_fname"].value == "") { icpForm1239["fields_fname"].focus(); alert("The First Name field is required."); return false; } if (icpForm1239["fields_lname"].value == "") { icpForm1239["fields_lname"].focus(); alert("The Last Name field is required."); return false; } if (icpForm1239["fields_email"].value == "") { icpForm1239["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm1239["fields_city"].value == "") { icpForm1239["fields_city"].focus(); alert("The Country field is required."); return false; }
return true; }