var fDesc=new Array(); fDesc[1] = "ONE step! Just follow the installer and after rebooting you can forget about downloading and installing the Windows Updates one by one. Only for SPANISH versions of Windows XP"; fDesc[2] = ", and Blue-Ray discs. It does not matter what is printed on the cover of your discs; with this program you will get the actual information about most of them."; fDesc[3] = "will make your PC run faster and will make your PC error free."; fDesc[4] = "orphaned at a young age and taken in by her godfather. She has never known her family but all of a sudden she receives a mysterious letter, with a strange piece of broken stone inside. The oddest thing about it is that the letter was dated from 10 years ago."; fDesc[5] = "changes and automatically creates a backup in the destination you have chosen. This incredible application sits quietly in your system tray watching a preset folder or folders for activity, and once a file has been modified or created it is backed up wherever you want."; fDesc[6] = "enables those who understand the English language to examine and read the original Old and New testaments of the Holy Bible which were originally written in Hebrew – The Old, and Greek – The New"; fDesc[7] = "a record playing on a record player. Vinyl 1.6 a unique application that uses 64 bit processing with advanced filter, modeling and resampling features. It has a Mechanical Noise function that blends into the users typical signal producing a rumble and motor noise."; fDesc[8] = "value your collection. Save many hours of data entry by simply picking from the provided listings of more than 18,900 US, Canadian & UK coins. Over 1200 high quality coin images are provided to help identification. Valuations are included for both certified and non-certified coins, in up to 200 different grades. Research your coins with over 4000 links to coin variety information, as well as the ability to add unlimited file or URL attachments to your records and built-in links to hundreds of informational coin collecting sites. A new View window allows you easily view your collection in many different ways. View Want List and Sell List info. View your coins by Month of Purchase, Month of Sale, Set, Location, Dealer, Customer, Grading Service, Year, Grade and Mint Mark. Want to see and perhaps print all coins in your collection dated 1961? Simply open the Year icon and click on 1961...."; fDesc[9] = "mouse or the keyboard arrows, you control a ball which is in constant movement, Vort, guiding it through the playing field with the goal of collecting all the coins, while sorting out several types of obstacles."; fDesc[10] = "the number of years, months, days, hours, minutes, and seconds from the event or to the event. Countdown! refreshes each second so you can get a great look at elapsed time."; fDesc[11] = "activity, once a file has been modified or created it is backed up to your chosen destination."; fDesc[12] = "you're in front of it? Then check out Schedule Wizard 98. This comprehensive 32-bit scheduling application uses a friendly interface to let you to program in a variety of timed events. Set programs to launch on specific dates and times, or schedule important pop-up messages. The program can also maintain your to-do list and keep a list of your dated reminders. Many scheduling options are available, including advance warnings and alarms. Scheduled events can be viewed easily by date, category, or specific selections. Schedules may be printed in a variety of reports. No other automation or scheduling package matches the unique features and value of Schedule Wizard 98!"; 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 = '...'; } }