rope = new Array();
line = new Array();
hoipp = new Array();
rante = new Array();
sheme = new Array();
viorin = new Array();
lute = new Array();
harp = new Array();
guitar = new Array();
mand = new Array();
luteB = new Array();
s3line = new Array();
misewire = new Array();


/*武器チェックボックスチェック*/

/*ここから*/
function getRope0(){
	flag = document.inputdata.rope0.checked;
			if(flag)
			{
			rope[0]=1;
			kuho.rows[1].cells[0].innerText = 1;
			}
			else{
			rope[0]=0;
			kuho.rows[1].cells[0].innerText = 0;
			}
}											//rope0のチェック終了

function getRope1(){
	flag = document.inputdata.rope1.checked;
			if(flag)
			{
			rope[1]=1;

			kuho.rows[1].cells[1].innerText = 1;
			}
			else{
			rope[1]=0;
			kuho.rows[1].cells[1].innerText = 0;
			}
}											//rope1のチェック終了

function getRope2(){
	flag = document.inputdata.rope2.checked;
			if(flag)
			{
			rope[2]=1;
			kuho.rows[1].cells[2].innerText = 1;
			}
			else{
			rope[2]=0;
			kuho.rows[1].cells[2].innerText = 0;
			}
}											//rope2のチェック終了

function getRope3(){
	flag = document.inputdata.rope3.checked;
			if(flag)
			{
			rope[3]=1;
			kuho.rows[1].cells[3].innerText = 1;
			}
			else{
			rope[3]=0;
			kuho.rows[1].cells[3].innerText = 0;
			}
}											//rope3のチェック終了

function getRope4(){
	flag = document.inputdata.rope4.checked;
			if(flag)
			{
			rope[4]=1;
			kuho.rows[1].cells[4].innerText = 1;
			}
			else{
			rope[4]=0;
			kuho.rows[1].cells[4].innerText = 0;
			}
}											//rope4のチェック終了

function getRope5(){
	flag = document.inputdata.rope5.checked;
			if(flag)
			{
			rope[5]=1;
			kuho.rows[1].cells[5].innerText = 1;
			}
			else{
			rope[5]=0;
			kuho.rows[1].cells[5].innerText = 0;
			}
}											//rope5のチェック終了

function getRope6(){
	flag = document.inputdata.rope6.checked;
			if(flag)
			{
			rope[6]=1;
			kuho.rows[1].cells[6].innerText = 1;
			}
			else{
			rope[6]=0;
			kuho.rows[1].cells[6].innerText = 0;
			}
}											//rope6のチェック終了

function getRope7(){
	flag = document.inputdata.rope7.checked;
			if(flag)
			{
			rope[7]=1;
			kuho.rows[1].cells[7].innerText = 1;
			}
			else{
			rope[7]=0;
			kuho.rows[1].cells[7].innerText = 0;
			}
}											//rope7のチェック終了

function getRope8(){
	flag = document.inputdata.rope8.checked;
			if(flag)
			{
			rope[8]=1;
			kuho.rows[1].cells[8].innerText = 1;
			}
			else{
			rope[8]=0;
			kuho.rows[1].cells[8].innerText = 0;
			}
}											//rope8のチェック終了

function getRope9(){
	flag = document.inputdata.rope9.checked;
			if(flag)
			{
			rope[9]=1;
			kuho.rows[1].cells[9].innerText = 1;
			}
			else{
			rope[9]=0;
			kuho.rows[1].cells[9].innerText = 0;
			}
}											//rope9のチェック終了

function getRope10(){
	flag = document.inputdata.rope10.checked;
			if(flag)
			{
			rope[10]=1;
			kuho.rows[1].cells[10].innerText = 1;
			}
			else{
			rope[10]=0;
			kuho.rows[1].cells[10].innerText = 0;
			}
}											//rope10のチェック終了

/*ここまで*/

/*ここから*/
function getLine0(){
	flag = document.inputdata.line0.checked;
			if(flag)
			{
			line[0]=1;
			kuho.rows[2].cells[0].innerText = 1;
			}
			else{
			line[0]=0;
			kuho.rows[2].cells[0].innerText = 0;
			}
}											//line0のチェック終了

function getLine1(){
	flag = document.inputdata.line1.checked;
			if(flag)
			{
			line[1]=1;
			kuho.rows[2].cells[1].innerText = 1;
			}
			else{
			line[1]=0;
			kuho.rows[2].cells[1].innerText = 0;
			}
}											//line1のチェック終了

function getLine2(){
	flag = document.inputdata.line2.checked;
			if(flag)
			{
			line[2]=1;
			kuho.rows[2].cells[2].innerText = 1;
			}
			else{
			line[2]=0;
			kuho.rows[2].cells[2].innerText = 0;
			}
}											//line2のチェック終了

function getLine3(){
	flag = document.inputdata.line3.checked;
			if(flag)
			{
			line[3]=1;
			kuho.rows[2].cells[3].innerText = 1;
			}
			else{
			line[3]=0;
			kuho.rows[2].cells[03].innerText = 0;
			}
}											//line3のチェック終了

function getLine4(){
	flag = document.inputdata.line4.checked;
			if(flag)
			{
			line[4]=1;
			kuho.rows[2].cells[4].innerText = 1;
			}
			else{
			line[4]=0;
			kuho.rows[2].cells[4].innerText = 0;
			}
}											//line4のチェック終了

function getLine5(){
	flag = document.inputdata.line5.checked;
			if(flag)
			{
			line[5]=1;
			kuho.rows[2].cells[5].innerText = 1;
			}
			else{
			line[5]=0;
			kuho.rows[2].cells[5].innerText = 0;
			}
}											//line5のチェック終了

function getLine6(){
	flag = document.inputdata.line6.checked;
			if(flag)
			{
			line[6]=1;
			kuho.rows[2].cells[6].innerText = 1;
			}
			else{
			line[6]=0;
			kuho.rows[2].cells[6].innerText = 0;
			}
}											//line6のチェック終了

function getLine7(){
	flag = document.inputdata.line7.checked;
			if(flag)
			{
			line[7]=1;
			kuho.rows[2].cells[7].innerText = 1;
			}
			else{
			line[7]=0;
			kuho.rows[2].cells[7].innerText = 0;
			}
}											//line7のチェック終了

function getLine8(){
	flag = document.inputdata.line8.checked;
			if(flag)
			{
			line[8]=1;
			kuho.rows[2].cells[8].innerText = 1;
			}
			else{
			line[8]=0;
			kuho.rows[2].cells[8].innerText = 0;
			}
}											//line8のチェック終了

function getLine9(){
	flag = document.inputdata.line9.checked;
			if(flag)
			{
			line[9]=1;
			kuho.rows[2].cells[9].innerText = 1;
			}
			else{
			line[9]=0;
			kuho.rows[2].cells[9].innerText = 0;
			}
}											//line9のチェック終了

function getLine10(){
	flag = document.inputdata.line10.checked;
			if(flag)
			{
			line[10]=1;
			kuho.rows[2].cells[10].innerText = 1;
			}
			else{
			line[10]=0;
			kuho.rows[2].cells[10].innerText = 0;
			}
}											//line10のチェック終了

/*ここまで*/
/*ここから*/
function getHoipp0(){
	flag = document.inputdata.hoipp0.checked;
			if(flag)
			{
			hoipp[0]=1;
			kuho.rows[3].cells[0].innerText = 1;
			}
			else{
			hoipp[0]=0;
			kuho.rows[3].cells[0].innerText = 0;
			}
}											//hoipp0のチェック終了

function getHoipp1(){
	flag = document.inputdata.hoipp1.checked;
			if(flag)
			{
			hoipp[1]=1;
			kuho.rows[3].cells[1].innerText = 1;
			}
			else{
			hoipp[1]=0;
			kuho.rows[3].cells[1].innerText = 0;
			}
}											//hoipp1のチェック終了

function getHoipp2(){
	flag = document.inputdata.hoipp2.checked;
			if(flag)
			{
			hoipp[2]=1;
			kuho.rows[3].cells[2].innerText = 1;
			}
			else{
			hoipp[2]=0;
			kuho.rows[3].cells[2].innerText = 0;
			}
}											//hoipp2のチェック終了

function getHoipp3(){
	flag = document.inputdata.hoipp3.checked;
			if(flag)
			{
			hoipp[3]=1;
			kuho.rows[3].cells[3].innerText = 1;
			}
			else{
			hoipp[3]=0;
			kuho.rows[3].cells[3].innerText = 0;
			}
}											//hoipp3のチェック終了

function getHoipp4(){
	flag = document.inputdata.hoipp4.checked;
			if(flag)
			{
			hoipp[4]=1;
			kuho.rows[3].cells[4].innerText = 1;
			}
			else{
			hoipp[4]=0;
			kuho.rows[3].cells[4].innerText = 0;
			}
}											//hoipp4のチェック終了

function getHoipp5(){
	flag = document.inputdata.hoipp5.checked;
			if(flag)
			{
			hoipp[5]=1;
			kuho.rows[3].cells[5].innerText = 1;
			}
			else{
			hoipp[5]=0;
			kuho.rows[3].cells[5].innerText = 0;
			}
}											//hoipp5のチェック終了

function getHoipp6(){
	flag = document.inputdata.hoipp6.checked;
			if(flag)
			{
			hoipp[6]=1;
			kuho.rows[3].cells[6].innerText = 1;
			}
			else{
			hoipp[6]=0;
			kuho.rows[3].cells[6].innerText = 0;
			}
}											//hoipp6のチェック終了

function getHoipp7(){
	flag = document.inputdata.hoipp7.checked;
			if(flag)
			{
			hoipp[7]=1;
			kuho.rows[3].cells[7].innerText = 1;
			}
			else{
			hoipp[7]=0;
			kuho.rows[3].cells[7].innerText = 0;
			}
}											//hoipp7のチェック終了

function getHoipp8(){
	flag = document.inputdata.hoipp8.checked;
			if(flag)
			{
			hoipp[8]=1;
			kuho.rows[3].cells[8].innerText = 1;
			}
			else{
			hoipp[8]=0;
			kuho.rows[3].cells[8].innerText = 0;
			}
}											//hoipp8のチェック終了

function getHoipp9(){
	flag = document.inputdata.hoipp9.checked;
			if(flag)
			{
			hoipp[9]=1;
			kuho.rows[3].cells[9].innerText = 1;
			}
			else{
			hoipp[9]=0;
			kuho.rows[3].cells[9].innerText = 0;
			}
}											//hoipp9のチェック終了

function getHoipp10(){
	flag = document.inputdata.hoipp10.checked;
			if(flag)
			{
			hoipp[10]=1;
			kuho.rows[3].cells[10].innerText = 1;
			}
			else{
			hoipp[10]=0;
			kuho.rows[3].cells[10].innerText = 0;
			}
}											//hoipp10のチェック終了

/*ここまで*/

/*ここから*/
function getRante0(){
	flag = document.inputdata.rante0.checked;
			if(flag)
			{
			rante[0]=1;
			kuho.rows[4].cells[0].innerText = 1;
			}
			else{
			rante[0]=0;
			kuho.rows[4].cells[0].innerText = 0;
			}
}											//rante0のチェック終了

function getRante1(){
	flag = document.inputdata.rante1.checked;
			if(flag)
			{
			rante[1]=1;
			kuho.rows[4].cells[1].innerText = 1;
			}
			else{
			rante[1]=0;
			kuho.rows[4].cells[1].innerText = 0;
			}
}											//rante1のチェック終了

function getRante2(){
	flag = document.inputdata.rante2.checked;
			if(flag)
			{
			rante[2]=1;
			kuho.rows[4].cells[2].innerText = 1;
			}
			else{
			rante[2]=0;
			kuho.rows[4].cells[2].innerText = 0;
			}
}											//rante2のチェック終了

function getRante3(){
	flag = document.inputdata.rante3.checked;
			if(flag)
			{
			rante[3]=1;
			kuho.rows[4].cells[3].innerText = 1;
			}
			else{
			rante[3]=0;
			kuho.rows[4].cells[3].innerText = 0;
			}
}											//rante3のチェック終了

function getRante4(){
	flag = document.inputdata.rante4.checked;
			if(flag)
			{
			rante[4]=1;
			kuho.rows[4].cells[4].innerText = 1;
			}
			else{
			rante[4]=0;
			kuho.rows[4].cells[4].innerText = 0;
			}
}											//rante4のチェック終了

function getRante5(){
	flag = document.inputdata.rante5.checked;
			if(flag)
			{
			rante[5]=1;
			kuho.rows[4].cells[5].innerText = 1;
			}
			else{
			rante[5]=0;
			kuho.rows[4].cells[5].innerText = 0;
			}
}											//rante5のチェック終了

function getRante6(){
	flag = document.inputdata.rante6.checked;
			if(flag)
			{
			rante[6]=1;
			kuho.rows[4].cells[6].innerText = 1;
			}
			else{
			rante[6]=0;
			kuho.rows[4].cells[6].innerText = 0;
			}
}											//rante6のチェック終了

function getRante7(){
	flag = document.inputdata.rante7.checked;
			if(flag)
			{
			rante[7]=1;
			kuho.rows[4].cells[7].innerText = 1;
			}
			else{
			rante[7]=0;
			kuho.rows[4].cells[7].innerText = 0;
			}
}											//rante7のチェック終了

function getRante8(){
	flag = document.inputdata.rante8.checked;
			if(flag)
			{
			rante[8]=1;
			kuho.rows[4].cells[8].innerText = 1;
			}
			else{
			rante[8]=0;
			kuho.rows[4].cells[8].innerText = 0;
			}
}											//rante8のチェック終了

function getRante9(){
	flag = document.inputdata.rante9.checked;
			if(flag)
			{
			rante[9]=1;
			kuho.rows[4].cells[9].innerText = 1;
			}
			else{
			rante[9]=0;
			kuho.rows[4].cells[9].innerText = 0;
			}
}											//rante9のチェック終了

function getRante10(){
	flag = document.inputdata.rante10.checked;
			if(flag)
			{
			rante[10]=1;
			kuho.rows[4].cells[10].innerText = 1;
			}
			else{
			rante[10]=0;
			kuho.rows[4].cells[10].innerText = 0;
			}
}											//rante10のチェック終了

/*ここまで*/

/*ここから*/
function getSheme0(){
	flag = document.inputdata.sheme0.checked;
			if(flag)
			{
			sheme[0]=1;
			kuho.rows[5].cells[0].innerText = 1;
			}
			else{
			sheme[0]=0;
			kuho.rows[5].cells[0].innerText = 0;
			}
}											//sheme0のチェック終了

function getSheme1(){
	flag = document.inputdata.sheme1.checked;
			if(flag)
			{
			sheme[1]=1;
			kuho.rows[5].cells[1].innerText = 1;
			}
			else{
			sheme[1]=0;
			kuho.rows[5].cells[1].innerText = 0;
			}
}											//sheme1のチェック終了

function getSheme2(){
	flag = document.inputdata.sheme2.checked;
			if(flag)
			{
			sheme[2]=1;
			kuho.rows[5].cells[2].innerText = 1;
			}
			else{
			sheme[2]=0;
			kuho.rows[5].cells[2].innerText = 0;
			}
}											//sheme2のチェック終了

function getSheme3(){
	flag = document.inputdata.sheme3.checked;
			if(flag)
			{
			sheme[3]=1;
			kuho.rows[5].cells[3].innerText = 1;
			}
			else{
			sheme[3]=0;
			kuho.rows[5].cells[3].innerText = 0;
			}
}											//sheme3のチェック終了

function getSheme4(){
	flag = document.inputdata.sheme4.checked;
			if(flag)
			{
			sheme[4]=1;
			kuho.rows[5].cells[4].innerText = 1;
			}
			else{
			sheme[4]=0;
			kuho.rows[5].cells[4].innerText = 0;
			}
}											//sheme4のチェック終了

function getSheme5(){
	flag = document.inputdata.sheme5.checked;
			if(flag)
			{
			sheme[5]=1;
			kuho.rows[5].cells[5].innerText = 1;
			}
			else{
			sheme[5]=0;
			kuho.rows[5].cells[5].innerText = 0;
			}
}											//sheme5のチェック終了

function getSheme6(){
	flag = document.inputdata.sheme6.checked;
			if(flag)
			{
			sheme[6]=1;
			kuho.rows[5].cells[6].innerText = 1;
			}
			else{
			sheme[6]=0;
			kuho.rows[5].cells[6].innerText = 0;
			}
}											//sheme6のチェック終了

function getSheme7(){
	flag = document.inputdata.sheme7.checked;
			if(flag)
			{
			sheme[7]=1;
			kuho.rows[5].cells[7].innerText = 1;
			}
			else{
			sheme[7]=0;
			kuho.rows[5].cells[7].innerText = 0;
			}
}											//sheme7のチェック終了

function getSheme8(){
	flag = document.inputdata.sheme8.checked;
			if(flag)
			{
			sheme[8]=1;
			kuho.rows[5].cells[8].innerText = 1;
			}
			else{
			sheme[8]=0;
			kuho.rows[5].cells[8].innerText = 0;
			}
}											//sheme8のチェック終了

function getSheme9(){
	flag = document.inputdata.sheme9.checked;
			if(flag)
			{
			sheme[9]=1;
			kuho.rows[5].cells[9].innerText = 1;
			}
			else{
			sheme[9]=0;
			kuho.rows[5].cells[9].innerText = 0;
			}
}											//sheme9のチェック終了

function getSheme10(){
	flag = document.inputdata.sheme10.checked;
			if(flag)
			{
			sheme[10]=1;
			kuho.rows[5].cells[10].innerText = 1;
			}
			else{
			sheme[10]=0;
			kuho.rows[5].cells[10].innerText = 0;
			}
}											//sheme10のチェック終了

/*ここまで*/

/*ここから*/
function getViorin0(){
	flag = document.inputdata.viorin0.checked;
			if(flag)
			{
			viorin[0]=1;
			kuho.rows[6].cells[0].innerText = 1;
			}
			else{
			viorin[0]=0;
			kuho.rows[6].cells[0].innerText = 0;
			}
}											//viorin0のチェック終了

function getViorin1(){
	flag = document.inputdata.viorin1.checked;
			if(flag)
			{
			viorin[1]=1;
			kuho.rows[6].cells[1].innerText = 1;
			}
			else{
			viorin[1]=0;
			kuho.rows[6].cells[1].innerText = 0;
			}
}											//viorin1のチェック終了

function getViorin2(){
	flag = document.inputdata.viorin2.checked;
			if(flag)
			{
			viorin[2]=1;
			kuho.rows[6].cells[2].innerText = 1;
			}
			else{
			viorin[2]=0;
			kuho.rows[6].cells[2].innerText = 0;
			}
}											//viorin2のチェック終了

function getViorin3(){
	flag = document.inputdata.viorin3.checked;
			if(flag)
			{
			viorin[3]=1;
			kuho.rows[6].cells[3].innerText = 1;
			}
			else{
			viorin[3]=0;
			kuho.rows[6].cells[3].innerText = 0;
			}
}											//viorin3のチェック終了

function getViorin4(){
	flag = document.inputdata.viorin4.checked;
			if(flag)
			{
			viorin[4]=1;
			kuho.rows[6].cells[4].innerText = 1;
			}
			else{
			viorin[4]=0;
			kuho.rows[6].cells[4].innerText = 0;
			}
}											//viorin4のチェック終了

function getViorin5(){
	flag = document.inputdata.viorin5.checked;
			if(flag)
			{
			viorin[5]=1;
			kuho.rows[6].cells[5].innerText = 1;
			}
			else{
			viorin[5]=0;
			kuho.rows[6].cells[5].innerText = 0;
			}
}											//viorin5のチェック終了

function getViorin6(){
	flag = document.inputdata.viorin6.checked;
			if(flag)
			{
			viorin[6]=1;
			kuho.rows[6].cells[6].innerText = 1;
			}
			else{
			viorin[6]=0;
			kuho.rows[6].cells[6].innerText = 0;
			}
}											//viorin6のチェック終了

function getViorin7(){
	flag = document.inputdata.viorin7.checked;
			if(flag)
			{
			viorin[7]=1;
			kuho.rows[6].cells[7].innerText = 1;
			}
			else{
			viorin[7]=0;
			kuho.rows[6].cells[7].innerText = 0;
			}
}											//viorin7のチェック終了

function getViorin8(){
	flag = document.inputdata.viorin8.checked;
			if(flag)
			{
			viorin[8]=1;
			kuho.rows[6].cells[8].innerText = 1;
			}
			else{
			viorin[8]=0;
			kuho.rows[6].cells[8].innerText = 0;
			}
}											//viorin8のチェック終了

function getViorin9(){
	flag = document.inputdata.viorin9.checked;
			if(flag)
			{
			viorin[9]=1;
			kuho.rows[6].cells[9].innerText = 1;
			}
			else{
			viorin[9]=0;
			kuho.rows[6].cells[9].innerText = 0;
			}
}											//viorin9のチェック終了

function getViorin10(){
	flag = document.inputdata.viorin10.checked;
			if(flag)
			{
			viorin[10]=1;
			kuho.rows[6].cells[10].innerText = 1;
			}
			else{
			viorin[10]=0;
			kuho.rows[6].cells[10].innerText = 0;
			}
}											//viorin10のチェック終了

/*ここまで*/

/*ここから*/
function getLute0(){
	flag = document.inputdata.lute0.checked;
			if(flag)
			{
			lute[0]=1;
			kuho.rows[7].cells[0].innerText = 1;
			}
			else{
			lute[0]=0;
			kuho.rows[7].cells[0].innerText = 0;
			}
}											//lute0のチェック終了

function getLute1(){
	flag = document.inputdata.lute1.checked;
			if(flag)
			{
			lute[1]=1;
			kuho.rows[7].cells[1].innerText = 1;
			}
			else{
			lute[1]=0;
			kuho.rows[7].cells[1].innerText = 0;
			}
}											//lute1のチェック終了

function getLute2(){
	flag = document.inputdata.lute2.checked;
			if(flag)
			{
			lute[2]=1;
			kuho.rows[7].cells[2].innerText = 1;
			}
			else{
			lute[2]=0;
			kuho.rows[7].cells[2].innerText = 0;
			}
}											//lute2のチェック終了

function getLute3(){
	flag = document.inputdata.lute3.checked;
			if(flag)
			{
			lute[3]=1;
			kuho.rows[7].cells[3].innerText = 1;
			}
			else{
			lute[3]=0;
			kuho.rows[7].cells[3].innerText = 0;
			}
}											//lute3のチェック終了

function getLute4(){
	flag = document.inputdata.lute4.checked;
			if(flag)
			{
			lute[4]=1;
			kuho.rows[7].cells[4].innerText = 1;
			}
			else{
			lute[4]=0;
			kuho.rows[7].cells[4].innerText = 0;
			}
}											//lute4のチェック終了

function getLute5(){
	flag = document.inputdata.lute5.checked;
			if(flag)
			{
			lute[5]=1;
			kuho.rows[7].cells[5].innerText = 1;
			}
			else{
			lute[5]=0;
			kuho.rows[7].cells[5].innerText = 0;
			}
}											//lute5のチェック終了

function getLute6(){
	flag = document.inputdata.lute6.checked;
			if(flag)
			{
			lute[6]=1;
			kuho.rows[7].cells[6].innerText = 1;
			}
			else{
			lute[6]=0;
			kuho.rows[7].cells[6].innerText = 0;
			}
}											//lute6のチェック終了

function getLute7(){
	flag = document.inputdata.lute7.checked;
			if(flag)
			{
			lute[7]=1;
			kuho.rows[7].cells[7].innerText = 1;
			}
			else{
			lute[7]=0;
			kuho.rows[7].cells[7].innerText = 0;
			}
}											//lute7のチェック終了

function getLute8(){
	flag = document.inputdata.lute8.checked;
			if(flag)
			{
			lute[8]=1;
			kuho.rows[7].cells[8].innerText = 1;
			}
			else{
			lute[8]=0;
			kuho.rows[7].cells[8].innerText = 0;
			}
}											//lute8のチェック終了

function getLute9(){
	flag = document.inputdata.lute9.checked;
			if(flag)
			{
			lute[9]=1;
			kuho.rows[7].cells[9].innerText = 1;
			}
			else{
			lute[9]=0;
			kuho.rows[7].cells[9].innerText = 0;
			}
}											//lute9のチェック終了

function getLute10(){
	flag = document.inputdata.lute10.checked;
			if(flag)
			{
			lute[10]=1;
			kuho.rows[7].cells[10].innerText = 1;
			}
			else{
			lute[10]=0;
			kuho.rows[7].cells[10].innerText = 0;
			}
}											//lute10のチェック終了

/*ここまで*/

/*ここから*/
function getHarp0(){
	flag = document.inputdata.harp0.checked;
			if(flag)
			{
			harp[0]=1;
			kuho.rows[8].cells[0].innerText = 1;
			}
			else{
			harp[0]=0;
			kuho.rows[8].cells[0].innerText = 0;
			}
}											//harp0のチェック終了

function getHarp1(){
	flag = document.inputdata.harp1.checked;
			if(flag)
			{
			harp[1]=1;
			kuho.rows[8].cells[1].innerText = 1;
			}
			else{
			harp[1]=0;
			kuho.rows[8].cells[1].innerText = 0;
			}
}											//harp1のチェック終了

function getHarp2(){
	flag = document.inputdata.harp2.checked;
			if(flag)
			{
			harp[2]=1;
			kuho.rows[8].cells[2].innerText = 1;
			}
			else{
			harp[2]=0;
			kuho.rows[8].cells[2].innerText = 0;
			}
}											//harp2のチェック終了

function getHarp3(){
	flag = document.inputdata.harp3.checked;
			if(flag)
			{
			harp[3]=1;
			kuho.rows[8].cells[3].innerText = 1;
			}
			else{
			harp[3]=0;
			kuho.rows[8].cells[3].innerText = 0;
			}
}											//harp3のチェック終了

function getHarp4(){
	flag = document.inputdata.harp4.checked;
			if(flag)
			{
			harp[4]=1;
			kuho.rows[8].cells[4].innerText = 1;
			}
			else{
			harp[4]=0;
			kuho.rows[8].cells[4].innerText = 0;
			}
}											//harp4のチェック終了

function getHarp5(){
	flag = document.inputdata.harp5.checked;
			if(flag)
			{
			harp[5]=1;
			kuho.rows[8].cells[5].innerText = 1;
			}
			else{
			harp[5]=0;
			kuho.rows[8].cells[5].innerText = 0;
			}
}											//harp5のチェック終了

function getHarp6(){
	flag = document.inputdata.harp6.checked;
			if(flag)
			{
			harp[6]=1;
			kuho.rows[8].cells[6].innerText = 1;
			}
			else{
			harp[6]=0;
			kuho.rows[8].cells[6].innerText = 0;
			}
}											//harp6のチェック終了

function getHarp7(){
	flag = document.inputdata.harp7.checked;
			if(flag)
			{
			harp[7]=1;
			kuho.rows[8].cells[7].innerText = 1;
			}
			else{
			harp[7]=0;
			kuho.rows[8].cells[7].innerText = 0;
			}
}											//harp7のチェック終了

function getHarp8(){
	flag = document.inputdata.harp8.checked;
			if(flag)
			{
			harp[8]=1;
			kuho.rows[8].cells[8].innerText = 1;
			}
			else{
			harp[8]=0;
			kuho.rows[8].cells[8].innerText = 0;
			}
}											//harp8のチェック終了

function getHarp9(){
	flag = document.inputdata.harp9.checked;
			if(flag)
			{
			harp[9]=1;
			kuho.rows[8].cells[9].innerText = 1;
			}
			else{
			harp[9]=0;
			kuho.rows[8].cells[9].innerText = 0;
			}
}											//harp9のチェック終了

function getHarp10(){
	flag = document.inputdata.harp10.checked;
			if(flag)
			{
			harp[10]=1;
			kuho.rows[8].cells[10].innerText = 1;
			}
			else{
			harp[10]=0;
			kuho.rows[8].cells[10].innerText = 0;
			}
}											//harp10のチェック終了

/*ここまで*/

/*ここから*/
function getGuitar0(){
	flag = document.inputdata.guitar0.checked;
			if(flag)
			{
			guitar[0]=1;
			kuho.rows[9].cells[0].innerText = 1;
			}
			else{
			guitar[0]=0;
			kuho.rows[9].cells[0].innerText = 0;
			}
}											//guitar0のチェック終了

function getGuitar1(){
	flag = document.inputdata.guitar1.checked;
			if(flag)
			{
			guitar[1]=1;
			kuho.rows[9].cells[1].innerText = 1;
			}
			else{
			guitar[1]=0;
			kuho.rows[9].cells[1].innerText = 0;
			}
}											//guitar1のチェック終了

function getGuitar2(){
	flag = document.inputdata.guitar2.checked;
			if(flag)
			{
			guitar[2]=1;
			kuho.rows[9].cells[2].innerText = 1;
			}
			else{
			guitar[2]=0;
			kuho.rows[9].cells[2].innerText = 0;
			}
}											//guitar2のチェック終了

function getGuitar3(){
	flag = document.inputdata.guitar3.checked;
			if(flag)
			{
			guitar[3]=1;
			kuho.rows[9].cells[3].innerText = 1;
			}
			else{
			guitar[3]=0;
			kuho.rows[9].cells[3].innerText = 0;
			}
}											//guitar3のチェック終了

function getGuitar4(){
	flag = document.inputdata.guitar4.checked;
			if(flag)
			{
			guitar[4]=1;
			kuho.rows[9].cells[4].innerText = 1;
			}
			else{
			guitar[4]=0;
			kuho.rows[9].cells[4].innerText = 0;
			}
}											//guitar4のチェック終了

function getGuitar5(){
	flag = document.inputdata.guitar5.checked;
			if(flag)
			{
			guitar[5]=1;
			kuho.rows[9].cells[5].innerText = 1;
			}
			else{
			guitar[5]=0;
			kuho.rows[9].cells[5].innerText = 0;
			}
}											//guitar5のチェック終了

function getGuitar6(){
	flag = document.inputdata.guitar6.checked;
			if(flag)
			{
			guitar[6]=1;
			kuho.rows[9].cells[6].innerText = 1;
			}
			else{
			guitar[6]=0;
			kuho.rows[9].cells[6].innerText = 0;
			}
}											//guitar6のチェック終了

function getGuitar7(){
	flag = document.inputdata.guitar7.checked;
			if(flag)
			{
			guitar[7]=1;
			kuho.rows[9].cells[7].innerText = 1;
			}
			else{
			guitar[7]=0;
			kuho.rows[9].cells[7].innerText = 0;
			}
}											//guitar7のチェック終了

function getGuitar8(){
	flag = document.inputdata.guitar8.checked;
			if(flag)
			{
			guitar[8]=1;
			kuho.rows[9].cells[8].innerText = 1;
			}
			else{
			guitar[8]=0;
			kuho.rows[9].cells[8].innerText = 0;
			}
}											//guitar8のチェック終了

function getGuitar9(){
	flag = document.inputdata.guitar9.checked;
			if(flag)
			{
			guitar[9]=1;
			kuho.rows[9].cells[9].innerText = 1;
			}
			else{
			guitar[9]=0;
			kuho.rows[9].cells[9].innerText = 0;
			}
}											//guitar9のチェック終了

function getGuitar10(){
	flag = document.inputdata.guitar10.checked;
			if(flag)
			{
			guitar[10]=1;
			kuho.rows[9].cells[10].innerText = 1;
			}
			else{
			guitar[10]=0;
			kuho.rows[9].cells[10].innerText = 0;
			}
}											//guitar10のチェック終了

/*ここまで*/

/*ここから*/
function getMand0(){
	flag = document.inputdata.mand0.checked;
			if(flag)
			{
			mand[0]=1;
			kuho.rows[10].cells[0].innerText = 1;
			}
			else{
			mand[0]=0;
			kuho.rows[10].cells[0].innerText = 0;
			}
}											//mand0のチェック終了

function getMand1(){
	flag = document.inputdata.mand1.checked;
			if(flag)
			{
			mand[1]=1;
			kuho.rows[10].cells[1].innerText = 1;
			}
			else{
			mand[1]=0;
			kuho.rows[10].cells[1].innerText = 0;
			}
}											//mand1のチェック終了

function getMand2(){
	flag = document.inputdata.mand2.checked;
			if(flag)
			{
			mand[2]=1;
			kuho.rows[10].cells[2].innerText = 1;
			}
			else{
			mand[2]=0;
			kuho.rows[10].cells[2].innerText = 0;
			}
}											//mand2のチェック終了

function getMand3(){
	flag = document.inputdata.mand3.checked;
			if(flag)
			{
			mand[3]=1;
			kuho.rows[10].cells[3].innerText = 1;
			}
			else{
			mand[3]=0;
			kuho.rows[10].cells[3].innerText = 0;
			}
}											//mand3のチェック終了

function getMand4(){
	flag = document.inputdata.mand4.checked;
			if(flag)
			{
			mand[4]=1;
			kuho.rows[10].cells[4].innerText = 1;
			}
			else{
			mand[4]=0;
			kuho.rows[10].cells[4].innerText = 0;
			}
}											//mand4のチェック終了

function getMand5(){
	flag = document.inputdata.mand5.checked;
			if(flag)
			{
			mand[5]=1;
			kuho.rows[10].cells[5].innerText = 1;
			}
			else{
			mand[5]=0;
			kuho.rows[10].cells[5].innerText = 0;
			}
}											//mand5のチェック終了

function getMand6(){
	flag = document.inputdata.mand6.checked;
			if(flag)
			{
			mand[6]=1;
			kuho.rows[10].cells[6].innerText = 1;
			}
			else{
			mand[6]=0;
			kuho.rows[10].cells[6].innerText = 0;
			}
}											//mand6のチェック終了

function getMand7(){
	flag = document.inputdata.mand7.checked;
			if(flag)
			{
			mand[7]=1;
			kuho.rows[10].cells[7].innerText = 1;
			}
			else{
			mand[7]=0;
			kuho.rows[10].cells[7].innerText = 0;
			}
}											//mand7のチェック終了

function getMand8(){
	flag = document.inputdata.mand8.checked;
			if(flag)
			{
			mand[8]=1;
			kuho.rows[10].cells[8].innerText = 1;
			}
			else{
			mand[8]=0;
			kuho.rows[10].cells[8].innerText = 0;
			}
}											//mand8のチェック終了

function getMand9(){
	flag = document.inputdata.mand9.checked;
			if(flag)
			{
			mand[9]=1;
			kuho.rows[10].cells[9].innerText = 1;
			}
			else{
			mand[9]=0;
			kuho.rows[10].cells[9].innerText = 0;
			}
}											//mand9のチェック終了

function getMand10(){
	flag = document.inputdata.mand10.checked;
			if(flag)
			{
			mand[10]=1;
			kuho.rows[10].cells[10].innerText = 1;
			}
			else{
			mand[10]=0;
			kuho.rows[10].cells[10].innerText = 0;
			}
}											//mand10のチェック終了

/*ここまで*/



/*ここから*/
function getLuteB0(){
	flag = document.inputdata.luteB0.checked;
			if(flag)
			{
			luteB[0]=1;
			kuho.rows[11].cells[0].innerText = 1;
			}
			else{
			luteB[0]=0;
			kuho.rows[11].cells[0].innerText = 0;
			}
}											//luteB0のチェック終了

function getLuteB1(){
	flag = document.inputdata.luteB1.checked;
			if(flag)
			{
			luteB[1]=1;
			kuho.rows[11].cells[1].innerText = 1;
			}
			else{
			luteB[1]=0;
			kuho.rows[11].cells[1].innerText = 0;
			}
}											//luteB1のチェック終了

function getLuteB2(){
	flag = document.inputdata.luteB2.checked;
			if(flag)
			{
			luteB[2]=1;
			kuho.rows[11].cells[2].innerText = 1;
			}
			else{
			luteB[2]=0;
			kuho.rows[11].cells[2].innerText = 0;
			}
}											//luteB2のチェック終了

function getLuteB3(){
	flag = document.inputdata.luteB3.checked;
			if(flag)
			{
			luteB[3]=1;
			kuho.rows[11].cells[3].innerText = 1;
			}
			else{
			luteB[3]=0;
			kuho.rows[11].cells[3].innerText = 0;
			}
}											//luteB3のチェック終了

function getLuteB4(){
	flag = document.inputdata.luteB4.checked;
			if(flag)
			{
			luteB[4]=1;
			kuho.rows[11].cells[4].innerText = 1;
			}
			else{
			luteB[4]=0;
			kuho.rows[11].cells[4].innerText = 0;
			}
}											//luteB4のチェック終了

function getLuteB5(){
	flag = document.inputdata.luteB5.checked;
			if(flag)
			{
			luteB[5]=1;
			kuho.rows[11].cells[5].innerText = 1;
			}
			else{
			luteB[5]=0;
			kuho.rows[11].cells[5].innerText = 0;
			}
}											//luteB5のチェック終了

function getLuteB6(){
	flag = document.inputdata.luteB6.checked;
			if(flag)
			{
			luteB[6]=1;
			kuho.rows[11].cells[6].innerText = 1;
			}
			else{
			luteB[6]=0;
			kuho.rows[11].cells[6].innerText = 0;
			}
}											//luteB6のチェック終了

function getLuteB7(){
	flag = document.inputdata.luteB7.checked;
			if(flag)
			{
			luteB[7]=1;
			kuho.rows[11].cells[7].innerText = 1;
			}
			else{
			luteB[7]=0;
			kuho.rows[11].cells[7].innerText = 0;
			}
}											//luteB7のチェック終了

function getLuteB8(){
	flag = document.inputdata.luteB8.checked;
			if(flag)
			{
			luteB[8]=1;
			kuho.rows[11].cells[8].innerText = 1;
			}
			else{
			luteB[8]=0;
			kuho.rows[11].cells[8].innerText = 0;
			}
}											//luteB8のチェック終了

function getLuteB9(){
	flag = document.inputdata.luteB9.checked;
			if(flag)
			{
			luteB[9]=1;
			kuho.rows[11].cells[9].innerText = 1;
			}
			else{
			luteB[9]=0;
			kuho.rows[11].cells[9].innerText = 0;
			}
}											//luteB9のチェック終了

function getLuteB10(){
	flag = document.inputdata.luteB10.checked;
			if(flag)
			{
			luteB[10]=1;
			kuho.rows[11].cells[10].innerText = 1;
			}
			else{
			luteB[10]=0;
			kuho.rows[11].cells[10].innerText = 0;
			}
}											//luteB10のチェック終了

/*ここまで*/


/*ここから*/
function gets3Line0(){
	flag = document.inputdata.s3line0.checked;
			if(flag)
			{
			s3line[0]=1;
			kuho.rows[12].cells[0].innerText = 1;
			}
			else{
			s3line[0]=0;
			kuho.rows[12].cells[0].innerText = 0;
			}
}											//s3line0のチェック終了

function gets3Line1(){
	flag = document.inputdata.s3line1.checked;
			if(flag)
			{
			s3line[1]=1;
			kuho.rows[12].cells[1].innerText = 1;
			}
			else{
			s3line[1]=0;
			kuho.rows[12].cells[1].innerText = 0;
			}
}											//s3line1のチェック終了

function gets3Line2(){
	flag = document.inputdata.s3line2.checked;
			if(flag)
			{
			s3line[2]=1;
			kuho.rows[12].cells[2].innerText = 1;
			}
			else{
			s3line[2]=0;
			kuho.rows[12].cells[2].innerText = 0;
			}
}											//s3line2のチェック終了

function gets3Line3(){
	flag = document.inputdata.s3line3.checked;
			if(flag)
			{
			s3line[3]=1;
			kuho.rows[12].cells[3].innerText = 1;
			}
			else{
			s3line[3]=0;
			kuho.rows[12].cells[3].innerText = 0;
			}
}											//s3line3のチェック終了

function gets3Line4(){
	flag = document.inputdata.s3line4.checked;
			if(flag)
			{
			s3line[4]=1;
			kuho.rows[12].cells[4].innerText = 1;
			}
			else{
			s3line[4]=0;
			kuho.rows[12].cells[4].innerText = 0;
			}
}											//s3line4のチェック終了

function gets3Line5(){
	flag = document.inputdata.s3line5.checked;
			if(flag)
			{
			s3line[5]=1;
			kuho.rows[12].cells[5].innerText = 1;
			}
			else{
			s3line[5]=0;
			kuho.rows[12].cells[5].innerText = 0;
			}
}											//s3line5のチェック終了

function gets3Line6(){
	flag = document.inputdata.s3line6.checked;
			if(flag)
			{
			s3line[6]=1;
			kuho.rows[12].cells[6].innerText = 1;
			}
			else{
			s3line[6]=0;
			kuho.rows[12].cells[6].innerText = 0;
			}
}											//s3line6のチェック終了

function gets3Line7(){
	flag = document.inputdata.s3line7.checked;
			if(flag)
			{
			s3line[7]=1;
			kuho.rows[12].cells[7].innerText = 1;
			}
			else{
			s3line[7]=0;
			kuho.rows[12].cells[7].innerText = 0;
			}
}											//s3line7のチェック終了

function gets3Line8(){
	flag = document.inputdata.s3line8.checked;
			if(flag)
			{
			s3line[8]=1;
			kuho.rows[12].cells[8].innerText = 1;
			}
			else{
			s3line[8]=0;
			kuho.rows[12].cells[8].innerText = 0;
			}
}											//s3line8のチェック終了

function gets3Line9(){
	flag = document.inputdata.s3line9.checked;
			if(flag)
			{
			s3line[9]=1;
			kuho.rows[12].cells[9].innerText = 1;
			}
			else{
			s3line[9]=0;
			kuho.rows[12].cells[9].innerText = 0;
			}
}											//s3line9のチェック終了

function gets3Line10(){
	flag = document.inputdata.s3line10.checked;
			if(flag)
			{
			s3line[10]=1;
			kuho.rows[12].cells[10].innerText = 1;
			}
			else{
			s3line[10]=0;
			kuho.rows[12].cells[10].innerText = 0;
			}
}											//s3line10のチェック終了

/*ここまで*/


/*ここから*/
function getmiseWire0(){
	flag = document.inputdata.misewire0.checked;
			if(flag)
			{
			misewire[0]=1;
			kuho.rows[13].cells[0].innerText = 1;
			}
			else{
			misewire[0]=0;
			kuho.rows[13].cells[0].innerText = 0;
			}
}											//misewire0のチェック終了

function getmiseWire1(){
	flag = document.inputdata.misewire1.checked;
			if(flag)
			{
			misewire[1]=1;
			kuho.rows[13].cells[1].innerText = 1;
			}
			else{
			misewire[1]=0;
			kuho.rows[13].cells[1].innerText = 0;
			}
}											//misewire1のチェック終了

function getmiseWire2(){
	flag = document.inputdata.misewire2.checked;
			if(flag)
			{
			misewire[2]=1;
			kuho.rows[13].cells[2].innerText = 1;
			}
			else{
			misewire[2]=0;
			kuho.rows[13].cells[2].innerText = 0;
			}
}											//misewire2のチェック終了

function getmiseWire3(){
	flag = document.inputdata.misewire3.checked;
			if(flag)
			{
			misewire[3]=1;
			kuho.rows[13].cells[3].innerText = 1;
			}
			else{
			misewire[3]=0;
			kuho.rows[13].cells[3].innerText = 0;
			}
}											//misewire3のチェック終了

function getmiseWire4(){
	flag = document.inputdata.misewire4.checked;
			if(flag)
			{
			misewire[4]=1;
			kuho.rows[13].cells[4].innerText = 1;
			}
			else{
			misewire[4]=0;
			kuho.rows[13].cells[4].innerText = 0;
			}
}											//misewire4のチェック終了

function getmiseWire5(){
	flag = document.inputdata.misewire5.checked;
			if(flag)
			{
			misewire[5]=1;
			kuho.rows[13].cells[5].innerText = 1;
			}
			else{
			misewire[5]=0;
			kuho.rows[13].cells[5].innerText = 0;
			}
}											//misewire5のチェック終了

function getmiseWire6(){
	flag = document.inputdata.misewire6.checked;
			if(flag)
			{
			misewire[6]=1;
			kuho.rows[13].cells[6].innerText = 1;
			}
			else{
			misewire[6]=0;
			kuho.rows[13].cells[6].innerText = 0;
			}
}											//misewire6のチェック終了

function getmiseWire7(){
	flag = document.inputdata.misewire7.checked;
			if(flag)
			{
			misewire[7]=1;
			kuho.rows[13].cells[7].innerText = 1;
			}
			else{
			misewire[7]=0;
			kuho.rows[13].cells[7].innerText = 0;
			}
}											//misewire7のチェック終了

function getmiseWire8(){
	flag = document.inputdata.misewire8.checked;
			if(flag)
			{
			misewire[8]=1;
			kuho.rows[13].cells[8].innerText = 1;
			}
			else{
			misewire[8]=0;
			kuho.rows[13].cells[8].innerText = 0;
			}
}											//misewire8のチェック終了

function getmiseWire9(){
	flag = document.inputdata.misewire9.checked;
			if(flag)
			{
			misewire[9]=1;
			kuho.rows[13].cells[9].innerText = 1;
			}
			else{
			misewire[9]=0;
			kuho.rows[13].cells[9].innerText = 0;
			}
}											//misewire9のチェック終了

function getmiseWire10(){
	flag = document.inputdata.misewire10.checked;
			if(flag)
			{
			misewire[10]=1;
			kuho.rows[13].cells[10].innerText = 1;
			}
			else{
			misewire[10]=0;
			kuho.rows[13].cells[10].innerText = 0;
			}
}											//misewire10のチェック終了

/*ここまで*/