// 文字サイズ変更
<!--
function changeCharaSize(size) {
	document.getElementById("main").style.fontSize = size + '%';
	document.getElementById("foot").style.fontSize = size + '%';
}
//-->


// ページアップ
<!--
var scrj = 1;
function softScrollBack() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("softScrollBack()",20);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}
// -->





// サブウィンドウ指定：MMT-X試験力範囲
<!--
function winType1()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/mmt/range_a.htm","1","scrollbars=0,resizable=0,left=450,top=220,width=370,height=40");
}
<!--

<!--
function winType2()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/mmt/range_b.htm","2","scrollbars=0,resizable=0,left=400,top=220,width=500,height=40");
}
<!--

// サブウィンドウ指定：VMT-X試験力範囲
<!--
function winType3()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/vmt/range_7.htm","3","scrollbars=0,resizable=0,left=450,top=220,width=260,height=40");
}
<!--

<!--
function winType4()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/vmt/range_7s.htm","4","scrollbars=0,resizable=0,left=400,top=220,width=380,height=40");
}
<!--

// サブウィンドウ指定：RMT-X試験力範囲
<!--
function winType5()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/rmt/range_1n.htm","5","scrollbars=0,resizable=0,left=450,top=220,width=50,height=40");
}
<!--

<!--
function winType6()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/rmt/range_1t.htm","6","scrollbars=0,resizable=0,left=400,top=220,width=160,height=40");
}
<!--

<!--
function winType7()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/rmt/range_3n.htm","7","scrollbars=0,resizable=0,left=450,top=220,width=110,height=40");
}
<!--

<!--
function winType8()
{
 subwin1 = window.open("http://www.matsuzawa-ht.com/estimate/rmt/range_3t.htm","8","scrollbars=0,resizable=0,left=400,top=220,width=310,height=40");
}
<!--









// サブウィンドウ指定：マイクロビッカース試料
<!--
function winType10()
{
 subwin1 = window.open("m_vick_shiryo.htm","10","scrollbars=0,resizable=0,left=250,top=220,width=600,height=400");
}
<!--

// サブウィンドウ指定：ビッカース試料
<!--
function winType11()
{
 subwin1 = window.open("d_vick_shiryo.htm","11","scrollbars=0,resizable=0,left=250,top=220,width=600,height=400");
}
<!--









// 画像入れ替え
<!--
function SwapImg(name,url)
{
document.images[name].src=url;
}
// -->













