var fDesc=new Array(); fDesc[0] = "Use this program to manage the files on your SmartMedia card. Features two most important procedures :
- Import a Song Database
With this function you can read the Songs Database from Smart Media and import it in your
computer.
- Export a Song Database
With this function you can export the Song database currently loaded in the DisCover5DB program
into the SmartMedia. This operation is necessary to use the updated database with your instrument."; 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 = ''; } }