var fDesc=new Array(); fDesc[0] = "Batch Print is a printing program that responds to the extended requirements of the industrial and home using. The main purpose of Batch Print is complete automation of printing process of user's drawings. This program is able to print a wide range of file formats representing vector and raster graphics. It provides wide capabilities for filtering drawings and printing settings customization for further 'one click' printing. Also Batch Print allows users to print drawings from one model on different printers."; 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 = ''; } }