var fDesc=new Array(); fDesc[1] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc."; fDesc[2] = "transforms it in a window to the universe. We can use it as Wallpaper or as a Screen Saver, if you use anyone of both you can choose to refresh the view every certain amount of minutes, in the map area can download more maps and apply the zoom."; fDesc[3] = "map, showing the daylight and night areas. The wallpapers generated are very good and the program requires very few clicks to see the change."; fDesc[4] = "many cities and information about their population and country names. The position of the cities shown corresponds to the real coordinates. You are able to add your favorite cities to the map, as well as eliminate the included cities and leave only the added ones."; fDesc[5] = "able to plan the lighting you will use in a room, scene or building. The program will be able to calculate and visualize the daylight, as well as letting you plan your lighting scenes, plan the color and intensity of the lights you will use or position on the project the emergency lighting."; fDesc[6] = "killed him once, and now he is afraid. Your goal is to destroy these stones before they fall on Jerry."; fDesc[7] = "program features an unattractive user interface, which looks old and old-fashioned, you can create complete and fully customized calendars for multiple uses."; fDesc[8] = "time to collect these jewels in a single screensaver. Although they aren't professional photos (some of them were taken with the cars in movement, with daylight and too many other details, seems that they need a photoshop touch."; fDesc[9] = "this applet for free."; fDesc[10] = ", alarm, calendar, daylight map and other accessories including stopwatches, countdowns and more."; fDesc[13] = "is fully customizable, enabling you to you to set an alarm for any time zone and also select the format of the clocks including font and style."; fDesc[14] = "26 world time zones to be shown on rotation at a user defined interval in seconds. You can also show time zones on demand"; fDesc[15] = "Integrated in the Windows Taskbar."; 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 = '...'; } }