var fDesc=new Array(); fDesc[0] = "Trillium's CallRecorder software is a convenient, user-friendly application for recording telephone calls to your computer hard disk or server for storage and later retrieval.

Used in conjunction with Trillium's Telephone Recording Adaptors, CallRecorder is an extremeley powerful tool for all businesses regardless of size. It's low entry cost makes it the ideal call recording solution for small business, SOHO, home, customer contact centres and departments within large corporate organisations.

CallRecorder provides advanced features which make call recording, retreival and play back simple and easy. It comes in a Manual and Automatic version to meet your call recording requirements.

The simple installation, set-up and operation means you can quickly implement your call recording solution, without the need of any tools or a technician. Trillium's professional telephone and email support is available to assist you with any difficulties you may experience with installation and to ensure you get the most from your Trillium call recording solution.

Main Features :

- Easy to install and operate.
- Support for Trillium USB Telephone Recording Adaptors.
- Auto File naming - with time and date stamp.
- Selectable recording quality - allows you to determine the temporary HD disk space used for the raw recording.
- Selectable file format - allows compression of raw recording before saving file.
- Auto post processing to move, compress or Zip files.
- Use Function Keys or mouse to activate Record/ Pause/ Playback.
- Play recorded conversations through your PCs Soundcard to speakers or headset.
- Play pre-recorded messages or beeps to the Telephone Line."; 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 = ''; } }