//////////////////////////////////////////////////////////////////////////////
//  tomoegawa-site common left-menu link setting / company
//  last update : 2007-08-25
//////////////////////////////////////////////////////////////////////////////


function kLoadMenus( relpos ) {
	
	var menulist = {};
	
	//////////////////////////////////////////////////////////////////////
	
	// 左メニュー
	menustr =
	
'<table border="0" cellpadding="0" cellspacing="0" width="177">' +
'<tr>' +
'<td><img src="assets/navi/spacer.gif" alt="" name="undefined_3" id="undefined_3" border="0" height="1" width="177"></td>' +
'</tr>' +
'<tr>' +
'<td><a href="corporation/index.html">' +
'<img src="assets/navi/company_info.gif" alt="会社情報" border="0" height="27" width="177"></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/outline.html"><div>会社概要</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/message.html"><div>社長挨拶</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/vision.html"><div>経営方針(創業精神)</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/history.html"><div>会社沿革</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/rogo.html"><div>ロゴ</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/director.html"><div>役員一覧</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/tructure.html"><div>会社組織図</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/group.html"><div>事業所・グループ企業案内</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="corporation/showroom.html"><div>ショールームのご案内</div></a></td>' +
'</tr>' +
'</table>';
	
	
	
	
	//////////////////////////////////////////////////////////////////////
	
	document.write( '<div id="LeftTableContainer">' );
	kOutMenus( menustr, relpos );
	kOutSubMenus( menulist, relpos );
	document.write( '</div>' );
}

