var fDesc=new Array(); fDesc[0] = "WSD (Wave Sound Decorator) is a tool for converting Microsoft Wave and Apple AIFF format audio files(.wav/.aif) into SMAF files(.mmf). It also includes several useful audio data editing functions for generating SMAF files(.mmf).
Audio data can be edited as required. Highlight the section you wish to edit and select the appropriate menu item."; 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 = ''; } }