var fDesc=new Array(); fDesc[0] = "SoftMine Audio Recorder is a program that enables you to pick up and convert sounds from multiple sources. Whether CDs, DVDs, tapes, TV shows, live concerts, online radio, video games or live conversations provide the sound you are interested in, this program will easily record it and make it available in a widely popular format on your computer (which means you can transfer it on other portable devices as well)."; 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 = ''; } }