var fDesc=new Array(); fDesc[0] = "Any DWG to Image Converter Pro 2008.0 is an application that allows you to convert from DWG and DFX files into different image formats such as TIFF, BMP, GIF, PNG, JPEG, TGA, WMF, PCX and EMF without using AutoCAD. Using this application, you will be able to convert your DWG and DFX into a lot of different images formats. This program supports paper and model space. You will be able to work with every version of DWG and DXF files. Any DWG to Image Converter Pro 2008.0 supports command line. This program has got a really friendly interface that will guide you on how to convert your files from one into another or into the required image formats in a very simple way. All you have to do to convert your files from one into another is to select the files you want to convert, and then select the output folder and directory. Any DWG to Image Converter Pro 2008.0 has a lot of advanced options for your conversions. Using this application, you will be able to convert one file per time or to convert a group of different files with different formats into an image file at once. This application will also allow you to choose the output colors for your images, to set different resolution levels, background colors, image sizes,etc."; 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 = ''; } }