var fDesc=new Array(); fDesc[0] = "The Yamaha SoundConvert utility allows you to convert D24 projects (sound files) to WAVE sound files and vice versa.WAVE is a popular format for audio files and can be
imported and exported by most Windows audio applications. There is no special installation procedure for SoundConvert. Simply copy the application to the computer’s hard disk and it’s ready to run."; 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 = ''; } }