//ショッピングバスケットで使用(数量変更)function goSelect(sel) {	document.forms[0].index.value = -1;	document.forms[0].action.value = "set";	document.forms[0].submit();}//ショッピングバスケットで使用(削除ボタン)function dspCtlX(IDX) {	document.forms[0].index.value = IDX;	document.forms[0].submit();}//ショッピングバスケットで使用(見積フォームにセットボタン)function goEst(aaa,bbb) {	var a = aaa.split(";");	var b = bbb.split(";");	for (i = 0; i < a.length; i++) {        top.window.opener.forminput(a[i],b[i]);	}	return false;}//見積で使用(確認ボタン後にリセットできるように後から入力域にセット)function goSet(prtno,qty,index) {	var a = prtno.split(";");	var b = qty.split(";");	var c = index.split(";");	for (i = 0; i < a.length; i++) {        forminput2(a[i],b[i],c[i]);	}	return false;}//見積で使用(入力クリア)function goClear(index) {	if (index == "100") { 		for (i = 1; i < 100; i++) {	        forminput2("","",i);		}	} else {        forminput2("","",index);	}	return false;}//見積画面からの再セットfunction forminput2(part_no,qty,index) {   if ( index == "1" ) {        document.forms[0].PRTNO_1.value = part_no;        document.forms[0].QTY_1.value = qty;    } else if ( index == "2" ) {        document.forms[0].PRTNO_2.value = part_no;        document.forms[0].QTY_2.value = qty;    } else if ( index == "3" ) {        document.forms[0].PRTNO_3.value = part_no;        document.forms[0].QTY_3.value = qty;    } else if ( index == "4" ) {        document.forms[0].PRTNO_4.value = part_no;        document.forms[0].QTY_4.value = qty;    } else if ( index == "5" ) {        document.forms[0].PRTNO_5.value = part_no;        document.forms[0].QTY_5.value = qty;    } else if ( index == "6" ) {        document.forms[0].PRTNO_6.value = part_no;        document.forms[0].QTY_6.value = qty;    } else if ( index == "7" ) {        document.forms[0].PRTNO_7.value = part_no;        document.forms[0].QTY_7.value = qty;    } else if ( index == "8" ) {        document.forms[0].PRTNO_8.value = part_no;        document.forms[0].QTY_8.value = qty;    } else if ( index == "9" ) {        document.forms[0].PRTNO_9.value = part_no;        document.forms[0].QTY_9.value = qty;    } else if ( index == "10" ) {        document.forms[0].PRTNO_10.value = part_no;        document.forms[0].QTY_10.value = qty;    } else if ( index == "11" ) {        document.forms[0].PRTNO_11.value = part_no;        document.forms[0].QTY_11.value = qty;    } else if ( index == "12" ) {        document.forms[0].PRTNO_12.value = part_no;        document.forms[0].QTY_12.value = qty;    } else if ( index == "13" ) {        document.forms[0].PRTNO_13.value = part_no;        document.forms[0].QTY_13.value = qty;    } else if ( index == "14" ) {        document.forms[0].PRTNO_14.value = part_no;        document.forms[0].QTY_14.value = qty;    } else if ( index == "15" ) {        document.forms[0].PRTNO_15.value = part_no;        document.forms[0].QTY_15.value = qty;    } else if ( index == "16" ) {        document.forms[0].PRTNO_16.value = part_no;        document.forms[0].QTY_16.value = qty;    } else if ( index == "17" ) {        document.forms[0].PRTNO_17.value = part_no;        document.forms[0].QTY_17.value = qty;    } else if ( index == "18" ) {        document.forms[0].PRTNO_18.value = part_no;        document.forms[0].QTY_18.value = qty;    } else if ( index == "19" ) {        document.forms[0].PRTNO_19.value = part_no;        document.forms[0].QTY_19.value = qty;    } else if ( index == "20" ) {        document.forms[0].PRTNO_20.value = part_no;        document.forms[0].QTY_20.value = qty;    } else if ( index == "21" ) {        document.forms[0].PRTNO_21.value = part_no;        document.forms[0].QTY_21.value = qty;    } else if ( index == "22" ) {        document.forms[0].PRTNO_22.value = part_no;        document.forms[0].QTY_22.value = qty;    } else if ( index == "23" ) {        document.forms[0].PRTNO_23.value = part_no;        document.forms[0].QTY_23.value = qty;    } else if ( index == "24" ) {        document.forms[0].PRTNO_24.value = part_no;        document.forms[0].QTY_24.value = qty;    } else if ( index == "25" ) {        document.forms[0].PRTNO_25.value = part_no;        document.forms[0].QTY_25.value = qty;    } else if ( index == "26" ) {        document.forms[0].PRTNO_26.value = part_no;        document.forms[0].QTY_26.value = qty;    } else if ( index == "27" ) {        document.forms[0].PRTNO_27.value = part_no;        document.forms[0].QTY_27.value = qty;    } else if ( index == "28" ) {        document.forms[0].PRTNO_28.value = part_no;        document.forms[0].QTY_28.value = qty;    } else if ( index == "29" ) {        document.forms[0].PRTNO_29.value = part_no;        document.forms[0].QTY_29.value = qty;    } else if ( index == "30" ) {        document.forms[0].PRTNO_30.value = part_no;        document.forms[0].QTY_30.value = qty;    } else if ( index == "31" ) {        document.forms[0].PRTNO_31.value = part_no;        document.forms[0].QTY_31.value = qty;    } else if ( index == "32" ) {        document.forms[0].PRTNO_32.value = part_no;        document.forms[0].QTY_32.value = qty;    } else if ( index == "33" ) {        document.forms[0].PRTNO_33.value = part_no;        document.forms[0].QTY_33.value = qty;    } else if ( index == "34" ) {        document.forms[0].PRTNO_34.value = part_no;        document.forms[0].QTY_34.value = qty;    } else if ( index == "35" ) {        document.forms[0].PRTNO_35.value = part_no;        document.forms[0].QTY_35.value = qty;    } else if ( index == "36" ) {        document.forms[0].PRTNO_36.value = part_no;        document.forms[0].QTY_36.value = qty;    } else if ( index == "37" ) {        document.forms[0].PRTNO_37.value = part_no;        document.forms[0].QTY_37.value = qty;    } else if ( index == "38" ) {        document.forms[0].PRTNO_38.value = part_no;        document.forms[0].QTY_38.value = qty;    } else if ( index == "39" ) {        document.forms[0].PRTNO_39.value = part_no;        document.forms[0].QTY_39.value = qty;    } else if ( index == "40" ) {        document.forms[0].PRTNO_40.value = part_no;        document.forms[0].QTY_40.value = qty;    } else if ( index == "41" ) {        document.forms[0].PRTNO_41.value = part_no;        document.forms[0].QTY_41.value = qty;    } else if ( index == "42" ) {        document.forms[0].PRTNO_42.value = part_no;        document.forms[0].QTY_42.value = qty;    } else if ( index == "43" ) {        document.forms[0].PRTNO_43.value = part_no;        document.forms[0].QTY_43.value = qty;    } else if ( index == "44" ) {        document.forms[0].PRTNO_44.value = part_no;        document.forms[0].QTY_44.value = qty;    } else if ( index == "45" ) {        document.forms[0].PRTNO_45.value = part_no;        document.forms[0].QTY_45.value = qty;    } else if ( index == "46" ) {        document.forms[0].PRTNO_46.value = part_no;        document.forms[0].QTY_46.value = qty;    } else if ( index == "47" ) {        document.forms[0].PRTNO_47.value = part_no;        document.forms[0].QTY_47.value = qty;    } else if ( index == "48" ) {        document.forms[0].PRTNO_48.value = part_no;        document.forms[0].QTY_48.value = qty;    } else if ( index == "49" ) {        document.forms[0].PRTNO_49.value = part_no;        document.forms[0].QTY_49.value = qty;    } else if ( index == "50" ) {        document.forms[0].PRTNO_50.value = part_no;        document.forms[0].QTY_50.value = qty;    } else if ( index == "51" ) {        document.forms[0].PRTNO_51.value = part_no;        document.forms[0].QTY_51.value = qty;    } else if ( index == "52" ) {        document.forms[0].PRTNO_52.value = part_no;        document.forms[0].QTY_52.value = qty;    } else if ( index == "53" ) {        document.forms[0].PRTNO_53.value = part_no;        document.forms[0].QTY_53.value = qty;    } else if ( index == "54" ) {        document.forms[0].PRTNO_54.value = part_no;        document.forms[0].QTY_54.value = qty;    } else if ( index == "55" ) {        document.forms[0].PRTNO_55.value = part_no;        document.forms[0].QTY_55.value = qty;    } else if ( index == "56" ) {        document.forms[0].PRTNO_56.value = part_no;        document.forms[0].QTY_56.value = qty;    } else if ( index == "57" ) {        document.forms[0].PRTNO_57.value = part_no;        document.forms[0].QTY_57.value = qty;    } else if ( index == "58" ) {        document.forms[0].PRTNO_58.value = part_no;        document.forms[0].QTY_58.value = qty;    } else if ( index == "59" ) {        document.forms[0].PRTNO_59.value = part_no;        document.forms[0].QTY_59.value = qty;    } else if ( index == "60" ) {        document.forms[0].PRTNO_60.value = part_no;        document.forms[0].QTY_60.value = qty;    } else if ( index == "61" ) {        document.forms[0].PRTNO_61.value = part_no;        document.forms[0].QTY_61.value = qty;    } else if ( index == "62" ) {        document.forms[0].PRTNO_62.value = part_no;        document.forms[0].QTY_62.value = qty;    } else if ( index == "63" ) {        document.forms[0].PRTNO_63.value = part_no;        document.forms[0].QTY_63.value = qty;    } else if ( index == "64" ) {        document.forms[0].PRTNO_64.value = part_no;        document.forms[0].QTY_64.value = qty;    } else if ( index == "65" ) {        document.forms[0].PRTNO_65.value = part_no;        document.forms[0].QTY_65.value = qty;    } else if ( index == "66" ) {        document.forms[0].PRTNO_66.value = part_no;        document.forms[0].QTY_66.value = qty;    } else if ( index == "67" ) {        document.forms[0].PRTNO_67.value = part_no;        document.forms[0].QTY_67.value = qty;    } else if ( index == "68" ) {        document.forms[0].PRTNO_68.value = part_no;        document.forms[0].QTY_68.value = qty;    } else if ( index == "69" ) {        document.forms[0].PRTNO_69.value = part_no;        document.forms[0].QTY_69.value = qty;    } else if ( index == "70" ) {        document.forms[0].PRTNO_70.value = part_no;        document.forms[0].QTY_70.value = qty;    } else if ( index == "71" ) {        document.forms[0].PRTNO_71.value = part_no;        document.forms[0].QTY_71.value = qty;    } else if ( index == "72" ) {        document.forms[0].PRTNO_72.value = part_no;        document.forms[0].QTY_72.value = qty;    } else if ( index == "73" ) {        document.forms[0].PRTNO_73.value = part_no;        document.forms[0].QTY_73.value = qty;    } else if ( index == "74" ) {        document.forms[0].PRTNO_74.value = part_no;        document.forms[0].QTY_74.value = qty;    } else if ( index == "75" ) {        document.forms[0].PRTNO_75.value = part_no;        document.forms[0].QTY_75.value = qty;    } else if ( index == "76" ) {        document.forms[0].PRTNO_76.value = part_no;        document.forms[0].QTY_76.value = qty;    } else if ( index == "77" ) {        document.forms[0].PRTNO_77.value = part_no;        document.forms[0].QTY_77.value = qty;    } else if ( index == "78" ) {        document.forms[0].PRTNO_78.value = part_no;        document.forms[0].QTY_78.value = qty;    } else if ( index == "79" ) {        document.forms[0].PRTNO_79.value = part_no;        document.forms[0].QTY_79.value = qty;    } else if ( index == "80" ) {        document.forms[0].PRTNO_80.value = part_no;        document.forms[0].QTY_80.value = qty;    } else if ( index == "81" ) {        document.forms[0].PRTNO_81.value = part_no;        document.forms[0].QTY_81.value = qty;    } else if ( index == "82" ) {        document.forms[0].PRTNO_82.value = part_no;        document.forms[0].QTY_82.value = qty;    } else if ( index == "83" ) {        document.forms[0].PRTNO_83.value = part_no;        document.forms[0].QTY_83.value = qty;    } else if ( index == "84" ) {        document.forms[0].PRTNO_84.value = part_no;        document.forms[0].QTY_84.value = qty;    } else if ( index == "85" ) {        document.forms[0].PRTNO_85.value = part_no;        document.forms[0].QTY_85.value = qty;    } else if ( index == "86" ) {        document.forms[0].PRTNO_86.value = part_no;        document.forms[0].QTY_86.value = qty;    } else if ( index == "87" ) {        document.forms[0].PRTNO_87.value = part_no;        document.forms[0].QTY_87.value = qty;    } else if ( index == "88" ) {        document.forms[0].PRTNO_88.value = part_no;        document.forms[0].QTY_88.value = qty;    } else if ( index == "89" ) {        document.forms[0].PRTNO_89.value = part_no;        document.forms[0].QTY_89.value = qty;    } else if ( index == "90" ) {        document.forms[0].PRTNO_90.value = part_no;        document.forms[0].QTY_90.value = qty;    } else if ( index == "91" ) {        document.forms[0].PRTNO_91.value = part_no;        document.forms[0].QTY_91.value = qty;    } else if ( index == "92" ) {        document.forms[0].PRTNO_92.value = part_no;        document.forms[0].QTY_92.value = qty;    } else if ( index == "93" ) {        document.forms[0].PRTNO_93.value = part_no;        document.forms[0].QTY_93.value = qty;    } else if ( index == "94" ) {        document.forms[0].PRTNO_94.value = part_no;        document.forms[0].QTY_94.value = qty;    } else if ( index == "95" ) {        document.forms[0].PRTNO_95.value = part_no;        document.forms[0].QTY_95.value = qty;    } else if ( index == "96" ) {        document.forms[0].PRTNO_96.value = part_no;        document.forms[0].QTY_96.value = qty;    } else if ( index == "97" ) {        document.forms[0].PRTNO_97.value = part_no;        document.forms[0].QTY_97.value = qty;    } else if ( index == "98" ) {        document.forms[0].PRTNO_98.value = part_no;        document.forms[0].QTY_98.value = qty;    } else if ( index == "99" ) {        document.forms[0].PRTNO_99.value = part_no;        document.forms[0].QTY_99.value = qty;    } else {        window.focus();    }}function forminput(part_no,qty) {   if ( document.forms[0].PRTNO_1.value == "" ) {        document.forms[0].PRTNO_1.value = part_no;        if ( qty != "" ) document.forms[0].QTY_1.value = qty;    } else if ( document.forms[0].PRTNO_2.value == "" ) {        document.forms[0].PRTNO_2.value = part_no;        if ( qty != "" ) document.forms[0].QTY_2.value = qty;    } else if ( document.forms[0].PRTNO_3.value == "" ) {        document.forms[0].PRTNO_3.value = part_no;        if ( qty != "" ) document.forms[0].QTY_3.value = qty;    } else if ( document.forms[0].PRTNO_4.value == "" ) {        document.forms[0].PRTNO_4.value = part_no;        if ( qty != "" ) document.forms[0].QTY_4.value = qty;    } else if ( document.forms[0].PRTNO_5.value == "" ) {        document.forms[0].PRTNO_5.value = part_no;        if ( qty != "" ) document.forms[0].QTY_5.value = qty;    } else if ( document.forms[0].PRTNO_6.value == "" ) {        document.forms[0].PRTNO_6.value = part_no;        if ( qty != "" ) document.forms[0].QTY_6.value = qty;    } else if ( document.forms[0].PRTNO_7.value == "" ) {        document.forms[0].PRTNO_7.value = part_no;        if ( qty != "" ) document.forms[0].QTY_7.value = qty;    } else if ( document.forms[0].PRTNO_8.value == "" ) {        document.forms[0].PRTNO_8.value = part_no;        if ( qty != "" ) document.forms[0].QTY_8.value = qty;    } else if ( document.forms[0].PRTNO_9.value == "" ) {        document.forms[0].PRTNO_9.value = part_no;        if ( qty != "" ) document.forms[0].QTY_9.value = qty;    } else if ( document.forms[0].PRTNO_10.value == "" ) {        document.forms[0].PRTNO_10.value = part_no;        if ( qty != "" ) document.forms[0].QTY_10.value = qty;    } else if ( document.forms[0].PRTNO_11.value == "" ) {        document.forms[0].PRTNO_11.value = part_no;        if ( qty != "" ) document.forms[0].QTY_11.value = qty;    } else if ( document.forms[0].PRTNO_12.value == "" ) {        document.forms[0].PRTNO_12.value = part_no;        if ( qty != "" ) document.forms[0].QTY_12.value = qty;    } else if ( document.forms[0].PRTNO_13.value == "" ) {        document.forms[0].PRTNO_13.value = part_no;        if ( qty != "" ) document.forms[0].QTY_13.value = qty;    } else if ( document.forms[0].PRTNO_14.value == "" ) {        document.forms[0].PRTNO_14.value = part_no;        if ( qty != "" ) document.forms[0].QTY_14.value = qty;    } else if ( document.forms[0].PRTNO_15.value == "" ) {        document.forms[0].PRTNO_15.value = part_no;        if ( qty != "" ) document.forms[0].QTY_15.value = qty;    } else if ( document.forms[0].PRTNO_16.value == "" ) {        document.forms[0].PRTNO_16.value = part_no;        if ( qty != "" ) document.forms[0].QTY_16.value = qty;    } else if ( document.forms[0].PRTNO_17.value == "" ) {        document.forms[0].PRTNO_17.value = part_no;        if ( qty != "" ) document.forms[0].QTY_17.value = qty;    } else if ( document.forms[0].PRTNO_18.value == "" ) {        document.forms[0].PRTNO_18.value = part_no;        if ( qty != "" ) document.forms[0].QTY_18.value = qty;    } else if ( document.forms[0].PRTNO_19.value == "" ) {        document.forms[0].PRTNO_19.value = part_no;        if ( qty != "" ) document.forms[0].QTY_19.value = qty;    } else if ( document.forms[0].PRTNO_20.value == "" ) {        document.forms[0].PRTNO_20.value = part_no;        if ( qty != "" ) document.forms[0].QTY_20.value = qty;    } else if ( document.forms[0].PRTNO_21.value == "" ) {        document.forms[0].PRTNO_21.value = part_no;        if ( qty != "" ) document.forms[0].QTY_21.value = qty;    } else if ( document.forms[0].PRTNO_22.value == "" ) {        document.forms[0].PRTNO_22.value = part_no;        if ( qty != "" ) document.forms[0].QTY_22.value = qty;    } else if ( document.forms[0].PRTNO_23.value == "" ) {        document.forms[0].PRTNO_23.value = part_no;        if ( qty != "" ) document.forms[0].QTY_23.value = qty;    } else if ( document.forms[0].PRTNO_24.value == "" ) {        document.forms[0].PRTNO_24.value = part_no;        if ( qty != "" ) document.forms[0].QTY_24.value = qty;    } else if ( document.forms[0].PRTNO_25.value == "" ) {        document.forms[0].PRTNO_25.value = part_no;        if ( qty != "" ) document.forms[0].QTY_25.value = qty;    } else if ( document.forms[0].PRTNO_26.value == "" ) {        document.forms[0].PRTNO_26.value = part_no;        if ( qty != "" ) document.forms[0].QTY_26.value = qty;    } else if ( document.forms[0].PRTNO_27.value == "" ) {        document.forms[0].PRTNO_27.value = part_no;        if ( qty != "" ) document.forms[0].QTY_27.value = qty;    } else if ( document.forms[0].PRTNO_28.value == "" ) {        document.forms[0].PRTNO_28.value = part_no;        if ( qty != "" ) document.forms[0].QTY_28.value = qty;    } else if ( document.forms[0].PRTNO_29.value == "" ) {        document.forms[0].PRTNO_29.value = part_no;        if ( qty != "" ) document.forms[0].QTY_29.value = qty;    } else if ( document.forms[0].PRTNO_30.value == "" ) {        document.forms[0].PRTNO_30.value = part_no;        if ( qty != "" ) document.forms[0].QTY_30.value = qty;    } else if ( document.forms[0].PRTNO_31.value == "" ) {        document.forms[0].PRTNO_31.value = part_no;        if ( qty != "" ) document.forms[0].QTY_31.value = qty;    } else if ( document.forms[0].PRTNO_32.value == "" ) {        document.forms[0].PRTNO_32.value = part_no;        if ( qty != "" ) document.forms[0].QTY_32.value = qty;    } else if ( document.forms[0].PRTNO_33.value == "" ) {        document.forms[0].PRTNO_33.value = part_no;        if ( qty != "" ) document.forms[0].QTY_33.value = qty;    } else if ( document.forms[0].PRTNO_34.value == "" ) {        document.forms[0].PRTNO_34.value = part_no;        if ( qty != "" ) document.forms[0].QTY_34.value = qty;    } else if ( document.forms[0].PRTNO_35.value == "" ) {        document.forms[0].PRTNO_35.value = part_no;        if ( qty != "" ) document.forms[0].QTY_35.value = qty;    } else if ( document.forms[0].PRTNO_36.value == "" ) {        document.forms[0].PRTNO_36.value = part_no;        if ( qty != "" ) document.forms[0].QTY_36.value = qty;    } else if ( document.forms[0].PRTNO_37.value == "" ) {        document.forms[0].PRTNO_37.value = part_no;        if ( qty != "" ) document.forms[0].QTY_37.value = qty;    } else if ( document.forms[0].PRTNO_38.value == "" ) {        document.forms[0].PRTNO_38.value = part_no;        if ( qty != "" ) document.forms[0].QTY_38.value = qty;    } else if ( document.forms[0].PRTNO_39.value == "" ) {        document.forms[0].PRTNO_39.value = part_no;        if ( qty != "" ) document.forms[0].QTY_39.value = qty;    } else if ( document.forms[0].PRTNO_40.value == "" ) {        document.forms[0].PRTNO_40.value = part_no;        if ( qty != "" ) document.forms[0].QTY_40.value = qty;    } else if ( document.forms[0].PRTNO_41.value == "" ) {        document.forms[0].PRTNO_41.value = part_no;        if ( qty != "" ) document.forms[0].QTY_41.value = qty;    } else if ( document.forms[0].PRTNO_42.value == "" ) {        document.forms[0].PRTNO_42.value = part_no;        if ( qty != "" ) document.forms[0].QTY_42.value = qty;    } else if ( document.forms[0].PRTNO_43.value == "" ) {        document.forms[0].PRTNO_43.value = part_no;        if ( qty != "" ) document.forms[0].QTY_43.value = qty;    } else if ( document.forms[0].PRTNO_44.value == "" ) {        document.forms[0].PRTNO_44.value = part_no;        if ( qty != "" ) document.forms[0].QTY_44.value = qty;    } else if ( document.forms[0].PRTNO_45.value == "" ) {        document.forms[0].PRTNO_45.value = part_no;        if ( qty != "" ) document.forms[0].QTY_45.value = qty;    } else if ( document.forms[0].PRTNO_46.value == "" ) {        document.forms[0].PRTNO_46.value = part_no;        if ( qty != "" ) document.forms[0].QTY_46.value = qty;    } else if ( document.forms[0].PRTNO_47.value == "" ) {        document.forms[0].PRTNO_47.value = part_no;        if ( qty != "" ) document.forms[0].QTY_47.value = qty;    } else if ( document.forms[0].PRTNO_48.value == "" ) {        document.forms[0].PRTNO_48.value = part_no;        if ( qty != "" ) document.forms[0].QTY_48.value = qty;    } else if ( document.forms[0].PRTNO_49.value == "" ) {        document.forms[0].PRTNO_49.value = part_no;        if ( qty != "" ) document.forms[0].QTY_49.value = qty;    } else if ( document.forms[0].PRTNO_50.value == "" ) {        document.forms[0].PRTNO_50.value = part_no;        if ( qty != "" ) document.forms[0].QTY_50.value = qty;    } else if ( document.forms[0].PRTNO_51.value == "" ) {        document.forms[0].PRTNO_51.value = part_no;        if ( qty != "" ) document.forms[0].QTY_51.value = qty;    } else if ( document.forms[0].PRTNO_52.value == "" ) {        document.forms[0].PRTNO_52.value = part_no;        if ( qty != "" ) document.forms[0].QTY_52.value = qty;    } else if ( document.forms[0].PRTNO_53.value == "" ) {        document.forms[0].PRTNO_53.value = part_no;        if ( qty != "" ) document.forms[0].QTY_53.value = qty;    } else if ( document.forms[0].PRTNO_54.value == "" ) {        document.forms[0].PRTNO_54.value = part_no;        if ( qty != "" ) document.forms[0].QTY_54.value = qty;    } else if ( document.forms[0].PRTNO_55.value == "" ) {        document.forms[0].PRTNO_55.value = part_no;        if ( qty != "" ) document.forms[0].QTY_55.value = qty;    } else if ( document.forms[0].PRTNO_56.value == "" ) {        document.forms[0].PRTNO_56.value = part_no;        if ( qty != "" ) document.forms[0].QTY_56.value = qty;    } else if ( document.forms[0].PRTNO_57.value == "" ) {        document.forms[0].PRTNO_57.value = part_no;        if ( qty != "" ) document.forms[0].QTY_57.value = qty;    } else if ( document.forms[0].PRTNO_58.value == "" ) {        document.forms[0].PRTNO_58.value = part_no;        if ( qty != "" ) document.forms[0].QTY_58.value = qty;    } else if ( document.forms[0].PRTNO_59.value == "" ) {        document.forms[0].PRTNO_59.value = part_no;        if ( qty != "" ) document.forms[0].QTY_59.value = qty;    } else if ( document.forms[0].PRTNO_60.value == "" ) {        document.forms[0].PRTNO_60.value = part_no;        if ( qty != "" ) document.forms[0].QTY_60.value = qty;    } else if ( document.forms[0].PRTNO_61.value == "" ) {        document.forms[0].PRTNO_61.value = part_no;        if ( qty != "" ) document.forms[0].QTY_61.value = qty;    } else if ( document.forms[0].PRTNO_62.value == "" ) {        document.forms[0].PRTNO_62.value = part_no;        if ( qty != "" ) document.forms[0].QTY_62.value = qty;    } else if ( document.forms[0].PRTNO_63.value == "" ) {        document.forms[0].PRTNO_63.value = part_no;        if ( qty != "" ) document.forms[0].QTY_63.value = qty;    } else if ( document.forms[0].PRTNO_64.value == "" ) {        document.forms[0].PRTNO_64.value = part_no;        if ( qty != "" ) document.forms[0].QTY_64.value = qty;    } else if ( document.forms[0].PRTNO_65.value == "" ) {        document.forms[0].PRTNO_65.value = part_no;        if ( qty != "" ) document.forms[0].QTY_65.value = qty;    } else if ( document.forms[0].PRTNO_66.value == "" ) {        document.forms[0].PRTNO_66.value = part_no;        if ( qty != "" ) document.forms[0].QTY_66.value = qty;    } else if ( document.forms[0].PRTNO_67.value == "" ) {        document.forms[0].PRTNO_67.value = part_no;        if ( qty != "" ) document.forms[0].QTY_67.value = qty;    } else if ( document.forms[0].PRTNO_68.value == "" ) {        document.forms[0].PRTNO_68.value = part_no;        if ( qty != "" ) document.forms[0].QTY_68.value = qty;    } else if ( document.forms[0].PRTNO_69.value == "" ) {        document.forms[0].PRTNO_69.value = part_no;        if ( qty != "" ) document.forms[0].QTY_69.value = qty;    } else if ( document.forms[0].PRTNO_70.value == "" ) {        document.forms[0].PRTNO_70.value = part_no;        if ( qty != "" ) document.forms[0].QTY_70.value = qty;    } else if ( document.forms[0].PRTNO_71.value == "" ) {        document.forms[0].PRTNO_71.value = part_no;        if ( qty != "" ) document.forms[0].QTY_71.value = qty;    } else if ( document.forms[0].PRTNO_72.value == "" ) {        document.forms[0].PRTNO_72.value = part_no;        if ( qty != "" ) document.forms[0].QTY_72.value = qty;    } else if ( document.forms[0].PRTNO_73.value == "" ) {        document.forms[0].PRTNO_73.value = part_no;        if ( qty != "" ) document.forms[0].QTY_73.value = qty;    } else if ( document.forms[0].PRTNO_74.value == "" ) {        document.forms[0].PRTNO_74.value = part_no;        if ( qty != "" ) document.forms[0].QTY_74.value = qty;    } else if ( document.forms[0].PRTNO_75.value == "" ) {        document.forms[0].PRTNO_75.value = part_no;        if ( qty != "" ) document.forms[0].QTY_75.value = qty;    } else if ( document.forms[0].PRTNO_76.value == "" ) {        document.forms[0].PRTNO_76.value = part_no;        if ( qty != "" ) document.forms[0].QTY_76.value = qty;    } else if ( document.forms[0].PRTNO_77.value == "" ) {        document.forms[0].PRTNO_77.value = part_no;        if ( qty != "" ) document.forms[0].QTY_77.value = qty;    } else if ( document.forms[0].PRTNO_78.value == "" ) {        document.forms[0].PRTNO_78.value = part_no;        if ( qty != "" ) document.forms[0].QTY_78.value = qty;    } else if ( document.forms[0].PRTNO_79.value == "" ) {        document.forms[0].PRTNO_79.value = part_no;        if ( qty != "" ) document.forms[0].QTY_79.value = qty;    } else if ( document.forms[0].PRTNO_80.value == "" ) {        document.forms[0].PRTNO_80.value = part_no;        if ( qty != "" ) document.forms[0].QTY_80.value = qty;    } else if ( document.forms[0].PRTNO_81.value == "" ) {        document.forms[0].PRTNO_81.value = part_no;        if ( qty != "" ) document.forms[0].QTY_81.value = qty;    } else if ( document.forms[0].PRTNO_82.value == "" ) {        document.forms[0].PRTNO_82.value = part_no;        if ( qty != "" ) document.forms[0].QTY_82.value = qty;    } else if ( document.forms[0].PRTNO_83.value == "" ) {        document.forms[0].PRTNO_83.value = part_no;        if ( qty != "" ) document.forms[0].QTY_83.value = qty;    } else if ( document.forms[0].PRTNO_84.value == "" ) {        document.forms[0].PRTNO_84.value = part_no;        if ( qty != "" ) document.forms[0].QTY_84.value = qty;    } else if ( document.forms[0].PRTNO_85.value == "" ) {        document.forms[0].PRTNO_85.value = part_no;        if ( qty != "" ) document.forms[0].QTY_85.value = qty;    } else if ( document.forms[0].PRTNO_86.value == "" ) {        document.forms[0].PRTNO_86.value = part_no;        if ( qty != "" ) document.forms[0].QTY_86.value = qty;    } else if ( document.forms[0].PRTNO_87.value == "" ) {        document.forms[0].PRTNO_87.value = part_no;        if ( qty != "" ) document.forms[0].QTY_87.value = qty;    } else if ( document.forms[0].PRTNO_88.value == "" ) {        document.forms[0].PRTNO_88.value = part_no;        if ( qty != "" ) document.forms[0].QTY_88.value = qty;    } else if ( document.forms[0].PRTNO_89.value == "" ) {        document.forms[0].PRTNO_89.value = part_no;        if ( qty != "" ) document.forms[0].QTY_89.value = qty;    } else if ( document.forms[0].PRTNO_90.value == "" ) {        document.forms[0].PRTNO_90.value = part_no;        if ( qty != "" ) document.forms[0].QTY_90.value = qty;    } else if ( document.forms[0].PRTNO_91.value == "" ) {        document.forms[0].PRTNO_91.value = part_no;        if ( qty != "" ) document.forms[0].QTY_91.value = qty;    } else if ( document.forms[0].PRTNO_92.value == "" ) {        document.forms[0].PRTNO_92.value = part_no;        if ( qty != "" ) document.forms[0].QTY_92.value = qty;    } else if ( document.forms[0].PRTNO_93.value == "" ) {        document.forms[0].PRTNO_93.value = part_no;        if ( qty != "" ) document.forms[0].QTY_93.value = qty;    } else if ( document.forms[0].PRTNO_94.value == "" ) {        document.forms[0].PRTNO_94.value = part_no;        if ( qty != "" ) document.forms[0].QTY_94.value = qty;    } else if ( document.forms[0].PRTNO_95.value == "" ) {        document.forms[0].PRTNO_95.value = part_no;        if ( qty != "" ) document.forms[0].QTY_95.value = qty;    } else if ( document.forms[0].PRTNO_96.value == "" ) {        document.forms[0].PRTNO_96.value = part_no;        if ( qty != "" ) document.forms[0].QTY_96.value = qty;    } else if ( document.forms[0].PRTNO_97.value == "" ) {        document.forms[0].PRTNO_97.value = part_no;        if ( qty != "" ) document.forms[0].QTY_97.value = qty;    } else if ( document.forms[0].PRTNO_98.value == "" ) {        document.forms[0].PRTNO_98.value = part_no;        if ( qty != "" ) document.forms[0].QTY_98.value = qty;    } else if ( document.forms[0].PRTNO_99.value == "" ) {        document.forms[0].PRTNO_99.value = part_no;        if ( qty != "" ) document.forms[0].QTY_99.value = qty;        alert(part_no + "で見積フォームが最大の９９件になりました。");    } else {        window.focus();    }}//パーツカタログＯＰＥＮfunction PCstart(flg) {    document.cookie = "image=1;";    document.cookie = "qty=1;";    wheight = window.screen.height - 60;    wwidth = window.screen.width - 10;    if (flg == 1) {      subsubw=window.open("/for_users/partscatalog/kmj/html/PCSearchMC.html","pc","width=" + wwidth + ",height=" + wheight + ",scrollbars=yes,top=0,left=0,dependent=yes,resizable=yes");    } else if (flg == 2) {      subsubw=window.open("/for_users/partscatalog/kmj/html/PCSearchJS.html","pc","width=" + wwidth + ",height=" + wheight + ",scrollbars=yes,top=0,left=0,dependent=yes,resizable=yes");    } else {      subsubw=window.open("/for_users/partscatalog/kmj/html/PCSearch.html","pc","width=" + wwidth + ",height=" + wheight + ",scrollbars=yes,top=0,left=0,dependent=yes,resizable=yes");    }}//見積フォーム確認後(数量入力に電卓使用)function calOpen(key) {  calc = window.open("/for_users/partscatalog/kmj/html/calculator.jsp?"+key,"calc","width=202,height=205,scrollbars=yes,top=100,left=300,resizable=yes");  calc.focus();}//説明オープンvar subsubsubw = " ";function SetsumeiOpen() {	if(subsubsubw.closed != false) {		subsubsubw = window.open("/for_users/partscatalog/image/setsumei.jpg","_blank","height=510,width=520,dependent=yes,alwaysRaised=yes");	} else {		subsubsubw.focus();	}}