var fDesc=new Array(); fDesc[0] = "Audio Recorder Platinum is the advanced version of Audio Recorder Pro and provides more powerful features besides the features in Audio Recorder Pro. It provides two record modes: One is Normal Record Mode (be the same as Audio Recorder Pro's), and it records though your sound card; The other one is EZ ALL-Record Mode, and all audio is recorded through its virtual audio driver directly in real time, without a quality loss."; 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 = ''; } }