//////////////////////////////////////////////////////////////////////// MTB Sound library　(06.02.17-)////////////////////////////////////////////////////////////////////////	History:////	06.02.17	作成開始////////////////////////////////////////////////////////////////////////// Play soundfunction playNote( note ){	if( document.all )	{		//SOUND.src = "../snd/" + note + ".aif";		document.all.SOUND.src = "../snd/" + note + ".aif";	}}