var fDesc=new Array(); fDesc[1] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[2] = "16-bit / 44.1kHz equivalent to 5Gb of uncompressed wav files. It features more than 8000 midi drum patterns with pre-listening, quick browsing and drag’n’drop functionality."; fDesc[5] = "race - and save data on tire temps, tire pressures, oil, water, gearing and shock/spring settings. Ideal for multi-car teams."; fDesc[7] = "wallpaper to open the program. After that, we can see in the program interface one menu bar, one toolbar, one explore window with our folder, one window and three tags in the right with the wallpaper info."; fDesc[12] = "bicycle rides like distance, speed, climbing, time, Heart Rate, etc. It helps you in your training by enabling you to analyze your rides through various reports and graphs. CycliStats is a powerful tool which comes with a built-in Gearing Calculator and Calorie Calculator."; fDesc[14] = "desktop. It allows you to easily manage all your wallpapers through the use of categories and cycle them with a specified delay or at specific times or both. Wallpaper Cycler includes an advanced random choice algorithm, can be started at Windows logon, can be configured to change the wallpaper once at Windows logon, and much more. Features: Transparent desktop icons. Add categories which contain similar wallpapers. Categories can have time constraints. So a certain category can be set up to be used only during winter, or in the morning,... Easily find duplicate images and delete them. Preview bitmaps and JPG's full screen. The delay between two wallpapers can be up to 24 days 20 hours 31 minutes 23 seconds. Cycling can happen with a specified delay or at specific times or both. Shuffle during cycling: Wallpaper Cycler includes an advanced random choice algorithm which ensures that you..."; fDesc[15] = "you will be able to choose all the websites you want to browse, and it will connect to the Internet and start locating them immediately. Then, the program will start cycling the pages in the order you decide, and for as long as you decide."; 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 = '...'; } }