﻿var lam=document.getElementById("lam");
if (lam) {
var h = '';
h = h +'<a name=lam></a>';
h = h +'&nbsp;<b>Type your message below, we will contact you ASP.</b>';
h = h +'';
h = h +'<form id="iForm" name="iForm" class="form" method="post" action="/Inquiry/?action=1">';
h = h +'<input id="vc" name="vc" id="vc" type="hidden" value="Thank you." />';
h = h +'<br>  <b>Country: </b> <input type="text" name="country" title="Country, for example: Brazil" value="" />';
h = h +'<br> Business Name: <input type="text" name="company" title="Full company name" value="" />';
h = h +'<br> <b>Contact person: *</b> <input type="text" name="contactor" title="Contact person, Full Name." value="" onchange="javascript:doVC();" onkeydown="javascript:doVC();" />';
h = h +'<br> <b>E-Mail: </b> <input type="text" name="email" title="E-mail" value="" />';
h = h +'<br> <b>Phone: </b> <input type="text" name="tel" title="Phone number, Office phone number" value="" />';
h = h +'<br> Mobile: <input type="text" name="mb" title="Mobile phone number" value="" />';
h = h +'<br> Fax: <input type="text" name="fax" title="Office fax number" value="" />';
h = h +'<br> Other:<input type="text" name="oci" value="" title="Other Contact Infomation" />';
h = h +'<br> <b>Message: </b> <textarea cols="26" rows="8" name="msg" title="Your Message" onchange="javascript:doVC();" onkeydown="javascript:doVC();" style="padding-left:5px;"></textarea>';
h = h +'';
h = h +'<p align=center>&nbsp;<br><button type="submit" class="btn-submit"></button>&nbsp;&nbsp;<button type="reset" class="btn-reset"></button></p>';
h = h +'</form>';
document.getElementById("lam").innerHTML = h;
}