var fDesc=new Array(); fDesc[0] = "MID2PianoCD is a software utility for Windows which allows you to encode MIDI and ESEQ music files into the special audio formats required by several types of electronic player piano systems. These formats are typically found on CDs in which one audio channel contains audio accompaniment while the other audio channel contains a digital control track for the piano (sometimes referred to as "analog MIDI"). Some newer player systems, such as the Live Performance LX and PianoDisc iQ systems, also permit playback from an iPod or other MP3 player loaded with specially-encoded MP3 files. Using MID2PianoCD, you can create your own CDs and MP3 files in the appropriate format to expand the music library of your piano."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }