//////////////////////////////////////////////////////////////////////////////
//  tomoegawa-site common left-menu link setting / prod_tech
//  last update : 2007-12-26
//////////////////////////////////////////////////////////////////////////////


function kLoadMenus( relpos ) {
	
	var menulist = {};
	
	//////////////////////////////////////////////////////////////////////
	
	// j[
	menustr =

'<table border="0" cellpadding="0" cellspacing="0" width="177">' +
'<tr>' +
'<td><img src="assets/navi/spacer.gif" border="0" height="1" width="177"></td>' +
'</tr>' +
'<tr>' +
'<td><a href="english/e_product_tech/index.html">' +
'<img src="assets/navi/e_prod_tech_prod.gif" alt="Products" border="0" height="27" width="177"></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_electro/index.html"><div>Electronics Parts</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_display/index.html"><div>Display Components</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_toner/index.html"><div>Toner Products</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_sheet/index.html"><div>Functional Sheets</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_paper/index.html"><div>Speciality Papers</div></a></td>' +
'</tr>' +
'<tr>' +
'<td><a href="english/e_product_tech/index.html">' +
'<img src="assets/navi/e_prod_tech_tech.gif" alt="Technologies" border="0" height="27" width="177"></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_adhesive/index.html"><div>Adhesives</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_coat/index.html"><div>Coatings</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_powder/index.html"><div>Toner Technologies</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_fiber/index.html"><div>Papermaking</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_design/index.html"><div>Material Design</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_analysis/index.html"><div>Analysis Center</div></a></td>' +
'</tr>' +
'<tr>' +
'<td><a href="english/e_product_tech/e_labo/index.html">' +
'<img src="assets/navi/e_prod_tech_labo.gif" alt="R&D Activities" border="0" height="27" width="177"></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_labo/index.html"><div>R&D Activities</div></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="http://bunseki.tomoegawa.co.jp/"><div>Analysis Center</div></a></td>' +
'</tr>' +
'<tr>' +
'<td><a href="english/e_product_tech/e_licence/index.html">' +
'<img src="assets/navi/e_prod_tech_licence.gif" alt="Publicized Technical Information" border="0" height="27" width="177"></a></td>' +
'</tr>' +
'<tr>' +
'<td id="l_index"><a href="english/e_product_tech/e_licence/index.html"><div>Publicized Technical Information</div></a></td>' +
'</tr>' +
'</table>';
	
	

	//////////////////////////////////////////////////////////////////////
	
	document.write( '<div id="LeftTableContainer">' );
	kOutMenus( menustr, relpos );
	kOutSubMenus( menulist, relpos );
	document.write( '</div>' );
}

