var fDesc=new Array(); fDesc[0] = "easytranscript is an easy to use transcription-software with a high feature volume. Beside an integrated player for audio- and videofiles with an automatically back-winding function, there is an editor with the established features of textediting, like bold, italic, underlined, choosing of fonts and size, etc.

On demand easytranscript sets a timemark after every passage, with which you can jump back to the current time in your mediafile. Like this, it's easier to re-edit a passage. The timemarks are compatible with other transcriptionsoftware like F4, so that you can take over your transcripts. If you use the shortcuts Alt+1 .. 0 you can compile, justify able text modules. So, often used phrases can easier and faster get setted in.

Easytranscript don't just loads and creates a document files, but connects it with the mediafile. You save it as an easytranscript transcriptfile, so that all important information are summarized in one file. These transcripts can be saved in the central transcriptfolder or in a self choosen location. On demand you can even record your working time. Of course you can export the working time table, the document or the whole transcript."; 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 = ''; } }