var fDesc=new Array(); fDesc[1] = "It can print standard format (A0, A1 A2) poster or custom big poster. Make a great poster yourself!"; fDesc[3] = "software that converts schematic to layout."; fDesc[4] = "it. Screen Calipers will help you to adjust a web page layout, a picture that you want to fit in a frame, any project that you are working in, charts and blueprints for architects and anything else that comes to your mind."; fDesc[5] = "This tool could be used for vectorizing of charts, drawings, maps and schemes for input to CAD or GIS systems. Also you can vectorize logotypes and other similar line art images for using in Vector Graphic Design software. An application has an option to setup a reference for images, in other words to assign a real coordinates to certain raster points. Thus, you can get vector data not only in the raster coordinates, but real geographical coordinates or in the chart coordinates. Main Features: Create centerlines and outlines Arcs and circles recognition Orthogonal lines recognition Polylines smoothing Vector editor Smart trace method for passing polylines crossings Input raster formats: BMP, GIF, TIFF, JPEG, PCX, TGA, PNG, WBMP, ICO Raster image noise filtration TWAIN32-compatible scanners support"; fDesc[6] = "ZwCAD can read, save and edit the files produced by AutoCAD (2.5-R14-2006) and the other way round. ZwCAD, CAD users wanted."; fDesc[7] = "planispheric astrolabes. It contains a database with more than 2500 locations, but you can add manually a location by entering its latitude and longitude. Sundials can be calculated and printed at scale 1:1."; fDesc[8] = "Our intelligent software automatically includes your mailing address as well as your Email address, Home Page URL, and Fax and telephone numbers"; fDesc[9] = "native file format, supports AutoCAD 2006 dwg format (from R2.6~2006), supports LISP, ADS development."; fDesc[10] = "(and 3D) CAD systems, Imperial and Metric units and many international standards (ANSI, ISO, DIN?.)."; fDesc[11] = "all the steps necessary to transform a plain text line into a professionally designed artistic piece of text. All you need to do is just set an input phrase and start customizing it."; fDesc[12] = "all your 3D models will be less complex and more useful when being processed in real-time visualization systems. With VizUp you can easily make the 3D models well balanced 3D and optimized with reduced number of polygons."; fDesc[13] = "printer. The program lets us retouch them and add some effects like soften, weakly soften, sharpen, grease, lithograph and more. We can also select the edge of glue - this lets us print our poster in a way that every page fits the others exactly."; fDesc[14] = "this program users will be able to vectorize their images in a snap and use a great variety of raster tools, like drawing lines, boxes, circles, and different effects like soften, repair, erode, to name but a few."; fDesc[15] = "users to perform all the modeling, measuring and other operations required for installation of cameras and video surveillance systems. So you will spend less time on estimating lens focal length and the right location of video cameras to get the necessary image on the screen."; 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 = '...'; } }