var fDesc=new Array(); fDesc[0] = "ThinPrint .print is a software solution for print management.
It comprises two main components: the server component .print Engine and the client component .print Client; both will be installed with setup routines.
To simplify installation in large networks, ThinPrint .print also allows the unattended installation and therefore easy distribution of both components."; 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 = ''; } }