var fDesc=new Array(); fDesc[0] = "DeliView is a Dwg file viewer and preview extractor. The program allows you to extract the preview from a file and to save it as a picture file in Jpg format. With DeliView is also possible to create a Html file containing this image and various information about the dwg file, readable in any Internet Browser. With this tool you can also create an index file gathering all Html files in a directory in one compiled file easily readable and distributable."; 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 = ''; } }