var fDesc=new Array(); fDesc[1] = "11 new security updates. One of these updates are related to vulnerability in Excel named MS08-043, (KB 954066). Please keep in mind that this security update replaces the following security: 946974 MS08-014: Description of the security update for Excel 2007: March 11, 2008"; fDesc[2] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[3] = "Faerie Queen’s Magic Jewels! Cast magical spells to battle ruthless monsters and the forces of darkness in your quest to recover the Queen’s glittering treasures!"; fDesc[4] = "solitaire with inlay puzzle fun. Watch beautiful vistas subtly change as you progress in this perfectly harmonious union of two all-time classics!"; fDesc[5] = "It supports all Windows operating system, from 95 to Vista. It has a friendly interface and it´s easy to use even for average users."; fDesc[6] = "here is a best quality XTerm medical dictionary. This medical dictionary not only contains detailed description of medical terms but it is also full of chemical formulas and diagrams."; fDesc[7] = "select the folder with installation files and you can compress them. There are hundreds of commands for Silent Installation. The program will create 2 files: text description and CAB file with the necessary options to run the program."; fDesc[8] = "McGraw-Hill Company. Its large database of almost all engineering words will not let you escape. Virtually you can find any technical word of engineering in its database with complete description."; fDesc[9] = "complete calendar in your PC. You will be able to set reminders for your dates and events. You can view the calendar by day, week, fortnight, month or year. This program can be installed and run in English or German."; fDesc[10] = "snapshots of your disks, imports descriptions and thumbnails, and allows for offline access, searching, reporting, organizing..."; fDesc[11] = "utility, with just simple right or left click on the time or description option ,will display all the edit features."; fDesc[12] = "properties. View file and folder content (copy file list to clipboard). View file and directory description."; fDesc[13] = "properties from remote computers within your network environment. It shows the features of the objects, credentials and status and retrieves Host Name/IP address, description, domain, OS type, OS version, OS platform ID, last connection check, WMI namespace and so on."; fDesc[14] = "computers, windows based operating systems are backbone of our systems. For a lay man, it is very irritating when the computer especially Windows based operating system troubles him with a quick note saying \"There is an error, the program will be closed\" with a ..."; fDesc[15] = "value of each letter in that person's name, sums them up and then deducts the thousands value to locate the correct description of their personality from the Oracle's 'Table of Answers'."; 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 = '...'; } }