/*画像先読み*/
MM_preloadImages(__path+"shared/img/header/mail_on.gif",__path+"shared/img/header/corp_on.gif",__path+"shared/img/header/kojin_on.gif",__path+"shared/img/header/contact_on.gif",__path+"shared/img/header/sitemap_on.gif",__path+"shared/img/footer/tokyo-office_on.gif",__path+"shared/img/footer/tokyoroom_on.gif",__path+"shared/img/footer/condominium_on.gif",__path+"shared/img/menu/m1_on.gif",__path+"shared/img/menu/m2_on.gif",__path+"shared/img/menu/m3_on.gif",__path+"shared/img/menu/m4_on.gif",__path+"shared/img/menu/m5_on.gif",__path+"img/b_07_on.gif",__path+"img/b_08_on.gif",__path+"img/e_02_on.gif",__path+"img/f_02_on.gif")


//日付
function calender(){
	var dtToday = new Date;
	var strYear;
	var strMonth;
	var strDate;
	var strDay = new Array("日","月","火","水","木","金","土");
	//年月日を取得
	strYear = dtToday.getFullYear();
	strMonth = dtToday.getMonth() + 1;
	strDate = dtToday.getDate();
	//ここから表示
	document.write(strYear+"年"+strMonth+"月"+strDate+"日（"+strDay[dtToday.getDay()]+"曜日）");
}


//ヘッダ（トップページ用）
function headertop(){
	document.write('<table width="810" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr><td colspan="3"><img src="'+__path+'shared/img/header/shadow_up.gif" alt="" width="810" height="10"></td></tr>');
	document.write('<tr>');
	document.write('<td width="10" valign="top" background="'+__path+'shared/img/shadow_bg/left.gif"><img src="'+__path+'shared/img/header/shadow_left.gif" alt="" width="10" height="20"></td>');
	document.write('<td width="790" background="'+__path+'shared/img/header/bg.gif"><table width="790" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr>');
	document.write('<td width="160"><img src="'+__path+'shared/img/header/logo_davinchi.gif" alt="Darwinのリロケーション" width="160" height="80" border="0"></td>');
	document.write('<td width="230" valign="bottom"></td>');
	document.write('<td width="390" align="right" valign="bottom"><table border="0" cellspacing="0" cellpadding="0" summary="　">');
//	document.write('<tr><td><img src="'+__path+'shared/img/header/address.gif" alt="東京都中央区日本橋室町1-13-6" width="210" height="18"></td></tr>');
	document.write('<tr>');
	document.write('<td align="right"><a href="mailto:info@dwin.jp" onMouseOver="MM_swapImage(\'mail\',\'\',\''+__path+'shared/img/header/mail_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/mail_off.gif" alt="info@dwin.jp" name="mail" width="100" height="13" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="1" height="2"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><table width="100%" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr>');
	document.write('<td><a href="'+__path+'company/index.html" onMouseOver="MM_swapImage(\'corp\',\'\',\''+__path+'shared/img/header/corp_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/corp_off.gif" alt="弊社について" name="corp" width="68" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="'+__path+'privacy/index.html" onMouseOver="MM_swapImage(\'kojin\',\'\',\''+__path+'shared/img/header/kojin_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/kojin_off.gif" alt="個人情報保護方針" name="kojin" width="89" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="https://ssl-501.net/linklink/form.php" target="blank" onMouseOver="MM_swapImage(\'contact\',\'\',\''+__path+'shared/img/header/contact_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/contact_off.gif" alt="お問い合わせ" name="contact" width="68" height="15" border="0"></a></td>');
	/*document.write('<td><a href="_sorry.asp" target="blank" onMouseOver="MM_swapImage(\'contact\',\'\',\''+__path+'shared/img/header/contact_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/contact_off.gif" alt="お問い合わせ" name="contact" width="68" height="15" border="0"></a></td>');*/
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="'+__path+'sitemap/index.html" onMouseOver="MM_swapImage(\'sitemap\',\'\',\''+__path+'shared/img/header/sitemap_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/sitemap_off.gif" alt="サイトマップ" name="sitemap" width="68" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="'+__path+'dmm/dm-n/" onMouseOver="MM_swapImage(\'members\',\'\',\''+__path+'shared/img/header/members_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/members_off.gif" alt="メンバーズルーム" name="members" width="80" height="15" border="0"></a></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="1" height="3"></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('<td width="10"><img src="'+__path+'shared/img/header/right.gif" alt="" width="10" height="80"></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('<td width="10" valign="top" background="'+__path+'shared/img/shadow_bg/right.gif"><img src="'+__path+'shared/img/header/shadow_right.gif" alt="" width="10" height="20"></td>');
	document.write('</tr>');
	document.write('</table>');
}

//ヘッダ（セカンド用）
function header(){
	document.write('<table width="810" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr><td colspan="3"><img src="'+__path+'shared/img/header/shadow_up.gif" alt="" width="810" height="10"></td></tr>');
	document.write('<tr>');
	document.write('<td width="10" valign="top" background="'+__path+'shared/img/shadow_bg/left.gif"><img src="'+__path+'shared/img/header/shadow_left.gif" alt="" width="10" height="20"></td>');
	document.write('<td width="790" background="'+__path+'shared/img/header/bg.gif"><table width="790" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr>');
	document.write('<td width="160"><a href="'+__path+'index.html"><img src="'+__path+'shared/img/header/logo_davinchi.gif" alt="Darwin" width="160" height="80" border="0"></a></td>');
	document.write('<td width="230" valign="bottom"><a href="'+__path+'index.html" onMouseOver="MM_swapImage(\'gotop\',\'\',\''+__path+'shared/img/header/gotop_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/gotop_off.gif" alt="トップに戻る" width="100" height="30" border="0" name="gotop"></a></td>');
	document.write('<td width="390" align="right" valign="bottom"><table border="0" cellspacing="0" cellpadding="0" summary="　">');
//	document.write('<tr><td><img src="'+__path+'shared/img/header/address.gif" alt="東京都中央区日本橋室町1-13-6" width="210" height="18"></td></tr>');
	document.write('<tr>');
	document.write('<td align="right"><a href="mailto:info@dwin.jp" onMouseOver="MM_swapImage(\'mail\',\'\',\''+__path+'shared/img/header/mail_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/mail_off.gif" alt="info@dwin.jp" name="mail" width="100" height="13" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="1" height="2"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><table width="100%" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr>');
	document.write('<td><a href="'+__path+'company/index.html" onMouseOver="MM_swapImage(\'corp\',\'\',\''+__path+'shared/img/header/corp_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/corp_off.gif" alt="弊社について" name="corp" width="68" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="'+__path+'privacy/index.html" onMouseOver="MM_swapImage(\'kojin\',\'\',\''+__path+'shared/img/header/kojin_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/kojin_off.gif" alt="個人情報保護方針" name="kojin" width="89" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	/*document.write('<td><a href="'+__path+'_sorry.asp" target="blank" onMouseOver="MM_swapImage(\'contact\',\'\',\''+__path+'shared/img/header/contact_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/contact_off.gif" alt="お問い合わせ" name="contact" width="68" height="15" border="0"></a></td>');*/
	document.write('<td><a href="https://ssl-501.net/linklink/form.php" target="blank" onMouseOver="MM_swapImage(\'contact\',\'\',\''+__path+'shared/img/header/contact_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/contact_off.gif" alt="お問い合わせ" name="contact" width="68" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="'+__path+'sitemap/index.html" onMouseOver="MM_swapImage(\'sitemap\',\'\',\''+__path+'shared/img/header/sitemap_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/sitemap_off.gif" alt="サイトマップ" name="sitemap" width="68" height="15" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="3" height="1"></td>');
	document.write('<td><a href="'+__path+'dmm/dm-n/" onMouseOver="MM_swapImage(\'members\',\'\',\''+__path+'shared/img/header/members_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/header/members_off.gif" alt="メンバーズルーム" name="members" width="80" height="15" border="0"></a></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="'+__path+'shared/img/clear.gif" alt="" width="1" height="3"></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('<td width="10"><img src="'+__path+'shared/img/header/right.gif" alt="" width="10" height="80"></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('<td width="10" valign="top" background="'+__path+'shared/img/shadow_bg/right.gif"><img src="'+__path+'shared/img/header/shadow_right.gif" alt="" width="10" height="20"></td>');
	document.write('</tr>');
	document.write('</table>');
}


//メニュー
function menu(){
	document.write('<table width="790" border="0" cellspacing="0" cellpadding="0" summary="　"><tr><td background="'+__path+'shared/img/menu/m_bg.gif">');
	document.write('<table width="790" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr>');
	document.write('<td><img src="'+__path+'shared/img/menu/m_bg.gif" alt=" " width="15" height="29"></a></td>');
	document.write('<td><a href="'+__path+'service/index.html" onMouseOver="MM_swapImage(\'m1\',\'\',\''+__path+'shared/img/menu/m1_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m1_off.gif" alt="サービス紹介" name="m1" width="87" height="29" border="0"></a></td>');
	document.write('<td><a href="'+__path+'faq/index.html" onMouseOver="MM_swapImage(\'m2\',\'\',\''+__path+'shared/img/menu/m2_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m2_off.gif" alt="お客様からのご質問について" name="m2" width="87" height="29" border="0"></a></td>');
	/*document.write('<td><a href="'+__path+'_sorry.asp" target="_blank" onMouseOver="MM_swapImage(\'m3\',\'\',\''+__path+'shared/img/menu/m3_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m3_off.gif" alt="賃料査定" name="m3" width="87" height="29" border="0"></a></td>');*/
	document.write('<td><a href="https://ssl-501.net/trunk/form2.php" target="_blank" onMouseOver="MM_swapImage(\'m3\',\'\',\''+__path+'shared/img/menu/m3_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m3_off.gif" alt="賃料査定" name="m3" width="87" height="29" border="0"></a></td>');
	document.write('<td><a href="'+__path+'zeikin/index.html" onMouseOver="MM_swapImage(\'m4\',\'\',\''+__path+'shared/img/menu/m4_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m4_off.gif" alt="住まいの税金" name="m4" width="87" height="29" border="0"></a></td>');
	document.write('<td><a href="'+__path+'link/index.html" onMouseOver="MM_swapImage(\'m5\',\'\',\''+__path+'shared/img/menu/m5_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m5_off.gif" alt="便利帳" name="m5" width="87" height="29" border="0"></a></td>');
//	document.write('<td><a href="'+__path+'tenpo/index.html" onMouseOver="MM_swapImage(\'m6\',\'\',\''+__path+'shared/img/menu/m6_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m6_off.gif" alt="店舗出店" name="m6" width="87" height="29" border="0"></a></td>');
	document.write('<td><a href="'+__path+'showroom/index.html" onMouseOver="MM_swapImage(\'m7\',\'\',\''+__path+'shared/img/menu/m7_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m7_off.gif" alt="ショールーム" name="m7" width="87" height="29" border="0"></a></td>');
	document.write('<td><a href="'+__path+'assessment/index.html" onMouseOver="MM_swapImage(\'m8\',\'\',\''+__path+'shared/img/menu/m8_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m8_off.gif" alt="簡易査定" name="m8" width="87" height="29" border="0"></a></td>');
	document.write('<td><a href="'+__path+'lease/index.html" onMouseOver="MM_swapImage(\'m9\',\'\',\''+__path+'shared/img/menu/m9_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/menu/m9_off.gif" alt="空室期間無家賃保証付" name="m9" width="87" height="29" border="0"></a></td>');
	document.write('<td><img src="'+__path+'shared/img/menu/m_bg.gif" alt=" " width="15" height="29"></a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td></tr></table>');
}


//セカンド左メニュー（全て）
function secondleftmenu0(){
	document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/a_01.gif" alt="賃料査定フォーム" width="200" height="172" border="0" usemap="#leftimg"></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/b_01.gif" alt="ダーウィンのサービス" width="200" height="25"></td></tr>');
	document.write('<tr><td><a href="'+__path+'service/kihon.html"><img src="'+__path+'shared/img/2nd_left/c_01.gif" alt="ダーウィンのリロケーションサービス基本パック" width="200" height="82" border="0"></a></td></tr>');
	document.write('<tr><td><a href="'+__path+'service/tokucho.html"><img src="'+__path+'shared/img/2nd_left/d_01.gif" alt="リロケーションシステムの特徴" width="200" height="66" border="0"></a></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/e_01.gif" alt="ダーウィンのサポート" width="200" height="26"></td></tr>');
	document.write('<tr><td><a href="'+__path+'support/annai.html"><img src="'+__path+'shared/img/2nd_left/f_01.gif" alt="すでに賃貸経営を始めている方" width="200" height="47" border="0"></a></td></tr>');
	document.write('<tr><td><a href="'+__path+'support/teian.html"><img src="'+__path+'shared/img/2nd_left/g_01.gif" alt="新しく賃貸経営を始められる方" width="200" height="44" border="0"></a></td></tr>');
	document.write('<tr><td><a href="'+__path+'support/kaigai.html"><img src="'+__path+'shared/img/2nd_left/j_01.gif" alt="海外転勤のお客様" width="200" height="44" border="0"></a></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/h_01.gif" alt="お問い合わせ" width="200" height="26"></td></tr>');
	/*document.write('<tr><td><a href="'+__path+'_sorry.asp" target="_blank"><img src="'+__path+'shared/img/2nd_left/i_01-2.gif" alt="TEL 0120-007771" width="200" height="72" border="0"></a></td></tr>');*/
	document.write('<tr><td><a href="https://ssl-501.net/linklink/form.php" target="_blank"><img src="'+__path+'shared/img/2nd_left/i_01-2.gif" alt="TEL 0120-007771" width="200" height="72" border="0"></a></td></tr>');
	document.write('</table>');
	document.write('<map name="leftimg">');
	document.write('<area shape="circle" coords="157,116,26" href="'+__path+'assessment/index.html" alt="賃料査定フォーム">');
	document.write('<area shape="rect" coords="12,143,190,162" href="'+__path+'nagare/index.html" alt="お住まいをお貸しするまでの流れ">');
	document.write('</map>');
}


//セカンド左メニュー（上側：サービス）
function secondleftmenu1(){
	document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/a_01.gif" alt="賃料査定フォーム" width="200" height="172" border="0" usemap="#leftimg"></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/b_01.gif" alt="ダーウィンのサービス" width="200" height="25"></td></tr>');
	document.write('<tr><td><a href="'+__path+'service/kihon.html"><img src="'+__path+'shared/img/2nd_left/c_01.gif" alt="ダーウィンのリロケーションサービス基本パック" width="200" height="82" border="0"></a></td></tr>');
	document.write('<tr><td><a href="'+__path+'service/tokucho.html"><img src="'+__path+'shared/img/2nd_left/d_01.gif" alt="リロケーションシステムの特徴" width="200" height="66" border="0"></a></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/h_01.gif" alt="お問い合わせ" width="200" height="26"></td></tr>');
	/*document.write('<tr><td><a href="'+__path+'_sorry.asp" target="_blank"><img src="'+__path+'shared/img/2nd_left/i_01.gif" alt="TEL 0120-007771" width="200" height="72" border="0"></a></td></tr>');*/
	document.write('<tr><td><a href="https://ssl-501.net/linklink/form.php" target="_blank"><img src="'+__path+'shared/img/2nd_left/i_01.gif" alt="TEL 0120-007771" width="200" height="72" border="0"></a></td></tr>');
	document.write('</table>');
	document.write('<map name="leftimg">');
	document.write('<area shape="circle" coords="157,116,26" href="'+__path+'assessment/index.html" alt="賃料査定フォーム">');
	document.write('<area shape="rect" coords="12,143,190,162" href="'+__path+'nagare/index.html" alt="お住まいをお貸しするまでの流れ">');
	document.write('</map>');
}


//セカンド左メニュー（下側：サポート）
function secondleftmenu2(){
	document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/a_01.gif" alt="賃料査定フォーム" width="200" height="172" border="0" usemap="#leftimg"></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/e_01.gif" alt="ダーウィンのサポート" width="200" height="26"></td></tr>');
	document.write('<tr><td><a href="'+__path+'support/annai.html"><img src="'+__path+'shared/img/2nd_left/f_01.gif" alt="すでに賃貸経営を始めている方" width="200" height="47" border="0"></a></td></tr>');
	document.write('<tr><td><a href="'+__path+'support/teian.html"><img src="'+__path+'shared/img/2nd_left/g_01.gif" alt="新しく賃貸経営を始められる方" width="200" height="44" border="0"></a></td></tr>');
	document.write('<tr><td><a href="'+__path+'support/kaigai.html"><img src="'+__path+'shared/img/2nd_left/j_01.gif" alt="海外転勤のお客様" width="200" height="44" border="0"></a></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/h_01.gif" alt="お問い合わせ" width="200" height="26"></td></tr>');
	/*document.write('<tr><td><a href="'+__path+'_sorry.asp" target="_blank"><img src="'+__path+'shared/img/2nd_left/i_01.gif" alt="TEL 0120-007771" width="200" height="72" border="0"></a></td></tr>');*/
	document.write('<tr><td><a href="https://ssl-501.net/linklink/form.php" target="_blank"><img src="'+__path+'shared/img/2nd_left/i_01.gif" alt="TEL 0120-007771" width="200" height="72" border="0"></a></td></tr>');
	document.write('</table>');
	document.write('<map name="leftimg">');
	document.write('<area shape="circle" coords="157,116,26" href="'+__path+'assessment/index.html" alt="賃料査定フォーム">');
	document.write('<area shape="rect" coords="12,143,190,162" href="'+__path+'nagare/index.html" alt="お住まいをお貸しするまでの流れ">');
	document.write('</map>');
}


//セカンド左メニュー（下側：サポート）
function secondleftmenu3(page){
	document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom.gif" alt="ショールーム" width="200" height="24" border="0"></td></tr>');
if(page==1){
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom_01_on.gif" alt="リロケーション" name="showroom01" width="200" height="57" border="0"></td></tr>');
}else{
	document.write('<tr><td><a href="'+__path+'showroom/index.html" onMouseOver="MM_swapImage(\'showroom01\',\'\',\''+__path+'shared/img/2nd_left/showroom_01_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/2nd_left/showroom_01_off.gif" alt="リロケーション" name="showroom01" width="200" height="57" border="0"></a></td></tr>');
}
if(page==2){
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom_02_on.gif" alt="普通に貸したい" name="showroom02" width="200" height="57" border="0"></td></tr>');
}else{
	document.write('<tr><td><a href="'+__path+'showroom/kashitai.html" onMouseOver="MM_swapImage(\'showroom02\',\'\',\''+__path+'shared/img/2nd_left/showroom_02_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/2nd_left/showroom_02_off.gif" alt="普通に貸したい" name="showroom02" width="200" height="57" border="0"></a></td></tr>');
}
if(page==3){
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom_03_on.gif" alt="ご来店予約" name="showroom03" width="200" height="57" border="0"></td></tr>');
}else{
	document.write('<tr><td><a href="'+__path+'showroom/form.html" onMouseOver="MM_swapImage(\'showroom03\',\'\',\''+__path+'shared/img/2nd_left/showroom_03_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/2nd_left/showroom_03_off.gif" alt="ご来店予約" name="showroom03" width="200" height="57" border="0"></a></td></tr>');
}
if(page==4){
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom_04_on.gif" alt="アクセス" name="showroom04" width="200" height="57" border="0"></td></tr>');
}else{
	document.write('<tr><td><a href="'+__path+'showroom/access.html" onMouseOver="MM_swapImage(\'showroom04\',\'\',\''+__path+'shared/img/2nd_left/showroom_04_on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="'+__path+'shared/img/2nd_left/showroom_04_off.gif" alt="アクセス" name="showroom04" width="200" height="57" border="0"></a></td></tr>');
}
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom_05.gif" alt="お問い合わせ"  width="200" height="26" border="0"></td></tr>');
	document.write('<tr><td><img src="'+__path+'shared/img/2nd_left/showroom_06.gif" alt="月曜から土曜11時から20時　日曜・祝祭日11時から18時　水曜定休　カスタマーセンターは年中無休です　TEL 03-3246-7771/0120-007771　FAX 03-3246-7771" width="200" height="155" border="0"></td></tr>');
	document.write('</table>');
}










//フッタ
function footer(){
	document.write('<table width="810" border="0" cellspacing="0" cellpadding="0" summary="　">');
	document.write('<tr>');
	document.write('<td width="10" valign="bottom" background="'+__path+'shared/img/shadow_bg/left.gif"><img src="'+__path+'shared/img/footer/shadow_left.gif" alt="" width="10" height="20"></td>');
	document.write('<td width="790"><table width="790" border="0" cellspacing="0" cellpadding="0" summary="　">');
	
	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr>');
	document.write('<td bgcolor="#234669"><img src="shared/img/clear.gif" width="1" height="2"><br><table align="center" border="0" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">');

  document.write('<tr>');
	document.write('<td align="center"><a href="http://yokohama.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_02_t_bl.gif" alt="リロケーションのダーウィン横浜" width="170" height="45" border="0"></a></td>');
	document.write('<td align="center"><a href="http://forent.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_03_t_bl.gif" alt="賃貸のダーウィン" width="170" height="45" border="0"></a></td>');
	document.write('<td align="center"><a href="http://sumai.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_04_t_bl.gif" alt="不動産売買のダーウィン" width="170" height="45" border="0"></a></td>');
	document.write('<td align="center"><a href="http://space.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_05_t_bl.gif" alt="貸ビル仲介のダーウィン" width="170" height="45" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td align="center"><a href="http://trunk.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_06_t_bl.gif" alt="ダーウィンのトランクルーム" width="170" height="45" border="0"></a></td>');
	document.write('<td align="center"><a href="http://park.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_07_t_bl.gif" alt="ダーウィンの駐車場管理" width="170" height="45" border="0"></a></td>');
	document.write('<td align="center"><a href="http://monthly.7771.co.jp/" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_08_t_bl.gif" alt="マンスリーマンションのダーウィン" width="170" height="45" border="0"></a></td>');
	document.write('<td align="center"><a href="http://www.7771.co.jp/osaka/index.html" target="_blank"><img src="http://www.7771.co.jp/lnkbtn/tblue/banner_10_t_bl.gif" alt="ダーウィン関西" width="170" height="45" border="0"></a></td>');
	document.write('</tr>');
	
  document.write('</table><img src="shared/img/clear.gif" width="1" height="2"></td>');

  document.write('</table></td>');
	document.write('<td width="10" valign="bottom" background="'+__path+'shared/img/shadow_bg/right.gif"><img src="'+__path+'shared/img/footer/shadow_right.gif" alt="" width="10" height="20"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="3"><img src="'+__path+'shared/img/footer/shadow_down.gif" alt="" width="810" height="10"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="3" align="center" class="copyright">Copyright(c) 2005 Darwin, Ltd. All rights reserved.</td>');
	document.write('</tr>');
	document.write('</table>');
}

