var fDesc=new Array(); fDesc[0] = "Replay Music is a unique audio recorder, specially optimized for music, that captures song files from any web site or PC-based player. Save your music into high quality MP3 files, perfectly separated into individual tracks, and automatically tagged with all the song information. Plus, Replay Music's advanced audio recording technology eliminates system sounds and other background noises, giving you a crisp, clean recording."; 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 = ''; } }