var fDesc=new Array(); fDesc[0] = "Music Data Management Software provides you with the following functions:

- CASIO keyboard memory data management (data load, delete)
- Conversion of Internet data and computer data to a format that can be read by the keyboard's memory card slot, and the ability to write directly to a memory card loaded in the computer. Conversion of data stored on a memory card by the keyboard' so it can be read directly from the computer's card slot and manipulated on the computer.
- Transfer of data between your computer and a floppy diskette"; 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 = ''; } }