var fDesc=new Array(); fDesc[0] = "In combination with any microphone / headset this software creates a new way in which it is possible to work behind a PC. No more having to worry about spelling, punctuation and such like - add the third dimension - emotion! Make your messages count!

Click once to start the recording, say what you want to say, click again - all you have to do to make a spoken message. The message can be further sent as an attachment or even better - the link to the uploaded message can be instantly inserted wherever your cursor is - in your E-mail, Excel file, database, Word document - anywhere.

Useful eMic utilities are supplied with the eMic Communicator!
Sound filters: easy to change your voice; create and apply your own filters.
Sound Editor: easy to edit your recordings and other audio files.
Multimedia address book: easy to choose recipient of the E-mail by picture/sound.

Put your keyboard away - use eMic every day!"; 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 = ''; } }