
document.writeln("<table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" id=\"booking_table\">");
document.writeln("                        <tr>");
document.writeln("                          <td height=\"35\" valign=\"top\" class=\"hotelsBg\">");
document.writeln("						  ");
document.writeln("						 <div id=\"booking-form\">");
document.writeln("                            <form action=\"../js/booking.php\" method=\"post\" name=\"booking\">");
document.writeln("                              <table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"4\">");

document.writeln("                                <tr>");
document.writeln("                                  <td width=\"34%\" align=\"right\" height=\"5\"><\/td>");
document.writeln("                                  <td width=\"66%\"><\/td>");
document.writeln("                                <\/tr>");


document.writeln("                                <tr>");
document.writeln("                                  <td width=\"34%\" align=\"right\">Name : <\/td>");
document.writeln("                                  <td width=\"66%\"><input name=\"Name\" type=\"text\" size=\"30\"><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr>");
document.writeln("                                  <td align=\"right\">Date of Travel : <\/td>");
document.writeln("                                  <td><script language=\"JavaScript\" id=\"jscal1xx\">");
document.writeln("var cal1xx = new CalendarPopup(\"testdiv1\");");
document.writeln("cal1xx.showNavigationDropdowns();");
document.writeln("                          <\/script>");
document.writeln("                                      <a href=\"#\" onclick=\"cal1xx.select(document.forms[0].TravelDate,\'anchor1xx\',\'dd/MM/yyyy\'); return false;\" name=\"anchor1xx\" id=\"anchor1xx\">");
document.writeln("                                        <input name=\"TravelDate\" value=\"\" size=\"16\" type=\"text\" onChange=\"extentedDate1()\">");
document.writeln("                                      <\/a> <\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr>");
document.writeln("                                  <td align=\"right\">No. of Person  :<\/td>");
document.writeln("                                  <td><input name=\"Persons\" id=\"Persons\" value=\"\" size=\"16\" type=\"text\"><\/td>");
document.writeln("                                <\/tr>");

document.writeln("                                <tr>");
document.writeln("                                  <td align=\"right\">Contact No.  :<\/td>");
document.writeln("                                  <td><input name=\"Contact\" id=\"Contact\" value=\"\" size=\"16\" type=\"text\"><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr>");


document.writeln("                                  <td align=\"right\">E-mail :<\/td>");
document.writeln("                                  <td><input name=\"Email\" type=\"text\" size=\"30\"><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr>");
document.writeln("                                  <td align=\"right\" valign=\"top\">Message :<\/td>");
document.writeln("                                  <td><textarea name=\"Meaasge\" cols=\"22\" rows=\"5\"><\/textarea>");
document.writeln("								  <input name=\"pageurl\" type=\"hidden\" value=\"\">");
document.writeln("								  <\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr>");
document.writeln("                                  <td colspan=\"2\" headers=\"5\"><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr>");
document.writeln("                                  <td><\/td>");
document.writeln("                                  <td align=\"right\" valign=\"top\"><input id=\"submitBtn\" name=\"Submit\" type=\"submit\" onClick=\"MM_validateForm(\'Name\',\'\',\'R\',\'TravelDate\',\'\',\'R\',\'Persons\',\'\',\'RisNum\', \'Contact\',\'\',\'NisNum\',\'Email\',\'\',\'RisEmail\');return document.MM_returnValue\" value=\"Submit\">");
document.writeln("								  <\/td>");
document.writeln("                                <\/tr>");

document.writeln("                                <tr>");
document.writeln("                                  <td width=\"34%\" align=\"right\" height=\"1\"><\/td>");
document.writeln("                                  <td width=\"66%\"><\/td>");
document.writeln("                                <\/tr>");

document.writeln("                              <\/table>");
document.writeln("                            <\/form>");
document.writeln("                            <div id=\"testdiv1\" style=\"position: absolute; visibility: hidden; background-color: #EDFFE1;\"><\/div>");
document.writeln("                          <\/div>");
document.writeln("						  ");
document.writeln("						  <\/td>");
document.writeln("                        <\/tr>");
document.writeln("                      <\/table>");