// JavaScript Document
function topInquiry(path)
{
	document.writeln('<p id="topInquiry"><a href="' + path + 'inquiry.html"><img src="' + path + 'img/topInquiry.jpg" alt="セイ建プランニング" width="197" height="58" /></a></p>');	
}

function leftBanner(path)
{
	str = '<p id="leftTalk"><a href="http://seikenplanning.blog95.fc2.com/" target="_blank"><img src="' + path + 'img/leftTalk.jpg" alt="" /></a></p>';
	
	str +='<p id="leftGive"><a href="' + path + 'inquiry.html"><img src="' + path + 'img/pickup02_03.jpg" alt="資料請求はこちら" /></a></p>';
	str +='<p class="nav_brn01">ご相談、お見積もり セイ建プランニング 0120-456-784 電話受付時間　8:30～22:00</p>';
	document.writeln(str);
}
