// JavaScript Document
function sidemenu()
  {
    smenu = '<div class="sidediv"><a href="index.html"><img src="img/home_botan.png" alt="Home" /></a></div>'
	+'<div class="sidediv"><img src="img/sougou_botan.png" alt="総合建設" /><br>'
	+'<a href="const.html"><img src="img/kiso_botan.png" alt="基礎工事" onMouseOver="this.src=\'img/kiso_botan2.png\'" onMouseOut="this.src=\'img/kiso_botan.png\'" /></a><br>'
	+'<a href="re_sintiku.html"><img src="img/sin_re_botan.png" alt="新築・リフォーム" onMouseOver="this.src=\'img/sin_re_botan2.png\'" onMouseOut="this.src=\'img/sin_re_botan.png\'" /></a><br>'
	+'<a href="ex.html"><img src="img/exterior_botan.png" alt="外構・エクステリア" onMouseOver="this.src=\'img/exterior_botan2.png\'" onMouseOut="this.src=\'img/exterior_botan.png\'" /></a><br>'
+'<a href="shipo.html"><img src="img/eco_botan.png" alt="シポフェース・ガードフェース・エアプロット" onMouseOver="this.src=\'img/eco_botan2.png\'" onMouseOut="this.src=\'img/eco_botan.png\'" /></a><br>'	
+'<!--<a href="http://clover-love.jp" target="_blank"><img src="img/clover_botan.png" alt="Clover" onMouseOver="this.src=\'img/clover_botan2.png\'" onMouseOut="this.src=\'img/clover_botan.png\'" /></a><br></div>-->'
	+'<div class="sidediv"><img src="img/it_botan.png" alt="IT事業部" /><br>'
	+'<a href="tv.html"><img src="img/3d_botan.png" alt="ThreeV-3D-" onMouseOver="this.src=\'img/3d_botan2.png\'" onMouseOut="this.src=\'img/3d_botan.png\'" /></a><br>'
	+'<a href="purse.html"><img src="img/purse_botan.png" alt="建築パース" onMouseOver="this.src=\'img/purse_botan2.png\'" onMouseOut="this.src=\'img/purse_botan.png\'" /></a><br>'
+'<a href="ie_jump.html"><img src="img/iekaeru_botan.png" alt="イエカエル" onMouseOver="this.src=\'img/iekaeru_botan2.png\'" onMouseOut="this.src=\'img/iekaeru_botan.png\'" /></a><br>'
+'<a href="pc.html"><img src="img/pc_botan.png" alt="PCサポート" onMouseOver="this.src=\'img/pc_botan2.png\'" onMouseOut="this.src=\'img/pc_botan.png\'" /></a><br>'
+'<a href="web.html"><img src="img/hp_botan.png" alt="Web制作" onMouseOver="this.src=\'img/hp_botan2.png\'" onMouseOut="this.src=\'img/hp_botan.png\'" /></a><br>'
	+'<a href="yahoo_a.html"><img src="img/yahoo_botan.png" alt="Yahooオークション代行" onMouseOver="this.src=\'img/yahoo_botan2.png\'" onMouseOut="this.src=\'img/yahoo_botan.png\'" /></a><br></div>'
	+'<div class="sidediv"><img src="img/annai_botan.png" alt="会社案内" /><br>'
	+'<a href="company.html"><img src="img/campany_botan.png" alt="会社案内" onMouseOver="this.src=\'img/campany_botan2.png\'" onMouseOut="this.src=\'img/campany_botan.png\'" /></a><br>'
	+'<a href="mail.html"><img src="img/mail_botan.png" alt="お問い合せ" onMouseOver="this.src=\'img/mail_botan2.png\'" onMouseOut="this.src=\'img/mail_botan.png\'" /></a></div>'	
    //書き出し
    document.write( smenu )
  }
