var fDesc=new Array(); fDesc[1] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history."; fDesc[2] = "OK, at best. It is still in an experimental stage, so I will be easy on them. BitTornado attempts to be a fast BitTorrent client, thus the name. Or messy, maybe?"; fDesc[3] = "with a waiting time the number of nudges you can send, because this can be very annoying. NudgeMania 4.0 allows you to bypass that limitation, allowing you to send infinite nudges without waiting."; fDesc[4] = "you a magic forest with a lot of trees, plants, lakes and much more. This unique screensaver combines the very realistic graphics of the lake, with many colorful animals that appear all around the lake."; fDesc[5] = "Heaven on Earth is a free screensaver created by RateMyScreensaver.com containing 20 high res photographs."; fDesc[6] = "When serious weather conditions arise, vital information relating to storm conditions will be displayed as a crawl across your computer screen and information will be sent to you from ABC13 to keep you safe in an emergency."; fDesc[7] = "includes real-time HTML reports, graphs and Service Level details. ServersCheck can be administrated through a browser."; fDesc[9] = "watching cheerful drops flooding your monitor."; fDesc[10] = "planet), this is the ultimate tool to get you on track.Experience the magic of MySpace on a whole new level!"; 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 = '...'; } }