var fDesc=new Array(); fDesc[0] = "Sound Organizer is a comprehensive audio application for importing, playing, and editing files recorded with a Sony IC recorder. Various operations can be performed for imported files, including playback, editing and conversion to MP3 and other formats. You can also burn CDs of the music you like, and send audio files by mail."; 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 = ''; } }