document.write("<form name='myform' action='http://www.anupamresortdharamshala.com/cgi-bin/forms/FormMail.cgi' method='POST'>");
document.write("<input type='hidden' name='recipient' value=bookings@anupamresortdharamshala.com>");
document.write("<input type=hidden name='subject' value='Contact us Anupam'>");

document.write("<input type='hidden' name='redirect' value='http://www.anupamresortdharamshala.com/thanks.html'>");

document.write("<pre><p>       Full Name     <input type='TEXT' name='name' size=40 ");
document.write("maxlength=50></p>      ");

document.write("<p>       City       <font size='1'></font>   ");
document.write("<input type='text' name='city' size='20' maxlength='45'> ");

document.write("   Phone             <input type='text' name='phone' size='20' maxlength='45'</p> </p> ");

document.write("<p>       E-Mail        <input type='TEXT' name='email' ");
document.write("size=20 maxlength=45>   ");


document.write(" Alternate E-Mail  <input type='TEXT' name='aemail' ");
document.write("size=20 maxlength=45></p>   ");

document.write("<p>       Your Query    ");
document.write("<textarea name='query' cols='50' rows='2'> </textarea></p>   ");      
document.write(" </pre>");
document.write("  <div align='center'>");
document.write("    <pre>");
document.write("<p><input type='submit' value='Submit' name='submit'>   <input type='reset' ");
document.write("value='Reset' name='reset'></p> ");
 
document.write("</pre>");
document.write("</div>");

document.write("<input type='HIDDEN' name='required' ");
document.write("value='name, city, phone, email, query'>");

document.write("<input type='HIDDEN' name='data_order'");
document.write("value='tariffoptions,adults,children,childrenage,no_of_rooms_to_book,tariff,name,address");
document.write("city,state,country,zip,phone,fax,email,checkin_dd,checkin_mm,checkin_yy,checkout_dd,checkout_mm,checkout_yy,nights2stay'");