var fDesc=new Array(); fDesc[0] = "Vianeta Transcription Desktop gives transcription organizations the ability to centrally manage any number of transcriptionists from a single PC,while customizable routing functions help to streamline workflow and improve accuracy. Transcriptionists have the ability to work from home,they do not have to be connected to the Internet while transcribing reports. Transcription Desktop provides compatibility with most game port-based foot pedals and word expansion software."; 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 = ''; } }