<!--

document.write('<p><\/p><b>  Book Your Hotel / Tour... <\/b>');

document.write('<form name=\"query\" method=\"POST\" action=\"mail.php\"> ');
  
document.write('  <div align=\"center\"> ');
document.write('    <center> ');
document.write('    <table border=\"0\" width=\"480\"> ');
document.write('      <tr> ');
document.write('        <td width=\"166\" valign=\"top\"><b><font face=\"Arial\" size=\"2\">Your Name<\/font><\/b><\/td> ');
document.write('        <td width=\"318\" valign=\"top\" colspan=\"2\"><font face=\"Arial\" size=\"2\"><b>:<\/b> <input type=\"text\" name=\"txtName\" size=\"33\"><\/font><\/td> ');
document.write('      <\/tr> ');
document.write('      <tr> ');
document.write('        <td width=\"166\" valign=\"top\"><b><font face=\"Arial\" size=\"2\">Your ');
document.write('          E-Mail&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/font><\/b><\/td> ');
document.write('        <td width=\"318\" valign=\"top\" colspan=\"2\"><font face=\"Arial\" size=\"2\"><b>: <\/b><input type=\"text\" name=\"txtMail\" size=\"33\"><\/font><\/td> ');
document.write('      <\/tr> ');

document.write('      <tr> ');
document.write('        <td width=\"166\" valign=\"top\"><b><font face=\"Arial\" size=\"2\">Booking \/ ');
document.write('  Information required<\/font><\/b><\/td> ');
document.write('        <td width=\"318\" valign=\"top\" colspan=\"2\"><font face=\"Arial\" size=\"2\">&nbsp;<textarea rows=\"6\" name=\"txtQuery\" cols=\"29\"><\/textarea><\/font><\/td> ');
document.write(' <input type=\"hidden\" name=\"url\" size=\"32\"> <\/tr> ');
document.write('      <tr> ');
document.write('        <td width=\"484\" valign=\"top\" colspan=\"3\"> ');
document.write('          <p align=\"center\"> ');
document.write('          <input type=\"reset\" value=\"   Reset   \" name=\"txtReset\"> ');
document.write('          <input type=\"button\" value=\"  Submit  \" name=\"txtSubmit\" onClick=\"submitForm();\"> ');
document.write('          <\/td> ');
document.write('      <\/tr> ');
document.write('    <\/table> ');
document.write('    <\/center> ');
document.write('  <\/div> ');
document.write('<\/form> ');


// end the hiding comment --> 