<!--
    // NOTE: customize variables in this javascript block as appropriate.
    var defaultAdults="2";
    var cellStyle=" class='index-11bold-text'";
    var childHelp="Please provide the ages of children in each room.<br>Children's ages should be their age at the time of travel.<br>";
    var adultHelp="";
    var textRooms="Rooms:&nbsp;&nbsp;&nbsp;&nbsp;";
    var textAdults="Adults: (18+)&nbsp;&nbsp;&nbsp;&nbsp;";
    var textChildren="Children: (0-17)";
    var textChildError="Please specify the ages of all children.";
    var pad='<img src="images/spacer.gif" width="1" height="1">';
    // NOTE: Question marks ("?") get replaced with a numeric value
    var textRoomX="Room ?:";
    var textChildX="Child ?:";
//-->