document.writeln("<div id=\"booking-form\">");
document.writeln("					<form action=\"../lib/hotel_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=\"36%\" align=\"right\">Name:<\/td>");
document.writeln("                          <td width=\"64%\"><input name=\"Name\" type=\"text\" size=\"30\"><\/td>");
document.writeln("                        <\/tr>");

document.writeln("                        <tr>");
document.writeln("                          <td width=\"36%\" align=\"right\">Hotel Name:<\/td>");
document.writeln("                          <td width=\"64%\"><input name=\"HotelName\" type=\"text\" size=\"30\"><\/td>");
document.writeln("                        <\/tr>");

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

document.writeln("                        <tr>");
document.writeln("                          <td align=\"right\">Check-In Date:");
document.writeln("						  ");
document.writeln("						  <\/td>");
document.writeln("                          <td>");
document.writeln("						    <script language=\"JavaScript\" id=\"jscal1xx\">");
document.writeln("var cal1xx = new CalendarPopup(\"testdiv1\");");
document.writeln("cal1xx.showNavigationDropdowns();");
document.writeln("<\/script>");
document.writeln("");
document.writeln("");
document.writeln("<a href=\"#\" onclick=\"cal1xx.select(document.forms[0].CheckInDate,\'anchor1xx\',\'dd/MM/yyyy\'); return false;\" name=\"anchor1xx\" id=\"anchor1xx\"><input name=\"CheckInDate\" value=\"\" size=\"16\" type=\"text\" onChange=\"extentedDate1()\"><\/a>");
document.writeln("						  ");
document.writeln("						  ");
document.writeln("						  ");
document.writeln("						");
document.writeln("						 ");
document.writeln("					      <\/td>");
document.writeln("                        <\/tr>");
document.writeln("                        <tr>");
document.writeln("                          <td align=\"right\">Check-Out Date:<\/td>");
document.writeln("                          <td>");
document.writeln("						  ");
document.writeln("						  <script language=\"JavaScript\" id=\"jscal2xx\">");
document.writeln("var cal2xx = new CalendarPopup(\"testdiv1\");");
document.writeln("cal2xx.showNavigationDropdowns();");
document.writeln("<\/script>");
document.writeln("");
document.writeln("");
document.writeln("<a href=\"#\" onclick=\"cal2xx.select(document.forms[0].CheckOutDate,\'anchor2xx\',\'dd/MM/yyyy\'); return false;\"  name=\"anchor2xx\" id=\"anchor2xx\"><input name=\"CheckOutDate\" id=\"CheckOutDate\" value=\"\" size=\"16\" type=\"text\"><\/a>");
document.writeln("						  <\/td>");
document.writeln("                        <\/tr>");

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


document.writeln("                        <tr>");
document.writeln("                          <td align=\"right\">E-mail:<\/td>");
document.writeln("                          <td><input name=\"Email\" type=\"text\" size=\"30\"><br><input name=\"pageurl\" type=\"hidden\" value=\"\"><\/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 type=\"submit\" name=\"Submit\" onClick=\"MM_validateForm(\'Name\',\'\',\'R\',\'HotelName\',\'\',\'R\',\'CheckInDate\',\'\',\'R\',\'CheckOutDate\',\'\',\'R\',\'Rooms\',\'\',\'RinRange1:18\',\'Email\',\'\',\'RisEmail\');return document.MM_returnValue\" value=\"Submit\">	&nbsp;<\/td>");
document.writeln("                        <\/tr>");
document.writeln("                      <\/table>");
document.writeln("					<\/form>");
document.writeln("					<div id=\"testdiv1\" style=\"position: absolute; visibility: hidden; background-color: #EDF3FA;\"><\/div>");
document.writeln("					<\/div>");

