var fDesc=new Array(); fDesc[1] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money."; fDesc[2] = "all basic tasks like move, copy, eliminate files, execute programs, view images, etc., but there are other many great features that, I'm sure, they will make from Directory Opus an essential tool for your Windows."; fDesc[3] = "system utilities that make the essence of your network place and need to be thoroughly monitored. Total Network Monitor will alert you in case of failures and unpredictable errors by many ways before situation becomes threatening to your work. It will build a detailed report on the type and time of the error or failure. You always have an opportunity to check any aspect of this or that utility, server or file system: HTTP, FTP, SMTP/POP3, IMAP, Event Log, Service State, Registry and many other. To all these benefits network map and user-friendly interface make your work with the software the most demonstrable."; fDesc[4] = "happy since it’s all about camping. To be precise, you won’t be exactly camping. Instead of that, you’ll be able to build the camping site of your dreams. You can try this game for 60 minutes before you buy the licensed version."; fDesc[5] = "search engines are supported), we can see small icon on the right side of each link. A \"green\" tick means, good site. A \"yellow\" means linked to bad sites or have some threat level. A \"red\" \"X\" means, websites with virus or misleading contents."; fDesc[6] = "forget that they are sitting in the comfort of ones own home and not in a Las Vegas casino. They have a huge selection of the ever popular video poker games and realistic table games."; fDesc[7] = "organizations, sociaties, clubs, camps, interest groups, associations, health clubs.."; fDesc[8] = "your message across in just about any situation."; fDesc[9] = "Control; Corporate Governance and Risk Control measures. All routine tasks ranging from a simple complaints system to Human Resources and Health & Safety can be contained within a single desktop application instead of several disparate applications. Users subscribe only to modules (templates) they need instead of purchasing the entire system."; fDesc[10] = "downloading video again and again, then use TubeHoarder to capture all your favorite Tubes. Have you noticed that sometimes interesting Tube videos disappear because of complaints? Capture them before they are deleted. Free to try, Download now at static-ware.com TubeHoarder has integrated online Update checking, a simple to use interface and funky skins to suit your flavor"; fDesc[11] = "You can know at a glance what tenant owes you money, how much, and when money is due, past due and more."; fDesc[12] = "software gives you an easy way to manage, track, and organize data of a small church."; fDesc[13] = "can be used to track defects in projects, product complaints, suggestions of employees, marketing leads for potential customers etc."; 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 = '...'; } }