var fDesc=new Array(); fDesc[0] = "SoundCopy enables you to record, save, playback and compress voice, music and other sound. Recording time is limited only by the amount of hard disk space available. SoundCopy can receive input from CD, the Internet (audio files you've downloaded or streaming audio), microphone, cassette player or any other line-in source. You can use SoundCopy for recording meetings, conversations and dictation. You can use it to make digital back-ups of your audio tapes. You can set it to automatically record a radio program when you're not there - the possibilities are endless."; 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 = ''; } }