// JavaScript Document

var html = '<div class="seg_03_02">';
html += '<div class="seg_03_02_01">';
html += '<p><a href="introduction/">';
html += '<img src="img/index_img23.jpg" onmouseover="this.src="img/index_img23_over.jpg" ';
html += 'onmouseout="this.src="img/index_img23.jpg" width="190" height="30" alt="微小板バネ加工" />';
html += '</a></p>';
html += '</div>';
html += '<div class="seg_03_02_01">';
html += '<p><a href="introduction/002.html">';
html += '<img src="img/index_img23.jpg" onmouseover="this.src="img/index_img23_over.jpg" ';
html += 'onmouseout="this.src="img/index_img23.jpg" width="190" height="30" alt="複雑曲げ板バネ加工" />';
html += '</a></p>';
html += '</div>';
html += '<div class="seg_03_02_02">';
html += '<p><a href="introduction/003.html">';
html += '<img src="img/index_img23.jpg" onmouseover="this.src="img/index_img23_over.jpg" ';
html += 'onmouseout="this.src="img/index_img23.jpg" width="190" height="30" alt="バネ材カーリング加工" />';
html += '</a></p>';
html += '</div>';
html += '</div>';
document.write(html);



