var fDesc=new Array(); fDesc[0] = "Zibosoft Telephone Voice Recording System(TVRS) is a multiple channel digital telephone recording system that uses PC and Recording Card to record telephone conversations,dialed numbers and caller Ids to hard disk. Zibosoft TVRS helps to make transactions over the telephone and to control the quality of personnel's work,robust design and simple interface for fail-safe but user-friendly day to day operation."; 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 = ''; } }