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[3] = "sheet, print double-sided (duplex) and create electronic letterhead. You can print booklets, add watermarks, headers and footers. FinePrint can scale from one paper size to another. Your pages can be saved in JPEG, TIF, BMP formats."; fDesc[4] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[5] = "write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects."; fDesc[6] = "your clock’s face.This clock does not interfere in your work by appearing on any open application and will not occupy much space on your system."; fDesc[7] = "the chords and scales derived from them in all their positions and variants. It also includes a tuning feature, a metronome and a function that allows you to listen to evey chord and scale presented. If you are a guitar player of any style, this software is for you."; fDesc[8] = ", but it’s different from others games alike since it has twelve-in-one solitaire games which is great in order not to get bored any soon. All twelve solitaire games offer a thorough explanation of how to play in the beginning."; fDesc[9] = "You can scale design of gardens, mechanical cams, electronic schematics, building, rooms plans and much more using curves, angles and dimensions. TigerCad offers every feature of a working CAD, however it doesn't confuse you with a lot of tools and buttons on the screen."; fDesc[10] = "program offers a scales and chords pattern with the opportunity to hear their sounding. All necessary view windows are located in a window for your convenient."; fDesc[11] = "and doesn’t require any other software to be installed on your system. It is a very useful tool to optimize PDF documents for fast viewing in the system, as well as for web viewing. It also helps in reducing the size of PDF file and improving its reliability."; fDesc[12] = "scale chart. This valuable resource provides a very effective environment to make its users learn the chords and scales across the entire fretboard."; fDesc[13] = "With it you can test the pH of common things like coffee, spit, and soap to determine whether each is acidic, basic, or neutral. Visualize the relative number of hydroxide ions and hydronium ions in solution."; fDesc[14] = "play over a given scale. You can visualize the scale patterns on both the fingerboards as well as the staff."; fDesc[15] = "application shows the notes of a user-selected chord or scale. The notes can be generated for musical staff, piano, guitar or bass fretboard."; 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 = '...'; } }