var fDesc=new Array(); fDesc[0] = "TransScriber is a small tool for playing back a sound file while you type the words spoken into your favourite text editor, like Microsoft Word. TransScriber can play sound files in a number of formats and lets you control the speed, pause, create bookmarks and navigate around the timeline of your interview, all while you are using your word processor in full screen. TransScriber simply sits in the background and waits for your commands, which it can detect while you are working in any other program."; 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 = ''; } }