var fDesc=new Array();
fDesc[1] = "assist you in the transcription of audio recordings. The program is installed on the typist's computer and can be controlled using a transcription foot pedal or a keyboard .";
fDesc[2] = "find the necessary definition using the main search or the alphabetical search. The program requires the Internet connection and also offers web search with the help of a built-in Google search. No illustrations or examples, but the ads by Google and the banners related to medicine and health.";
fDesc[4] = "processing technology. It is fast and easy to use software for recognizing chords from audio files of different formats like, MP3, WMA and WAV.";
fDesc[5] = "will be able to record notes to remind yourself about important events in your own voice. The program boasts a very nice graphical interface with everything you need at your fingers.";
fDesc[6] = "for you. Instead, it will provide you with a graphical interface that should make the transcription process a lot easier. The application consists of two panels: an image panel (allows you to load an image), and a text panel (where you type the text you see).";
fDesc[7] = "import/export to WAV, OGG and MP3, keyboard shortcuts, endless loop playback, simple editor, transcription mode and playback effects.";
fDesc[8] = "phone conversations and monitor call-center agents. Save time and money managing your recordings. Easily save and review recorded conversations.";
fDesc[9] = "It extracts music score out of the monophonic audio records. You can display, play, edit, and save your music.";
fDesc[10] = ", agenda, actions and closure. Audio signal is compressed in real-time, easy to export/import and listen in transcription playback mode.";
fDesc[12] = "experience possible, EureScribe offers the following features: » Support for multiple media formats including but not limited to .WAV, .WMA, .MP3, .AVI, MPEG, DVD video. » Breaking the media file into short segments that easy to remeber and easy to create transcriptions for. » Shortcut keys for all of the functions so you want have to take your hands off from the keyboard and interrupt typing. » Support for various segment statuses (no started, in progress, completed, problem) so you can easily track the project progress and return to problem segments. » Flexible playback options. The application can allow you to set pause marks within the segment so the application will automatically stop playback where you want it to. » Saving transcription text into Word (RTF) and as .SRT video subtitles. In addition to these features, the workgroup version of the application also...";
fDesc[13] = "recordings of your interviews, surveys, medical reports etc. easier and faster than ever.";
fDesc[14] = "phonetic transcriptions. The graphical user interface is divided roughly into two main panes. The right one is where all the transcription will occur. You add words orthographically and then add their phonological transcription to the right";
fDesc[15] = "organizations to have a complete control over their operations and production process. TM is designed to enhance transcription efficiency and productivity - and to facilitate the medical documentation process protecting the integrity, reliability and security of medical records. Transcription Manager has been developed by expert professionals with a complete understanding of every level in the process of transcription. TM not only helps you in your daily tasks like assigning, tracking, communicating, but also prepares numerous reports which will help the management in planning resources, controlling the operations and helps you save your spending";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}