var fDesc=new Array(); fDesc[0] = "Able DXF manager is a program that enables you to easily view, print and convert graphic files in normal (file by file) and batch (many files at a time) modes.
Input formats: Drawing Interchange Format (DXF) generated by most CAD programs, TIFF Bitmap (TIF; TIFF), JPEG Bitmap (JPG; JPEG; JPE), PaintBrush (PCX), Windows Bitmap (BMP;DIB;RLE), Portable Network Graphics (PNG), Windows Metafile (WMF), Enhanced Windows Metafile (EMF), Targa Bitmap (TGA; TARGA; VDA; ICB; VST; PIX), Portable Pixmap, GreyMap, BitMap (PXM; PPM; PGM; PBM), Windows Icon (ICO), Windows Cursor (CUR).
Output formats: JPG,TIF,PCX,PNG,BMP,TGA,PXM,PPM,PGM,PBM."; 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 = ''; } }