function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

/* Functions that handle preload. */
function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  if (selObj.options[selObj.selectedIndex].value) {
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  }
  if (restore) selObj.selectedIndex=0;
}

<!--
// 追加工呼称検索
function optionSearch(){
	var target = "/products/optionsearch/index.php?bt=5GT&mt=SC&pl=33F&th=14&bw=9&jk=0&jb=6&jd=0&wd=0&hm=OFF&sk=0&fs=OFF&ft=OFF&kn=OFF&fn=ON&sts=0";
	var FMW;
	FMW = window.open(target,"optionsearch","WIDTH=650,HEIGHT=600,toolbar=no,location=no,status=no,menubar=yes,directories=no,scrollbars=yes");
	FMW.focus();
}
//-->

//全角数字⇒半角数字
function z2h_ascii(src) {
    var str = new String;
    var len = src.length;
    for (var i = 0; i < len; i++) {
        var c = src.charCodeAt(i);
        if (c >= 65281 && c <= 65374 && c != 65340) {
            str += String.fromCharCode(c - 65248);
        } else if (c == 8217) {
            str += String.fromCharCode(39);
        } else if (c == 8221) {
            str += String.fromCharCode(34);
        } else if (c == 12288) {
            str += String.fromCharCode(32);
        } else if (c == 65507) {
            str += String.fromCharCode(126);
        } else if (c == 65509) {
            str += String.fromCharCode(92);
        } else {
            str += src.charAt(i);
        } 
    }
    return str;
}
//全角数字⇒半角数字の呼び出し
function convert() {
    var src = document.unitta.Addr.value;
    document.unitta.Addr.value = z2h_ascii(src);
}
function convert2() {
    var src = document.unitta.Addr.value;
    document.unitta.Addr.value = z2h_ascii(src);
    var src2 = document.unitta.Naiyou2.value;
    document.unitta.Naiyou2.value = z2h_ascii(src2);
}



mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;
ver=navigator.appVersion.charAt(0);

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
	document.write(".e9{font-size:9px}")
	document.write(".e10{font-size:10px}")
	document.write(".e12{font-size:12px}")
	document.write(".e16{font-size:16px}")
	document.write(".e18{font-size:18px}")
	document.write(".j9{font-size:9px}")
	document.write(".j10{font-size:10px}")
	document.write(".j12{font-size:12px}")
	document.write(".j12m{font-size:12px; line-height:18px}")
	document.write(".j14{font-size:14px}")
	document.write(".j14pb{font-size:14px; font-weight:bold; color:#CC0000}")
	document.write(".j16{font-size:16px}")
	document.write(".j18{font-size:18px}")
	document.write("a { color:#007FC5; text-decoration: none}")
	document.write("a:hover { color:#007FC5; text-decoration: underline}")
	document.write(".here { color:#000055; font-size:12px; }")
	document.write(".here a { color:#000055; text-decoration: none; font-size:12px; }")
	document.write(".here a:hover { color:#000055; text-decoration: underline; font-size:12px; }")
	document.write(".submenu { padding-left:25px; padding-top:2px; height:24px; }")
	document.write(".submenu a { color:#000000; text-decoration: none; font-size:12px; }")
	document.write(".submenu a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
	document.write(".submenu_tech { padding-left:25px; padding-top:2px; padding-right:5px; height:36px; line-height:14px; }")
	document.write(".submenu_tech a { color:#000000; text-decoration: none; font-size:12px; }")
	document.write(".submenu_tech a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
	document.write(".sizemenu { padding-left:37px; padding-top:2px; height:18px; }")
	document.write(".sizemenu a { color:#000000; text-decoration: none; font-size:12px; }")
	document.write(".sizemenu a:hover { color:#007FC5; text-decoration: none; font-size:12px; }")
} else {
	if(ie){
		//FOR WINDOWS IE
		document.write(".e9{font-size:9px; line-height:11px}")
		document.write(".e10{font-size:10px; line-height:12px}")
		document.write(".e12{font-size:12px; line-height:15px}")
		document.write(".e16{font-size:16px; line-height:19px}")
		document.write(".e18{font-size:18px; line-height:22px}")
		document.write(".j9{font-size:10px; line-height:12px}")
		document.write(".j10{font-size:11px; line-height:13px}")
		document.write(".j12{font-size:12px; line-height:18px}")
		document.write(".j14{font-size:14px; line-height:17px; letter-spacing:1.5px}")
		document.write(".j14pb{font-size:14px; line-height:18px; letter-spacing:1.5px; font-weight:bold; color:#CC0000}")
		document.write(".j16{font-size:16px; line-height:19px}")
		document.write(".j18{font-size:16px; line-height:22px}")
		document.write("a { color:#007FC5; text-decoration: none}")
		document.write("a:hover { color:#007FC5; text-decoration: underline}")
		document.write(".here { color:#000055; font-size:12px; }")
		document.write(".here a { color:#000055; text-decoration: none; font-size:12px; }")
		document.write(".here a:hover { color:#000055; text-decoration: underline; font-size:12px; }")
		document.write(".submenu { padding-left:25px; padding-top:2px; height:24px; }")
		document.write(".submenu a { color:#000000; text-decoration: none; font-size:12px; }")
		document.write(".submenu a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
		document.write(".submenu_tech { padding-left:25px; padding-top:2px; padding-right:5px; height:36px; line-height:14px; }")
		document.write(".submenu_tech a { color:#000000; text-decoration: none; font-size:12px; }")
		document.write(".submenu_tech a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
		document.write(".sizemenu { padding-left:37px; padding-top:2px; height:18px; }")
		document.write(".sizemenu a { color:#000000; text-decoration: none; font-size:12px; }")
		document.write(".sizemenu a:hover { color:#007FC5; text-decoration: none; font-size:12px; }")
		document.write(".plist a { color:#AF5551; text-decoration: none; font-size:14px; }")
		document.write(".plist a:hover { color:#AF5551; text-decoration: underline; font-size:14px; }")
	} else{
		if(ver<5){
			//FOR WINDOWS NETSCAPE 4.x
			document.write(".e9{font-size:11px}")
			document.write(".e10{font-size:11px; line-height:11px}")
			document.write(".e12{font-size:14px}")
			document.write(".e16{font-size:18px}")
			document.write(".e18{font-size:19px}")
			document.write(".j9{font-size:10px; line-height:11px}")
			document.write(".j10{font-size:11px; line-height:12px}")
			document.write(".j12{font-size:14px; line-height:17px}")
			document.write(".j12m{font-size:14px; line-height:15px}")
			document.write(".j14{font-size:15px; line-height:18px; letter-spacing:1.5px}")
			document.write(".j14pb{font-size:15px; line-height:18px; letter-spacing:1.5px; font-weight:bold; color:#CC0000}")
			document.write(".j16{font-size:16px; line-height:19px}")
			document.write(".j18{font-size:18px; line-height:20px}")
			document.write("a { color:#007FC5; text-decoration: none}")
			document.write("a:hover { color:#007FC5; text-decoration: underline}")
			document.write(".here { color:#000055; font-size:12px; }")
			document.write(".here a { color:#000055; text-decoration: none; font-size:12px; }")
			document.write(".here a:hover { color:#000055; text-decoration: underline; font-size:12px; }")
			document.write(".submenu { padding-left:25px; padding-top:2px; height:24px; }")
			document.write(".submenu a { color:#000000; text-decoration: none; font-size:12px; }")
			document.write(".submenu a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
			document.write(".submenu_tech { padding-left:25px; padding-top:2px; padding-right:5px; height:36px; line-height:14px; }")
			document.write(".submenu_tech a { color:#000000; text-decoration: none; font-size:12px; }")
			document.write(".submenu_tech a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
			document.write(".sizemenu { padding-left:37px; padding-top:2px; height:18px; }")
			document.write(".sizemenu a { color:#000000; text-decoration: none; font-size:12px; }")
			document.write(".sizemenu a:hover { color:#007FC5; text-decoration: none; font-size:12px; }")
		} else {
			//FOR WINDOWS NETSCAPE 6.x
			document.write(".e9{font-size:11px}")
			document.write(".e10{font-size:11px; line-height:11px}")
			document.write(".e12{font-size:14px}")
			document.write(".e16{font-size:18px}")
			document.write(".e18{font-size:19px}")
			document.write(".j9{font-size:10px; line-height:11px}")
			document.write(".j10{font-size:11px; line-height:12px}")
			document.write(".j12{font-size:12px; line-height:17px}")
			document.write(".j12m{font-size:12px; line-height:18px}")
			document.write(".j14{font-size:14px; line-height:17px;}")
			document.write(".j14pb{font-size:14px; line-height:18px; font-weight:bold; color:#CC0000}")
			document.write(".j16{font-size:16px; line-height:19px}")
			document.write(".j18{font-size:18px; line-height:22px}")
			document.write("a { color:#007FC5; text-decoration: none}")
			document.write("a:hover { color:#007FC5; text-decoration: underline}")
			document.write(".here { color:#000055; font-size:12px; }")
			document.write(".here a { color:#000055; text-decoration: none; font-size:12px; }")
			document.write(".here a:hover { color:#000055; text-decoration: underline; font-size:12px; }")
			document.write(".submenu { padding-left:25px; padding-top:2px; height:24px; }")
			document.write(".submenu a { color:#000000; text-decoration: none; font-size:12px; }")
			document.write(".submenu a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
			document.write(".submenu_tech { padding-left:25px; padding-top:2px; padding-right:5px; height:36px; line-height:14px; }")
			document.write(".submenu_tech a { color:#000000; text-decoration: none; font-size:12px; }")
			document.write(".submenu_tech a:hover { color:#BD0601; text-decoration: none; font-size:12px; }")
			document.write(".sizemenu { padding-left:37px; padding-top:2px; height:18px; }")
			document.write(".sizemenu a { color:#000000; text-decoration: none; font-size:12px; }")
			document.write(".sizemenu a:hover { color:#007FC5; text-decoration: none; font-size:12px; }")
		}
	}
}
document.write("--></STYLE>");
