var fDesc=new Array();
fDesc[1] = "personal or professional commitments, it would prove out to be a great blow to their valuable relations. Now, users don’t have to worry as they will get a permanent companion in the form of Multi Reminders will won’t allow this tragedy to happen with them.";
fDesc[2] = "payment frequency. It allows you to compare two loans side-by-side and calculates Principal, Interest, Taxes and Insurance!";
fDesc[3] = "aspects about time, having other key items to consider like resources, tasks and clients; also managed from within the program because they directly affect to scheduling and planning phase.";
fDesc[4] = "time. It is a wonderful application which plays chime music in the background on a quarterly, half-hourly and hourly basis without interrupting other running applications.";
fDesc[6] = "powerful, cost-effective solution that will save you time and money. Manage your own payroll. Print Form 941 for 2008 (Employer's Quarterly Federal Tax Return) with data (pages 1,2 & voucher) for signature. Laser-printed W-2 Copy A and W-3 forms APPROVED by Social Security Administration.Print all W-2's on plain paper with your laser printer. Print PAYROLL CHECKS using NEBS Laser Mid Multipurpose Check DLM102-1 or classic style QuickBooks Laser Top Multipurpose Check DLT104-1 (Ask NEBS for new customer discount). No on-line payroll service required. This is a stand alone program. Software comes loaded with 2008 federal, state, DC, and Puerto Rico tax tables. Users can access and update the federal, state, DC, or Puerto Rico tax tables for any future tax changes. Start using TKT Payroll at any time of the year - just enter year-to-date balances.";
fDesc[7] = "with your coworkers and other users on your network. These are called Public Calendars as you can share them with other Barca Pro users on your network, even those without Barca Pro through a standalone viewer and iCalendar support. These calendars can be published to a network folder so that anyone else on the network can read them by subscribing to them, or you can publish them locally just for your own use, to allow you to utilize more than one calendar and task list at the time. Barca Pro retains all of Barca's extensive feature-list, including its Calendar, Tasks and Planner to schedule events, powerful email engine that makes PocoMail tick, popup Notes to gather information and Diary to keep track of your daily activities; all united with a smart yet clean interface. Click here to find out more about Barca features... Plan your daily duties with the Calendar, in day, work week...";
fDesc[15] = "30-day trial period followed by a quarterly or yearly service contract for 25.pounds, 40.euros, 45.$US, 50.$CAN/month.";
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 = '...';
}
}