var Hotel_Booking_Page = "";
var today = new Date();
var day=today.getDate();
var month = today.getMonth();
var year = today.getFullYear();

document.write("<form id='fast_booking' action='",Hotel_Booking_Page,"' method='get'>");
document.write("<input type='hidden' name='hotel_id' value='",Hotel_ID,"'>");
document.write("<input type='hidden' name='spr' value='",Language,"'>");
document.write("<input type='hidden' name='modus' value='quick-res'>"); 
document.write("<font face='Verdana' size='2'>"); 
document.write(ArrDate,":<br>");
document.write("<nobr><select name='anktt' size='1'>");
for (i = 1; i <= 31; i++) {
 document.write("<option");
 if (i == day) document.write(" selected");
 document.write(">",i);
}
document.write("</select>");
document.write("<select name='ankmm' size='1'>");
for (i = 0; i < 12; i++) {
 document.write("<option value=", i+1);
 if (i == month) document.write(" selected");
 document.write(">",MonthName[i]);
}
document.write("</select>");
document.write("<select name='ankjj' size='1'>");
for (i = year; i <= (year+1); i++) {
 document.write("<option");
 if (i == year) document.write(" selected");
 document.write(">",i);
}
document.write("</select></nobr><p>");

document.write("<nobr>",Nights,": ");
document.write("<select name='tage' size='1'>");
for (i = 1; i <= 60; i++) {
 document.write("<option>",i);
}
document.write("</select></nobr><p>");
document.write("<nobr class='hotel'><select name='anzahlez' size='1'>");
document.write("<option>-");
for (i = 1; i <= 3; i++) {
 document.write("<option");
 if (i == 1) document.write(" selected");
 document.write(">",i);
}
document.write("</select>");
document.write(" ",Single,"</nobr>");
document.write("<nobr class='hotel'><select name='anzahldz' size='1'>");
document.write("<option>-");
for (i = 1; i <= 3; i++) {
 document.write("<option>",i);
}
document.write("</select>");
document.write(" ",Double,"</nobr>");

document.write('<nobr class="ferien_hotel"><select name="anzahl_erw" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write(' '+Adults+'</nobr>');

document.write('<nobr class="ferien_hotel3512"><select name="anzahl_erw" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write(' '+Adults+'</nobr>');

document.write('<nobr class="ferien_hotel"><select name="anzahl_kind1" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write('<input type="hidden" value="6" name="kind_alter1" />');
document.write(' '+Children1+'</nobr>');


document.write('<nobr class="ferien_hotel"><select name="anzahl_kind2" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write('<input type="hidden" value="12"  name="kind_alter2" />');
document.write(' '+Children2+'</nobr>');


/*document.write('<nobr class="ferien_hotel"><select name="anzahl_kind3" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write('<input type="hidden" value="12" name="kind_alter3" />');
document.write(' '+Children3+'</nobr>');*/

document.write('<nobr class="ferien_hotel3512"><select name="anzahl_kind1" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write('<input type="hidden" value="3" name="kind_alter1" />');
document.write(' '+Children3+'</nobr>');


document.write('<nobr class="ferien_hotel3512"><select name="anzahl_kind2" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write('<input type="hidden" value="5"  name="kind_alter2" />');
document.write(' '+Children4+'</nobr>');

document.write('<nobr class="ferien_hotel3512"><select name="anzahl_kind3" size="1">');
document.write('<option>-</option>');
for (i = 1; i <= 3; i++) {
 document.write('<option>'+i+'</option>');
}
document.write('</select>');
document.write('<input type="hidden" value="12" name="kind_alter3" />');
document.write(' '+Children5+'</nobr>');

document.write('<p class="buchung_submit">');
document.write("<input type='button' class='submit_fake' value='",SearchButton,"' style='width:140;font-family:Verdana;color:#FFFFFF;background-color:#142a76;pointer'>"); 
document.write("<input type='submit' class='submit_real' value='",SearchButton,"' style='width:140;font-family:Verdana;color:#FFFFFF;background-color:#142a76;pointer'>"); 
document.write("</p></font>"); 
document.write("</form>");

