var fDesc=new Array(); fDesc[0] = "With this free program you can convert the backup data from HD-MEC2000/HD-HSO3000/HD-AE5000 and HD-SX6 into the new SD card file system for the KN7000.
This operation is very simple, with just some mouse click the final transfer to the SD card can be started. The only requirement for the use of the Music Data Base Converter is a current backup file from a previous hard disk drive system of your keyboard."; 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 = ''; } }