var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = "on your favorite media player. In addition it includes Media Player Classic. The program also installs player plug-in for Internet Explorer, Firefox, Netscape and Opera."; fDesc[3] = "easy and friendly with many features included to develop all your ideas and projects clearly in order or simply to order a brainstorm session. Freemind works in almost every platform that runs Java."; fDesc[4] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[5] = "capability to remove the tiny spots and marks on your face. It can select your skin tone and use it to clear up the small spots or color differences in your skin."; fDesc[6] = "xhtml or Javascript. The program's interface is pretty nice and easy to use, and the most important thing, it generates strict xhtml compliant code."; fDesc[7] = "result of a virus, malfunctioning software, or simply by accident."; fDesc[8] = ", and many more. The composition templates are divided into three categories, for 1 to 3 photos, from 4 to 8, and for more than 9 photos. We are allowed to resize and fully edit the images."; fDesc[11] = "Cross´ method, the loads can be single or distributed. The main utility of this program, targeted at architects and construction engineers, would be to optimize joint positions (i.e. positions with zero moment) in purlins or beams."; fDesc[12] = "synchronisation and data backup."; fDesc[13] = "CatiaV4 and V5, SolidWorks and Solid Edge. FreeCAD runs in Windows (2000 & XP, and Vista) and for Debian-based Linux systems (32-bit only) platforms."; fDesc[14] = "It contains many features, allowing you to choose a basic shape and modify its parameters to fit your needs. All you have to do is to type in your company's name and slogan, and the program will do the rest for you."; fDesc[15] = "traffic. This software monitors the trafiic in a very effective way. This bar just attaches above the windows taskbar and does not present itself like a cascaded window."; 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 = '...'; } }