var fDesc=new Array(); fDesc[0] = "NowSmart Talkin is an easy to use sound recorder application. It enables you to record from speaker and microphone at the same time. In other words, NowSmart Talkin can record online conversation on the computer. It works directly with sound card, so there is no software compatibility problem, you do not need to worry about what voice chat software you are using."; 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 = ''; } }