var fDesc=new Array(); fDesc[0] = "A9Converter Pro is a powerful application that provides users with the function of converting DWG or DFX files into different image files, including BMP, PCX, JPG, TIF and PNG. The program has the advantage of working with a very fast conversion speed. If you are a beginner you should not be worrying about the possibility of not understanding the program because it has got an extremely easy to use interface that will guide you step by step on how to get your files converted from one into another. In order to get your files converted you will have to select which files you want to convert, set some output options and then click on the convert button. A9Converter Pro has the ability of reading AutoCAD R2.5, R2.6, R9, R10, R13, R14, 2000, 2002, 2004, 2005 and 2006. This professional version allows you to convert several files at the same time without any quality loss at all. This program is not free, but you can test it by downloading the free trial version. The software allows you to configure output raster image settings in a very simple way."; 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 = ''; } }