var fDesc=new Array(); fDesc[1] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review."; fDesc[2] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes."; fDesc[4] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes."; fDesc[5] = ", that are the standard formats for Autodesk programs, as well as DXF, also an standard format for the drawings generated by Autodesk applications for interchanging data."; fDesc[6] = "(generated by Autodesk programs), as well as DXF (also generated by Autodesk applications for interchanging design drawings). The publishers offer total compatibility to the current AutoCAD version in the market."; fDesc[7] = "drawings such as DWG, that are the standard formats for Autodesk programs, as well as DXF, also an standard format for the drawings generated by Autodesk applications for interchanging data."; fDesc[8] = "are using Autodesk Revit, AutoCAD or Autodesk Inventor applications of Autodesk Design, then from the Publish command that is attached, DWF files can be directly created."; fDesc[9] = "and publishing of the required files becomes a lot more accurate and a lot easier. It is also based on the former program DWG TrueConvert and has embodied the full suite of functions that can also be found in it."; fDesc[10] = ", EPS , TGA , BMP , ICO,DWG, DXF, CMW, IMG, IFF, J2K, JP2, PSP, EPS, WMF, DCR, PPM, PTK, PCD, JBG documents and pictures to PDF files."; fDesc[11] = "and DWG file versions (R2.5-R2008)."; fDesc[12] = "by MYRIAD. MYRIAD 3D Reader runs as a desktop program or as a browser plug-in, in a web page, as an ActiveX component. This review is on the desktop version. Using this free application, you will be able to read the files produced by other programs."; fDesc[13] = "DWG entities easily. It supports the DWF layers, multi-page specification and all entity types."; fDesc[15] = "supports AutoCAD 2005, 2004, 2002, 2000(i) and R14."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }