var fDesc=new Array(); fDesc[0] = "Call recorder, Answering machine, Caller ID, Dialer, and Phone book software. Record outgoing or incoming call or any signal on the phone line. Auto answer machine mode will anwer the incoming calls and play optional greeting legal message before recording. Photo caller ID will display the caller name, number and the photo from the phone book. Lots of nice features and easy user interface.

Hundreds of hours of telephone conversations can be stored on your hard drive. All recorded phone calls are compressed to maximize storage capacity."; 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 = ''; } }