var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "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[3] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[4] = "show you all the well-known beauties of autumn. That wonderful season of the year when nature is getting ready to relax and wait during the cold winter months. In this season, you will see nature changing colors right in front of your eyes.";
fDesc[5] = "travelling? Now you can be part of the first voyage of those brave seamen with the Voyage of Columbus 3D Screensaver! Get aboard one of Columbus' ships: the Santa Maria, the Pinta and the Nina - and recreate the making of American history!";
fDesc[6] = "a context sensitive library that displays a tree-like directory for the Holy Bible (King James version), a morning and evening devotional book, a Bible dictionary, parallel gospels, reference books, RSS feeds, Web pages, PDF books, and so on.";
fDesc[7] = "need is to have two photos of the parents, upload them to BabyMaker program, and voila, a new realistic picture of your baby will appear in a snap!!!";
fDesc[8] = "printing contact sheets and calendars, and a paper saver. PDF support.";
fDesc[9] = "the current date. It allows to have always a calendar at hand to search for any in the current, previous, or future year. The program features a simple and intuitive user interface, but really not very attractive.";
fDesc[10] = "driving hours under his belt. The graphics are beautiful, the physics are stunning and the competition is brutal. You cannot achieve more realism than this now.";
fDesc[11] = "features that other computer organizers out there could even think about. With this program I am able to schedule my family’s appointments, send and receive e-mails, and I am even able to keep up with my monthly bills.";
fDesc[12] = "their menstrual cycles. The woman who uses this program will always be informed when the ovulation process comes and how long this process takes.";
fDesc[13] = "software. This program enables you to have one page with all twelve months on it and then a page for each month. The software not only creates a calendar, but it also allows you to put in several notes for each day.";
fDesc[14] = "RSI, MA, CCI, Williams %R, MFI, Evening, Morning, Shooting Star, Dragonfly & Gravestone Doji, Engulfing, Harami, Piercing Line... FREE EOD data.";
fDesc[15] = "Customize: months orientation, color, font, weekends, language and more.";
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 = '...';
}
}