// JavaScript Document
<!--
    // NOTE: customize variables in this javascript block as appropriate.
    var defaultAdults="2";
    var cellStyle=" class='myFormhdr'";
    var childHelp="Please provide the ages of children in each room.<br />Children's ages should be their age at the time of travel.";
    var adultHelp='<div align="center"><input type="image" id="button" name="button" alt="hotel search" src="../images/book.gif" /></div>';
    var textRooms="Rooms:";
    var textAdults="Adults:";
    var textChildren="Children:";
    var textChildError="Please specify the ages of all children.";
    var pad='<img src="http://travel.ian.com/images/p.gif" width="5" height="1">';
    // NOTE: Question marks ("?") get replaced with a numeric value
    var textRoomX="Room ?:";
    var textChildX="Child ?:";

//-->