﻿///////////////////////////////////////////////////////////////////////
// Info: 製品案内用のカタログを表示する。(トップページ用)
///////////////////////////////////////////////////////////////////////
/*@cc_on _d=document;eval('var document=_d')@*/

document.write('<table class="product">',
'<thead>',
'<tr><th class="title" colspan="3"><img src="./img/product_top.gif" width="112" height="15" alt="製品カタログ" title="" /></th></tr>',
'</thead>',
'<tbody>',
'<tr>',
'<th class="name">ロボット</th><th class="name">マシンバイス</th><th class="name">ミッションケース</th>',
'</tr>',
'<tr>',
'<td class="photo"><a href="./product_info/product_robot.data" rel="ibox" title="ロボットの詳細を閲覧します"><img class="border_image" src="./page_technology/img/product_robot-s.jpg" width="95" height="70" alt="ロボットの詳細を閲覧します" onMouseover="borderit(this,\'#56a1ea\')" onMouseout="borderit(this,\'white\')" /></a></td>',
'<td class="photo"><a href="./product_info/product_baisu.data" rel="ibox" title="マシンバイスの詳細を閲覧します"><img class="border_image" src="./page_technology/img/product_baisu-s.jpg" width="95" height="70" alt="マシンバイスの詳細を閲覧します" onMouseover="borderit(this,\'#56a1ea\')" onMouseout="borderit(this,\'white\')" /></a></td>',
'<td class="photo"><a href="./product_info/product_case.data" rel="ibox" title="ミッションケースの詳細を閲覧します"><img class="border_image" src="./page_technology/img/product_case-s.jpg" width="95" height="70" alt="ミッションケースの詳細を閲覧します" onMouseover="borderit(this,\'#56a1ea\')" onMouseout="borderit(this,\'white\')" /></a></td>',
'</tr>',
'<tr>',
'<th class="name">スイングマシナリ</th><th class="name">露光装置部品</th><th class="name">油圧CTRLブロック</th>',
'</tr>',
'<tr>',
'<td class="photo"><a href="./product_info/product_mashinari.data" rel="ibox" title="スイングマシナリの詳細を閲覧します"><img class="border_image" src="./page_technology/img/product_mashinari-s.jpg" width="95" height="70" alt="スイングマシナリの詳細を閲覧します" onMouseover="borderit(this,\'#56a1ea\')" onMouseout="borderit(this,\'white\')" /></a></td>',
'<td class="photo"><a href="./product_info/product_lightning.data" rel="ibox" title="露光装置部品の詳細を閲覧します"><img class="border_image" src="./page_technology/img/product_lightning-s.jpg" width="95" height="70" alt="露光装置部品の詳細を閲覧します" onMouseover="borderit(this,\'#56a1ea\')" onMouseout="borderit(this,\'white\')" /></a></td>',
'<td class="photo"><a href="./product_info/product_block.data" rel="ibox" title="油圧コントロールブロックの詳細を閲覧します"><img class="border_image" src="./page_technology/img/product_block-s.jpg" width="95" height="70" alt="油圧コントロールブロックの詳細を閲覧します" onMouseover="borderit(this,\'#56a1ea\')" onMouseout="borderit(this,\'white\')" /></a></td>',
'</tr>',
'</tbody>',
'</table>');
