var htmlstr = "<table width='75%' align='center' cellpadding='2' cellspacing='1' bordercolor='#E3D6AC' bgcolor='#FFF8E8'>";
htmlstr += "<form name='mail' action='/process/process_submitbox.aspx' method='post'>";
htmlstr += "<tr><td colspan='2' align='center' bgcolor='#E3D6AC'><strong>I need to ask more informations / book a tour package</strong></td></tr>";
htmlstr += "<tr><td width='90'><span style='color:red'>*</span> Name:</td>  <td><input type='text' size='50' name='txt_name' maxlength='50'></td></tr>";
htmlstr += "<tr><td width='90'><span style='color:red'>*</span> Email:</td> <td><input type='text' size='50' name='txt_email' maxlength='100'></td></tr>";
htmlstr += "<tr><td width='90'><span style='color:red'>*</span> Question:</td> <td><textarea name='txt_question' cols='60' rows='4'></textarea></td></tr>";
htmlstr += "<tr><td colspan='2' align='center'><input type='submit' value='Send'>&nbsp;&nbsp;&nbsp;&nbsp;<input type='reset' value='Reset'></td></tr></form>";
htmlstr += "<tr><td colspan='2'> <span style='color:red'>*</span> <strong>Remark : If you are intersted in any packages, please tell us the tour code.</strong></td></tr></table>";
document.write(htmlstr);