document.writeln("        <div class=\"sidePane aaa\"> "); 
document.writeln(" 	<div class=\"sp\"><img src=\"images/sp.gif\" width=\"1\" height=\"7\" alt=\"\"></div> "); 
document.writeln(" 	<form action=\"\" method=\"post\" name=\"OctopusTravelSearchModule\" id=\"OctopusTravelSearchModule\" onSubmit=\"return oct_Submit(this);\"> "); 
document.writeln("               <input type=\"hidden\" name=\"siteid\" value=\"mediacode\"> "); 
document.writeln("               <input type=\"hidden\" name=\"affiliateref\" value=\"\"> "); 
document.writeln("               <input type=\"hidden\" name=\"language\" value=\"ja\"> "); 
document.writeln("               <input type=\"hidden\" name=\"currency\" value=\"YEN\"> "); 
document.writeln("               <table width=\"250\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> "); 
document.writeln("                 <tr class=\"area\"> "); 
document.writeln("                   <th>エリアの選択</th> "); 
document.writeln("                   <td><select name=\"area\" onChange=\"oct_SetCountry(this);\"> "); 
document.writeln("                     </select></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"area\"> "); 
document.writeln("                   <th>国の選択</th> "); 
document.writeln("                   <td><select name=\"country\" onChange=\"oct_SetDestination(this);\"> "); 
document.writeln("                     </select></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"area\"> "); 
document.writeln("                   <th>都市の選択</th>  "); 
document.writeln("                   <td><select name=\"destination\"> "); 
document.writeln("                     </select></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"checkin\"> "); 
document.writeln("                   <th rowspan=\"2\">チェックイン日</th> "); 
document.writeln("                   <td><select name=\"CheckInYM\"> "); 
document.writeln("                     </select></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"month\"> "); 
document.writeln("                   <td><select name=\"CheckInD\"> "); 
document.writeln("                     </select></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"month\"> "); 
document.writeln("                   <th>泊数</th> "); 
document.writeln("                   <td><select name=\"nights\"> "); 
document.writeln("                       <option value=\"1\">1泊</option> "); 
document.writeln("                       <option value=\"2\">2泊</option> "); 
document.writeln("                       <option value=\"3\">3泊</option> "); 
document.writeln("                       <option value=\"4\">4泊</option> "); 
document.writeln("                       <option value=\"5\">5泊</option> "); 
document.writeln("                       <option value=\"6\">6泊</option> "); 
document.writeln("                       <option value=\"7\">7泊</option> "); 
document.writeln("                       <option value=\"8\">8泊</option> "); 
document.writeln("                       <option value=\"9\">9泊</option> "); 
document.writeln("                       <option value=\"10\">10泊</option> "); 
document.writeln("                     </select></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"checkin\"> "); 
document.writeln("                   <th>部屋タイプ/数</th> "); 
document.writeln("                   <td><span class=\"type\"> "); 
document.writeln("                     <select name=\"roomtype\"> "); 
document.writeln("                       <option value=\"TB\">ツイン</option> "); 
document.writeln("                       <option value=\"SB\">シングル</option> "); 
document.writeln("                       <option value=\"TS\">ツイン1名利用</option> "); 
document.writeln("                       <option value=\"DB\">ダブル</option> "); 
document.writeln("                       <option value=\"TR\">トリプル</option> "); 
document.writeln("                       <option value=\"Q\">4人部屋</option> "); 
document.writeln("                     </select> "); 
document.writeln("                     </span> "); 
document.writeln("                     <span class=\"s2\" style=\"vertical-align:middle;margin:0 3 0 3;\">/</span> "); 
document.writeln("                     <span class=\"number\"> "); 
document.writeln("                     <select name=\"rooms\"> "); 
document.writeln("                       <option value=\"1\">1室</option> "); 
document.writeln("                       <option value=\"2\">2室</option> "); 
document.writeln("                       <option value=\"3\">3室</option> "); 
document.writeln("                       <option value=\"4\">4室</option> "); 
document.writeln("                     </select> "); 
document.writeln("                     </span></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr> "); 
document.writeln("                   <td colspan=\"2\"><img src=\"images/search_op.gif\" width=\"230\" height=\"15\" alt=\"ホテル名入力\"></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr class=\"hotel\"> "); 
document.writeln("                   <th rowspan=\"2\">ホテル名検索</th> "); 
document.writeln("                   <td><input name=\"hotelname\" type=\"text\"></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr> "); 
document.writeln("                   <td><img src=\"images/search_op2.gif\" width=\"100\" height=\"10\" alt=\"\"></td> "); 
document.writeln("                 </tr> "); 
document.writeln("                 <tr> "); 
document.writeln("                   <td colspan=\"2\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> "); 
document.writeln("                       <tr> "); 
document.writeln("                         <td class=\"submit\"><input type=\"image\" class=\"image\" value=\"\" src=\"images/kensaku.gif\" alt=\"検索する\" width=\"140\" height=\"25\"></td> "); 
document.writeln("                       </tr> "); 
document.writeln("                     </table> "); 
document.writeln("                     <div class=\"sp\"><img src=\"images/sp.gif\" width=\"10\" height=\"7\" alt=\"\"></div></td> "); 
document.writeln("                 </tr> "); 
document.writeln("               </table> "); 
document.writeln("             </form> "); 
document.writeln(" </div> ");

