// JavaScript Document
function under_header_contact(){
document.write('<p id="companyInfo"><a href="../company.html#info">企業情報</a></p>');
document.write('<p id="head_tokutei"><a href="../company.html#tokutei">特定商取引法に基づく表記</a></p>');
}
function header_contact(){
document.write('<p id="companyInfo"><a href="company.html#info">企業情報</a></p>');
document.write('<p id="head_tokutei"><a href="company.html#tokutei">特定商取引法に基づく表記</a></p>');
}
function banner_top1(){
document.write('<p class="bnr rollOver"><a href="service/value.html"><img src="img/index_img02_off.jpg" alt="D.I.M.S.では文書スキャニング後の画像加工サービスも行っています。" width="640" height="134" /></a></p>');
}
function top_thumb(){
	document.write('<ul id="topics">');
  document.write('<li><a href="strong_dims.html"><img src="img/index_img04_off.gif" alt="D.I.M.S.の強み" width="206" height="119" /></a></li>');
  document.write('<li><a href="standard.html"><img src="img/index_img05_off.gif" alt="スキャニング業者の選び方" width="206" height="119" /></a></li>');
  document.write('<li class="last"><a href="faq.html"><img src="img/index_img06_off.gif" alt="Q&amp;A" width="208" height="119" /></a></li>');
document.write('</ul>');
	
}