// JavaScript Document
function topbanner(vitem)
{
	var str = "";
	switch(vitem)
	{
		case 1: str += '<p>';
		str += '<a href="step1/index.html"><img src="images/index_flow01.jpg" alt="購入検討スタート" width="170" height="85" /></a>';
		str +='<img src="images/index_flow_arrow.gif" alt="" width="17" height="85" />';
		str +='<a href="step2/index.html"><img src="images/index_flow02.jpg" alt="物件選びのポイント" width="170" height="85" /></a>';
		str +='<img src="images/index_flow_arrow.gif" alt="" width="17" height="85" />';
		str +='<a href="step3/index.html"><img src="images/index_flow03.jpg" alt="購入の際のポイント" width="170" height="85" /></a>';
		str +='<img src="images/index_flow_arrow02.gif" alt="" width="16" height="85" />';
		str +='</p><p>';
		str +='<a href="step4/index.html"><img src="images/index_flow04.jpg" alt="契約から引越しまで" width="170" height="85" /></a>';
		str +='<img src="images/index_flow_arrow.gif" alt="" width="17" height="85" />';
		str +='<a href="step5/index.html"><img src="images/index_flow05.jpg" alt="不動産のプロに学ぶ" width="170" height="85" /></a>';
		str +='<img src="images/index_flow_arrow.gif" alt="" width="17" height="85" />';
		str +='<a href="step6/index.html"><img src="images/index_flow06.jpg" alt="不動産のプロに聞く" width="170" height="85" /></a>';
		str +='</p>';	
		break;
		case 2: str += '<div align="center"><div ><a href="http://www.f-reform.info/" target="_blank"><img src="images/bnr_ref_b.jpg" alt="中古物件で賢く、自分好みの家にリフォームしませんか？" width="535" height="80" border="0" /></a></div><div class="sumai"><div class="floatL1"><a href="http://www.home-land.co.jp/contest.html" target="_blank" rel="nofollow"><img src="images/sumai.jpg" alt="住まいのコンテスト" width="260" height="80" /></a></div><div class="floatR1"><a href="http://www.home-land.co.jp/movie.html" target="_blank" rel="nofollow"><img src="images/movie.jpg" alt="Movie" width="260" height="80" /></a></div></div><div class="clearSumai"></div></div>';	
		break;
	}
	document.writeln(str);
	
}

function top_remains() {
document.write('<h2><img src="images/index_ttl01.jpg" alt="What\'s new" width="560" height="27" /></h2>\
<dl id="infoBox" class="clearfix">\
<dt>2010/08/20</dt>\
<dd><a href="http://www.home-land.co.jp/newbuilding/newbuilding22.html" target="_blank" rel="nofollow">新築の実績にT邸を追加しました。</a></dd>\
<dt>2010/07/16</dt>\
<dd><a href="http://www.home-land.co.jp/contest_result13.html" target="_blank" rel="nofollow">春のガーデニングコンテスト結果発表</a></dd>\
<dt>2010/07/12</dt>\
<dd><a href="http://www.home-land.co.jp/newbuilding/newbuilding21.html" target="_blank" rel="nofollow">新築の実績にU邸を追加しました。</a></dd>\
<dt>2010/07/12</dt>\
<dd><a href="http://www.home-land.co.jp/newbuilding/newbuilding20.html" target="_blank" rel="nofollow">新築の実績にM邸を追加しました。</a></dd>\
</dl>\
<h2><img src="images/index_ttl03.gif" alt="運営会社のご紹介" width="560" height="27" /></h2>\
<p id="indexBnbox"><a href="step6/index.html"><img src="images/index_bn02.jpg" alt="資料請求ご相談窓口" width="270" height="100" class="floatR" /></a><a href="http://www.home-land.co.jp/" target="_blank" rel="nofollow"><img src="images/index_bn01.jpg" alt="ホームランドのご紹介" width="270" height="100" /></a></p>\
<div class="text" align="left">\
<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="資料請求">\
<tr>\
<td>\
<div align="center">\
<p><img src="images/siryo01.gif" alt="TEL：0120-724-112" usemap="#shiryou" /></p>\
<map name="shiryou" id="shiryou">\
<area shape="circle" coords="77,57 55" href="step6/index.html" alt="資料請求" />\
<area shape="rect" coords="134,6,525,108" href="step6/index.html" alt="お問い合わせ" />\
</map>\
<div class="bn_offical01"><a href="http://www.home-land.co.jp/" target="_blank">不動産購入にご興味がある方は、ホームランド公式サイトへ。公式サイトはこちら</a></div>');
}