var fDesc=new Array(); fDesc[1] = "being the AC mode and the other being DC Mode (battery mode). Using this management software, you can choose among the many power profiles (Entertainment, Presentation, Word Processing, and Battery Life.) and set your laptop to last or extinguish the battery juices."; fDesc[2] = "of elite army corpses, weapons and technollogy. Generals Zero hour can be played with 3 teams: The Chineese, the Terrorist, and, of course, the American one."; fDesc[3] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product."; fDesc[4] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc."; fDesc[5] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour."; fDesc[6] = "clocks grow from the tree itself and every hour and half hour they sing their song. The images have high resolution, and the animation is so perfect that you will be immersed into a world of magic every time your computer is idle."; fDesc[8] = ", state-of-the-art time zone clock program with tons of features, which is intuitively and fun to use. You can set up any number of clocks in a line or grid arrangement (you decide how many columns and rows the grid has) The clock faces can have a different design in the same clock; choose from the many presets or make up your own! Choose analog and / or digital display; clocks can display country flags and can be resized from tiny to full screen Feature Summary Any number of clocks you need, in every possible line (horizontal / vertical) or grid arrangement Unlimited styles - use the clock with or without title bar and window frame Fully customizable list with cities from every country in the world (the capital of every country in the world is included - plus many others) Add, change or delete cities and select Favorites for quicker access Display the time on Analogue and/or Digital..."; fDesc[9] = "have a movie or any video in your computer which may have commercial ads and you don’t want to watch these commercials during your favorite shows or movies then you can use Show Analyzer to skip commercial ads automatically."; fDesc[10] = ", weekly, monthly, or yearly), enter the date and time, and choose any audio file that we might have in our computer. For example, we can select our favorite tune to wake up us every morning, and so on."; fDesc[11] = "decide to run John Doe's. To earn money we must serve customers and satisfy all their needs as fast as possible to get the best possible tips."; fDesc[12] = "a digital clock using various offered clock styles, choose different date styles, add effects to the clock, play chimes and much more."; fDesc[13] = "interface style can be easily switched from one mode to the other. Both styles are available in large and small versions. It is possible to customized several options: select the clock to stay on top of any other application, choose the displaying mode of the current time..."; fDesc[14] = "Alarm’ option and enter date and time. Even you can also write the message to pop up in the “Alarm Message” box. Similarly you can use its stopwatch and eggtimer functions."; fDesc[15] = "desktop. This small utility makes it possible for us to add a touch of distinction to our desktop. This clock shows the current time (hour, minutes, and seconds) either in BCD mode (by default) or in binary mode."; 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 = '...'; } }