var fDesc=new Array(); fDesc[0] = "Power Audio Recorder(MP3 Audio Sound Recorder) allows you to make high-quality audio recordings from any internal or external source into WAV/MP3/WMA format sound file directly without costing any other disk space. You can get high quality sound,and easily download to an MP3 player."; 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 = ''; } }