var fDesc=new Array();
fDesc[1] = "bonus up to $600! That's one of the most generous bonus plans around. Download Titan Poker now, it's easy, fast & free";
fDesc[2] = "program is installed, the first thing you should do is create a new file. Then, you can choose what product will you create. Options are Monthly Calendar, Birthday Calendar, Yearly Calendar, Weekly Calendar and Photo Presentation.";
fDesc[3] = ", monthly, even annual calendar views enabling them to organize their appointments, schedules and keep note of important dates. The Calendar Wizard included with Calendar Creator 12.0 provides users with the choice of over 250 customizable templates.";
fDesc[4] = ", hibernation, suspention, or shutdown in very few steps. It is also a tool which enables you to clean up the PC every time the shutdown is carried out.";
fDesc[5] = "Fixed in this version: support for valid flash, for valid image, and for valid horizontal line XHTML, and enhanced support for the phpDocumentor, highlighting phpDocumentor tags, one-click add phpDocumentor documentation to functions and classes feature, and PHP Syntax Check and more.";
fDesc[6] = "for more than 50,000 locations worldwide. WeatherMate offers you a simple and very easy to use interface with multiple customization options. You can use the metric or the English units and switch between them in no more than two clicks.";
fDesc[7] = "Tournaments. Poker.com offers No Limit Poker Tournaments & Daily Texas Holdem Freerolls. Download now!";
fDesc[8] = "Pte Ltd. There is a trial version available from the developer’s website. We can select to download it as an exe file or as a zip file. We can evaluate it for 30 days. This software is an alarm clock plus a reminder for Windows.";
fDesc[9] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products";
fDesc[10] = "always tend to forget. Its excellence has been proven as it has been honored with an award. The software provides various features like storing repeating events that can be recurring daily, weekly, yearly.";
fDesc[11] = "enjoy 50% bonus up to $250! No coupon or bonus code is needed for nobluepoker. Download Noble Poker now, it's easy, fast & free";
fDesc[12] = "cyclic alarms, reminders for birthdays or other important dates, and post it or \"sticky notes\" to remember small information pieces (like a phone number or email address).";
fDesc[13] = "solid MySQL database stability to deliver the ultimate in time capturing software solutions. Time Machine can be configured as a stand-alone, walk up time clock station, or a per workstation, multi-user time capture utility. Time Machine features support for weekly and bi-weekly pay periods, which can begin on any day of the week. Additionally, overtime can be calculated daily and weekly. Each employee has their own secure login with a predefined 'User Access Level', allowing the administrator to specificy what access the employee has to the system.";
fDesc[14] = "blood sugar records. Print to standard 8 1/2 inch x 11 inch paper using your printer.";
fDesc[15] = "and dependencies and target dates. Tag tasks to be eligible for putting on your Resume. E-mail to other co-workers.";
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 = '...';
}
}