var fDesc=new Array(); fDesc[0] = "Easy CAD to Image Converter is a program that supports the conversion from DWG, DXF, DWF to BMP, JPG, JPEG, GIF, TIFF, PNG, and TGA file types. You can even batch render your DWG, DXF, DWF drawing files to image files of any size to answer your specific needs, such as to facilitate the readers of your CAD drawings who have no AutoCAD-based products installed on their computers."; 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 = ''; } }