var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; 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] = "Alibre Design is made for engineers, machines designers and all those who want precision and ease in making their designs. Alibre Design enables you to create 2D drawings and then convert to 3D using simple steps."; fDesc[5] = "ClearView is a flight simulator of aircrafts and helicopters controlled by radio control. You will be able to control these amazing flying toys by using your keyboard, any Windows game pad, and a real radio transmitter connected with a special USB cable."; fDesc[6] = "working with CB Model Pro is like if you would be sculpting those objects in a soft material mass. With traditional image editing programs, create those types of objects is sometimes really difficult and takes a lot of time, but with this application, create 3D stunning pictures is a piece of cake."; fDesc[7] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs."; fDesc[8] = "screen capturing software can capture anything you see on the computer screen, including the entire desktop, windows, menus, cursors, and even video with sound. Screen Movie Studio is able to record all these movements allowing you to save them and play them back. Screen Movie Studio can record all activities in full screen, active windows, fixed area and predefined area along with mouse and keyboard sound. You can select input and output model, show, hide and use custom cursor , add date and time and choose what voice to record from Options setting."; fDesc[9] = "like the old toolbars and menus extending the object model was difficult to use them effectively. The new model is called the custom UI RibbonX and claimed many of the same attributes of the new user interface: easy to use, modernity and predictive power for end users."; fDesc[10] = "hi-res 2D, virtual cockpit, Commander view 2D panel, HUD, exterior model animation control panel, simicons panel, radio panel and GPS panels. It also features a video ‘launch’ to start the program and set the scene for the journey back to terra firma."; fDesc[11] = "F-16 Multirole Fighter 1.0 sim is designed to provide you with the real life experience of flying this amazing aircraft. The Sim boasts of authentic lockheed approved sim model of the planes and the sim has been tested by none other than the companies F-16 test pilot"; fDesc[12] = "audio files to clean up the most troublesome problems with Declick, DeCrackle, ReTouch, NoisePrint, DeNoise, MaskNoise, DeHiss and DeHum functions. It includes a CD rip and burn utility to organize your audio files into custom play lists and burn standard Audio CDs that can be played in any CD player. Eight Powerful Sound Quality Improvement Functions - 1. DART DeClick Plus - Elimination of impulsive disturbances and low intensity wide band noise. The tool isolates and reconstructs irrevocably distorted signal samples. 2. DART DeCrackle - An advanced tool for elimination of impulsive disturbances, based on bidirectional processing of audio signals (it combines results of forward-time and backward-time signal analysis). 3. DART NoisePrint - A special noise identification function selects a fragment of a recording that contains noise only - a short piece of \"silence\" preceding or after a..."; fDesc[13] = "Internet connection that provides them with an innovative 3D model of the SF.360 aircraft to add to their flight simulation collection. The program includes eight liveries of which five are civilian, and three have military schemes."; fDesc[14] = "Voyager Class 220 and 221 model trains to add to their railway simulators. This expansion program includes seven journey scenarios for these two models."; fDesc[15] = "models like RGB (Red/Green/Blue), HSB (Hue/Saturation/Bright ness) and CMYK (Cyan/Magenta/Yellow/B lack)."; 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 = '...'; } }