var fDesc=new Array(); fDesc[1] = "your desktop. The application is platform independent so you can run it on all major operating systems: Windows, Linux and Mac OS X. The appearance can be customized with skins and you can even mix different skins together. It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and task lists including the Google Calendar* and Remember The Milk* and edit your Outlook** appointments directly in Rainlendar."; fDesc[2] = "an important event. The tasks are divided in categories including web design, support, development, meetings, information and call."; fDesc[3] = ", your computer will be in a safe condition within minutes without the help of an IT specialist to backup your system state, partition and disk. And this program is totally free to use! EASEUS Todo Backup 1.0 can backup your system partition to quickly get the system up and running in the event of a system crash or hardware failure. It allows you to backup and restore disk or partition after viruses attack, unstable software download, hard drive failure, etc. Meanwhile, EASEUS Todo Backup is useful if you want to upgrade the older smaller hard disk without reinstalling the operating system and applications once again. This free backup software supports nearly all major Windows systems, like Windows 2000 professional/XP/Vista and Windows Server 2000/2003/2008."; fDesc[4] = "trial demo available from the developer's website, and evaluate it for a 30-day period. This program provides an useful tool to keep our private and profesional information, handy and well organised."; fDesc[5] = ", suitable both for personal and business use. All to-do tasks can have customized priority level, type, due date. Inbuilt reminders, HTML export."; fDesc[6] = "icons, suitable both for personal and business use. All to-do tasks can have customized priority level, type, due date. Inbuilt reminder."; fDesc[7] = "friendly interface, and it is available in several languages, among them English, Italian, Russian, and Ukrainian."; fDesc[8] = ", hierarchical tasks and deadline specification it makes easy for you to plan your tasks with such an advanced and though free tool."; fDesc[9] = "creating web pages using HTML, XHTML, DHTML, as well as inserting Scripts anywhere in the page such as Javascript, VBScript, and all kinds of facilities for developing web pages using CSS 2.0, PHP 5, ASP, XML, JSP, SSI, WML 1.1, HDML 3.0, SMIL, PERL, SQL, etc."; fDesc[10] = ":) Can be used instead of messaging service/WinPopup for LAN. A lot of options for every application aspect"; fDesc[11] = "categorize them. Set the task's occurrence to Immediate, Todo, Minutes, Hourly, Hours, Daily, Days, Weekly, Weeks, Monthly, etc."; fDesc[12] = "never remember and may never need until the time when you desperately need it - right now! Easy to use and simple"; fDesc[13] = "have all your important information, tasks and appointments safely stored in one place. The application allows you to add tasks and subtasks very easily and quickly, setting different priority levels marked with a distinct color for easier identification, 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 = '...'; } }