var fDesc=new Array(); fDesc[0] = "Modem spy is handy utility for telephone calls recording. Features: 1) record phone conversations. 2) microphone recorder. 3) WAVe files playback via telephone line. 4) Sound card playback of recorded mesages. 5) Record ALL incomming phone calls. 6) Has built-in software automatic gain control (AGC). 7) Detect and log Caller ID information. 8) Pop up caller ID info. 9) Super Spy mode will hide Modem Spy behaviour. Nobody will know that you are recording phone calls."; 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 = ''; } }