//=============================================================================
// File : write_navi.js
// 概要 ：共通化の制御を行う
// History :
// Date         Changes
//-----------------------------------------------------------------------------
// 2006/11/21   新規笹椪
//=============================================================================

//-----------------------------------------------------------------------------
// 概要 ：ナビメニュー笹椪
// 引E：なし
// 戻E：なし
//-----------------------------------------------------------------------------
function write_navi() {
	document.write("<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"800\" align=\"center\">");
	document.write("\t<TR>");
	document.write("\t\t<TD class=\"CELL_CENTER_NONE\">");
	document.write("\t\t\t<NOBR>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/\" class=\"LINK_BLUE\">Top</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/rent_property.html\" class=\"LINK_BLUE\">Rent</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/serviced_apt.html\" class=\"LINK_BLUE\">Serviced Apt.</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/contact/index.html\" class=\"LINK_BLUE\">Requests</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/area_info/\" class=\"LINK_BLUE\">Area Info</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/useful_info/\" class=\"LINK_BLUE\">Useful Info</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/about.html\" class=\"LINK_BLUE\">About Us</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/sitemap.html\" class=\"LINK_BLUE\">Sitemap</a>");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/GreySquareBullet.gif\" width=\"12\" height=\"10\">");
	document.write("\t\t\t<a href=\"http://www.futureliving.jp/blog/index.php\" class=\"LINK_BLUE\" target=\"_blank\">Blog</a>");
	document.write("\t\t\t</NOBR>");
	document.write("\t\t</TD>");
	document.write("\t</TR>");
	document.write("\t<TR>");
	document.write("\t\t<TD class=\"CELL_CENTER_NONE\">");
	document.write("\t\t\t<img src=\"http://www.futureliving.jp/scripts/assets/buttns/footer2009.gif\" width=\"800\" height=\"40\" border=\"0\" usemap=\"#Map\">");
	document.write("\t\t\t<map name=\"Map\">");
	document.write("\t\t\t<area shape=\"rect\" coords=\"650,0,680,40\" href=\"#top\">");
	document.write("\t\t\t</map>");
	document.write("\t\t</TD>");
	document.write("\t</TR>");
	document.write("</TABLE>");
}

//-----------------------------------------------------------------------------
// 概要 ：クイック検索笹椪
// 引E：なし
// 戻E：なし
//-----------------------------------------------------------------------------
function write_quick_search() {
	document.write("<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"680\" align=\"center\">");
	document.write("\t<TR>");
	document.write("\t\t<TD width=\"330\">");
	document.write("\t\t\t<FORM name=\"quick_search\" action=\"http://www.futureliving.jp/scripts/show_rent_property.php?kbn=1\" method=\"post\">");
	document.write("\t\t\t<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"330\" align=\"center\">");
	document.write("\t\t\t\t<TR>");
	document.write("\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" valign=\"top\">");
	document.write("\t\t\t\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/headers/Header_QuickSearch.gif\" alt=\"Rent Property QuickSearch\" width=\"330\" height=\"20\">");
	document.write("\t\t\t\t\t</TD>");
	document.write("\t\t\t\t</TR>");
	document.write("\t\t\t\t<TR>");
	document.write("\t\t\t\t\t<TD class=\"BORDER_CELL\" align=\"center\" valign=\"top\">");
	document.write("\t\t\t\t\t\t<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"320\" align=\"center\">");
	document.write("\t\t\t\t\t\t\t<TR valign=\"top\">");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" width=\"170\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<SELECT class=\"FONT_NORMAL\" name=\"price\" size=\"1\" style=\"width: 150px\">");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"\">any price</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"up to 200,000\">up to 200,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"200,000-300,000\">200,000-300,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"300,000-400,000\">300,000-400,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"400,000-500,000\">400,000-500,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"500,000-600,000\">500,000-600,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"600,000-700,000\">600,000-700,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"700,000-800,000\">700,000-800,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"800,000-900,000\">800,000-900,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"900,000-1,000,000\">900,000-1,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1,000,000-1,200,000\">1,000,000-1,200,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1,200,000-1,400,000\">1,200,000-1,400,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1,400,000-1,600,000\">1,400,000-1,600,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1,600,000-1,800,000\">1,600,000-1,800,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1,800,000-2,000,000\">1,800,000-2,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"2,000,000 +\">2,000,000 +</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t</SELECT>");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<SELECT class=\"FONT_NORMAL\" name=\"number_of_bedrooms\" size=\"1\" style=\"width:150px\">");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"\">any # of bedrooms</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"studio\">studio</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1 Bdrm\">1 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"2 Bdrm\">2 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"3 Bdrm\">3 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"4 Bdrm\">4 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"5 Bdrm +\">5 Bdrm +</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t</SELECT>");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t</TR>");
	document.write("\t\t\t\t\t\t\t<TR valign=\"top\">");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<SELECT class=\"FONT_NORMAL\" name=\"ward\" size=\"1\" style=\"width: 150px\">");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"\">any location</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Bunkyo\">Bunkyo</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Chiyoda\">Chiyoda</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Chuo\">Chuo</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Itabashi\">Itabashi</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Meguro\">Meguro</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Minato\">Minato</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Nakano\">Nakano</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Nerima\">Nerima</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Ota\">Ota</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Setagaya\">Setagaya</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Shibuya\">Shibuya</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Shinagawa\">Shinagawa</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Shinjuku\">Shinjuku</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Suginami\">Suginami</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Toshima\">Toshima</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Other ward\">Other ward</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Yokohama\">Yokohama</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Other city\">Other city</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"International\">International</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t</SELECT>");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<INPUT type=\"submit\" class=\"BUTTON_FONT\" name=\"quick_search_go\" value=\"Search\">");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t</TR>");
	document.write("\t\t\t\t\t\t</TABLE>");
	document.write("\t\t\t\t\t</TD>");
	document.write("\t\t\t\t</TR>");
	document.write("\t\t\t</TABLE>");
	document.write("\t\t\t</FORM>");
	document.write("\t\t</TD>");
	document.write("\t\t<TD class=\"CELL_LEFT_NONE\" width=\"20\"><BR></TD>");
	document.write("\t\t<TD width=\"330\">");
	document.write("\t\t\t<FORM name=\"sale_quick_search\" action=\"http://www.futureliving.jp/scripts/show_sale_property.php?kbn=1\" method=\"post\">");
	document.write("\t\t\t<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"330\" align=\"center\">");
	document.write("\t\t\t\t<TR>");
	document.write("\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" valign=\"top\">");
	document.write("\t\t\t\t\t\t<img src=\"http://www.futureliving.jp/assets/graphics/headers/Header_QuickSearchSale.gif\" alt=\"Sale Property QuickSearch\" width=\"330\" height=\"20\">");
	document.write("\t\t\t\t\t</TD>");
	document.write("\t\t\t\t</TR>");
	document.write("\t\t\t\t<TR>");
	document.write("\t\t\t\t\t<TD class=\"BORDER_CELL\" align=\"center\" valign=\"top\">");
	document.write("\t\t\t\t\t\t<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"320\" align=\"center\">");
	document.write("\t\t\t\t\t\t\t<TR valign=\"top\">");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" width=\"170\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<SELECT class=\"FONT_NORMAL\" name=\"price\" size=\"1\" style=\"width: 150px\">");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"\">any price</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"up to 5,000,000\">up to 5,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"5,000,000-10,000,000\">5,000,000-10,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"10,000,000-15,000,000\">10,000,000-15,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"15,000,000-20,000,000\">15,000,000-20,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"20,000,000-25,000,000\">20,000,000-25,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"25,000,000-30,000,000\">25,000,000-30,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"30,000,000-40,000,000\">30,000,000-40,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"40,000,000-50,000,000\">40,000,000-50,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"50,000,000-60,000,000\">50,000,000-60,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"60,000,000-70,000,000\">60,000,000-70,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"70,000,000-80,000,000\">70,000,000-80,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"80,000,000-90,000,000\">80,000,000-90,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"90,000,000-100,000,000\">90,000,000-100,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"100,000,000-120,000,000\">100,000,000-120,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"120,000,000-150,000,000\">120,000,000-150,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"150,000,000-200,000,000\">150,000,000-200,000,000</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"200,000,000 and up\">200,000,000 and up</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t</SELECT>");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<SELECT class=\"FONT_NORMAL\" name=\"building_type\" size=\"1\" style=\"width:150px\">");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"\">any # of bedrooms</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"studio\">studio</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"1 Bdrm\">1 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"2 Bdrm\">2 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"3 Bdrm\">3 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"4 Bdrm\">4 Bdrm</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"5 Bdrm +\">5 Bdrm +</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t</SELECT>");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t</TR>");
	document.write("\t\t\t\t\t\t\t<TR valign=\"top\">");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<SELECT class=\"FONT_NORMAL\" name=\"ward\" size=\"1\" style=\"width: 150px\">");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"\">any location</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Bunkyo\">Bunkyo</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Chiyoda\">Chiyoda</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Chuo\">Chuo</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Itabashi\">Itabashi</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Meguro\">Meguro</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Minato\">Minato</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Nakano\">Nakano</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Nerima\">Nerima</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Ota\">Ota</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Setagaya\">Setagaya</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Shibuya\">Shibuya</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Shinagawa\">Shinagawa</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Shinjuku\">Shinjuku</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Suginami\">Suginami</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Toshima\">Toshima</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Other ward\">Other ward</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Yokohama\">Yokohama</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"Other city\">Other city</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t\t<OPTION value=\"International\">International</OPTION>");
	document.write("\t\t\t\t\t\t\t\t\t</SELECT>");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t\t<TD class=\"CELL_LEFT_NONE\" height=\"23\">");
	document.write("\t\t\t\t\t\t\t\t\t<INPUT type=\"submit\" class=\"BUTTON_FONT\" name=\"quick_search_sale_go2\" value=\"Search\">");
	document.write("\t\t\t\t\t\t\t\t</TD>");
	document.write("\t\t\t\t\t\t\t</TR>");
	document.write("\t\t\t\t\t\t</TABLE>");
	document.write("\t\t\t\t\t</TD>");
	document.write("\t\t\t\t</TR>");
	document.write("\t\t\t</TABLE>");
	document.write("\t\t\t</FORM>");
	document.write("\t\t</TD>");
	document.write("\t</TR>");
	document.write("</TABLE>");
}
