<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  newWin = window.open(theURL,winName,features);
newWin.focus()
}

//Cartポップアップウィンドウ
function OpenBrWindow_Cart(theURL) { //v2.0
  newWin = window.open('http://www.mitutoyo.co.jp/cart/index.html','cart','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=760,height=550');
newWin.focus();
}







-->
