// JavaScript Document

var html = '<div class="seg_03_01">';
html += '<div class="seg_03_01_01">';
html += '<p><a href="introduction/">';
html += '<img src="img/index_img20_off.jpg" onmouseover="this.src="img/index_img20_on.jpg" ';
html += 'onmouseout="this.src="img/index_img20_off.jpg" width="190" height="210" alt="微小板バネ加工" />';
html += '</a></p>';
html += '</div>';
html += '<div class="seg_03_01_01">';
html += '<p><a href="introduction/002.html">';
html += '<img src="img/index_img21_off.jpg" onmouseover="this.src="img/index_img21_on.jpg" ';
html += 'onmouseout="this.src="img/index_img21_off.jpg" width="190" height="210" alt="複雑曲げ板バネ加工" />';
html += '</a></p>';
html += '</div>';
html += '<div class="seg_03_01_02">';
html += '<p><a href="introduction/003.html">';
html += '<img src="img/index_img22_off.jpg" onmouseover="this.src="img/index_img22_on.jpg" ';
html += 'onmouseout="this.src="img/img/index_img22_off.jpg" width="190" height="210" alt="バネ材カーリング加工" />';
html += '</a></p>';
html += '</div>';
html += '</div>';
document.write(html);




