var fDesc=new Array(); fDesc[0] = "VioGate Viewer is a free software that allows you to view the recordings made with Viogate.This software product is free and very easy to use, but it only supports the files that where recorded with the software package that is used for. It has a three screen features, so you can easily switch the way you want to see the file"; 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 = ''; } }