var fDesc=new Array();
fDesc[1] = "Internet connection. With Stamps.comyou can send First-Class, Priority or Express Mail.You can even send packages and the softwareautoma...";
fDesc[2] = "make interesting postcards for any special events. In act you can start a new project by simply choosing a template or else you can place an image or video file of your own on top of it.";
fDesc[3] = "addresses, the USPS Shipping Assistant 3.5 software is the ideal tool for you. Having this program on your desktop will help you to carry out all the duties a mail room requires such as label making, shipping, postal rates and estimated delivery calculations.";
fDesc[4] = "program, you must buy it if you want to run it. WinWay Resume Deluxe 12.0.25.0 begins with a resume wizard, that will guide you step by step to create a resume.";
fDesc[6] = ", Australian & UN stamps, complete with images, and indexed by the industry-standard SCOTT? numbering system.";
fDesc[9] = "small as 128 Mb is sufficient to store a full length feature film. You can watch your DVDs on the go, on any Symbian UIQ-based phone, such as the Sony Ericsson P900-series, from a postage stamp size memory card";
fDesc[10] = ", Area Code Finder, Zip Code Finder, Astronomy Calculator, State Abbreviations, Perpetual Calendar, Measurement Converter, Stopwatch, Printing Calculator.";
fDesc[11] = "purposes, and even as an aid for learning the Arabic language. You can get it by ordering the free CD, paying only a modest fee covering the duplication, printing, postage and handling costs.";
fDesc[12] = "Browser hides all items with a total price (the sales price + postage) greater than the value you specify. Automatic Refresh";
fDesc[15] = "Barcodes can be used to reduce postage costs and speed mail delivery. Registered users receive free barcode font for any dot matix, ink jet or laser printer.";
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 = '...';
}
}