﻿document.writeln("<table width=\"80%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin-top:20px;\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"19%\" class=\"tdleft\">CAS No. : <\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <input name=\"txtcas\" id=\"txtcas\" class=\"textfield2\" maxlength=\"100\" width=\"251px\"\/><span class=\"liru\">E.G.:  <\/span>45789-45-7<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td class=\"tdleft\">Products Name:<\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <input  name=\"txtsubject\" id=\"txtsubject\" class=\"textfield2\" maxlength=\"100\" width=\"251px\"\/><span class=\"liru\">E.G.:  <\/span>Nickel dichromate<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td class=\"tdleft\">Email:<\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <input  name=\"txtemail\" id=\"txtemail\" class=\"textfield2\" maxlength=\"100\" width=\"251px\"\/><span class=\"liru\">E.G.:  <\/span>rainbow-0206@163.com<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td class=\"tdleft\">Contacter:<\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <input  name=\"txtcontactor\" id=\"txtcontactor\" class=\"textfield2\" maxlength=\"100\" width=\"251px\"\/><span class=\"liru\">E.G.:  <\/span>Caihong Qi<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td>&nbsp;<\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <input name=\"txtgender\" type=\"radio\" value=\"1\" checked=\"checked\" \/>");
document.writeln("            Male<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td>&nbsp;<\/td>");
document.writeln("        <td style=\"width: 517px\"><input name=\"txtgender\" type=\"radio\"  value=\"0\" \/>");
document.writeln("          Female<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td class=\"tdleft\">Country\/Region:<\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <select name=\"cbmcountry\" id=\"cbmcountry\" class=\"select\">");
document.writeln("             <option value=\"0\">Select your country<\/option>");
document.writeln("            <\/select><span class=\"liru\">  <\/span><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td class=\"tdleft\">Message:<\/td>");
document.writeln("        <td style=\"width: 517px\">");
document.writeln("            <textarea name=\"txtdesc\" id=\"txtdesc\" class=\"textarea\" style=\"width: 303px; height: 107px\"><\/textarea><span class=\"liru\"> <\/span><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"30\" colspan=\"2\" align=\"center\">");
document.writeln("          <input type=\"submit\" name=\"Submit1\" id=\"Submit1\" value=\" Send RFQ \"  title=\"Send RFQ\" onclick=\"javascript:return ValidPurchase();\"\/>        <\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table>")