var fDesc=new Array(); fDesc[0] = "Stomp RecordNow Max Platinum can handle various recording needs. But the line-in recording tool, Click 'N Edit Sound LE, is a bad choice for anyone who simply wants to transfer old tapes and LPs to CDs. Also, there are no wizards for recording or cleaning sound. Making line-in recordings is easy, but knowing which effects to run to clean the audio is not. And you can't break a long recording into separate tracks or export to WMA or MP3 format."; 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 = ''; } }