var fDesc=new Array(); fDesc[0] = "Jazler SpyCorder Audio is a 24 hour audio recoding program that is compatible with all audio and video capturing cards for windows. With this program you can record audio in windows media audio (.wma) at any rate, compression and quality you need, can keep the files for the numbers of days you need and split the recording files each x hours while 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 = ''; } }