        document.write('<form id="form1" name="form1" method="post" action="/tops/redirect_area">');
            document.write('<div class="step-1">');
        document.write('<div class="step-1-con">');
        document.write('<h3><img src="/common/images/r_nav_h003.gif" alt="" width="220" height="28" /></p>');
        document.write('<p class="line">');
        document.write('<input type="radio" name="data[Top][airport]" id="line01" value="2" onclick="getAreaList(2, 1)" />');
        document.write('<label for="line01"> 成田空港線</label>');
        document.write('<input type="radio" name="data[Top][airport]" id="line02" value="6" onclick="getAreaList(6, 1)" />');
        document.write('<label for="line02"> 羽田空港線</label>');
        document.write('<br />');
        document.write('<input type="radio" name="data[Top][airport]" id="line03" value="0" onclick="getAreaList(0, 1)" />');
        document.write('<label for="line03"> その他</label>');
        document.write('</p>');
        document.write('</div>');
        document.write('</div>');
        document.write('<div class="step-2">');
        document.write('<div class="step-2-con">');
        document.write('<h3><img src="/common/images/r_nav_h004.gif" alt="" width="220" height="28" /></p>');
        document.write('<p class="line">発着地　');
        document.write('<span id="Arealist_for">');
        document.write('<select name="data[Top][goto_airport_area]" id="goto_airport_area" class="input-type-02">');
        document.write('<option value="">選択してください</option>');
        document.write('</select>');
        document.write('</span>');
        document.write('</p>');
        document.write('</div>');
        document.write('</div>');
        document.write('<p class="element-center mt10" id="search">');
        document.write('<img name="imageField" src="/common/images/r_nav_bt001.gif" alt="検索する" class="rollover" onclick="routeCheck(); return false;" width="121" height="34" />');
        document.write('</p>');
        document.write('</form>');

