var fDesc=new Array(); fDesc[0] = "Print Distributor is a program that enables you to distribute, archive, route and control your printed output. You can easily create virtual printers to manage the output from any application. You can print to file with a flexible naming system which allows you to include date, user and document information in the path."; 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 = ''; } }