// JavaScript Document
function upperMenu()
 {
   document.write("<table align='center' width='750px' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' border='0'>");
   document.write("<tr bgcolor='#9d1c33'>");
   document.write(" <td width='750px' height='30'>");
   document.write(" </td></tr></table>");
     document.write("<table align='center' border='0px' width='750px' height='5px' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' border='0'>");
   document.write("<tr  width='750px'> <td width='130' class='secondRow'  align='center'><td>");
   document.write("<td width='150' align='center' class='secondRow'  align='center'></td><td width='134' align='center' class='secondRow'></td>");
   document.write("<td width='100' align='center' class='secondRow' ></td>"); 
   document.write("<td  bgcolor='#FFFFFF'> &nbsp;</td> </tr></table>");
   
    document.write("<table align='center' width='750px' border='0px' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' border='0'>");
   document.write("<tr class='secondRow' width='750px'> <td width='130' class='upperMenuTextColorNormal' align='center'><a class='linkDecoration' href='/plan-your-business.htm'> Plan Your Business </a></td>");
   document.write("<td width='150' align='center' class='upperMenuTextColorNormal' align='center'><a class='linkDecoration' href='/plan-for-meeting.htm'>Plan For Meeting</a></td><td width='134' align='center' class='upperMenuTextColorNormal'><a class='linkDecoration' href='/travel-professionals.htm'>Travel Professionals </a></td>");
   document.write("<td width='100' align='center' class='upperMenuTextColorNormal'><a class='linkDecoration' href='/contact-us.htm'>Contact Us</a></td>"); 
   document.write("<td valign='center' align='center'  bgcolor='#FFFFFF'> <object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='obj2' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='123' height='79'><param name='movie' value='logo.swf'><param name='quality' value='High'><param name='wmode' value='transparent'><embed src='logo.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='obj2' width='123' height='79' quality='High' wmode='transparent'></object></td> </tr></table>");
   
    document.write("<table border='0px' align='center' width='750px' height='5px' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' border='0'>");
   document.write("<tr class='secondRow' width='750px'> <td width='130'  align='center'><td>");
   document.write("<td width='150' align='center' class='secondRow' align='center'></td><td width='134' align='center' class='secondRow'></td>");
   document.write("<td width='100' align='center' class='secondRow'></td>"); 
   document.write("<td valign='center' align='center'  bgcolor='#ffffff'>&nbsp; </td> </tr></table>");
 }
 
 function rightForm()
  {
  
   document.write("<table valign='top' border='0px' Width='230px'>");
  document.write("<tr> <td class='upperMenuTextColor' width='230'> QUICK FIND </td></tr>");
    document.write("<tr><td height='3px' width='254'> </td></tr>");
   document.write("<tr><td width='230' align='center'><form name='aForm'>");
   document.write("<select class='listBox' name='GO' onchange='document.location.href=document.aForm.GO.options[document.aForm.GO.selectedIndex].value'>");
   document.write("<option value='0' selected>---Select The Hotel---</option>");
   document.write("<option value='lords-plaza-surat.htm'>Lords Plaza-Surat</option>");
   document.write("<option value='revival-lords-inn-vadodara.htm'>Revival Lords Inn-Vadodara</option>");
   document.write("<option value='lords-plaza-ankleshwar.htm'>Lords Plaza-Ankleshwar</option>");
   document.write("<option value='lords-inn-dahej.htm'>Lords Eco Inn-Dahej</option>");
   document.write("</select> </form></td></tr><tr><td height='5px'> </td> </tr></table>");
   document.write(" <table valign='top' Width='230'><tr> <td class='upperMenuTextColor' align='center'>RESERVATIONS </td></tr>");
   document.write("<tr> <td align='center'> <a href='/reservation-information.htm' ><img src='Images/reserve.gif' border='0px' ></a> </td></tr></table>"); 
   
  }
  
  function lowerMenu()
  {
   document.write("<table width='752px' height='5px' cellspacing='0'><tr>");
   document.write("<tr class='userPassStreep'> <td width='80px' align='center'><a  href='/index.htm'> <p class='linkDecorationWhite'>Home </p> </a></td><td width='150px' align='center'> <a class='linkDecoration' href='/upcoming-projects.htm'><p class='linkDecorationWhite'>  Upcoming Projects</p> </a> </td> <td width='100px' align='center'> <a class='linkDecoration' href='/press-room.htm'><p class='linkDecorationWhite'>  Press Room</p> </a> </td> <td width='120px' align='center'><a class='linkDecoration' href='/customer-support.htm'><p class='linkDecorationWhite'>  Customer Support</p> </a> </td>");
   document.write("<td width='100px' align='center'><a  href='/career.htm'><p class='linkDecorationWhite'>  Career </p> </a></td> <td width='100px' align='center'> <a  href='/feedback.htm'><p class='linkDecorationWhite'>  Feedback</p> </a></td>");
   document.write("<td width='100px' align='center'> <a  href='/site-map.htm'><p class='linkDecorationWhite'>  Site Map</p> </a></td>");
   document.write("</tr></table>");
  
  }