var fDesc=new Array();
fDesc[1] = "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[2] = "MIDI tracks and provides an array of professional-quality effects and customization options. This incredible program also includes CD-burning capabilities and enables you to apply nondestructive effects on the fly while burning.";
fDesc[3] = "a sequel to the original game Jezzball. The story tells that a very strange atom was discovered in a very far world. the J-Atom. They pay for you for every atom collected. The smaller the carrier, the better for you, cause the atoms preserve best their energy, and you will be better paid.";
fDesc[4] = "FS2004 flight simulation programs. Seven virtual aircraft are included in the Flight Deck 5 for FSX 1.0, the F/A 18C Hornet; the F/A 18E Super Hornet; the E-2C Hawkeye; the S-3B Viking; the SH-60 Seahawk; the C-2A Greyhound, and the EA-6B Prowler.";
fDesc[6] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is.";
fDesc[7] = "that this title is \"a perfect mixture between \"Wing Commander\" and \"Battlestar Galactica\". Indeed, it is a game that brings a lot of action in its over 30 challenging missions with carrier management and ranking system.";
fDesc[8] = "launch and recovery system along with catapult and cable abilities. The catapult helps the airborne to leverage to a few hundred feet. The user could fly seven aircraft.";
fDesc[9] = "board on a new aircraft and fly from three new carriers. The add-on features military equipments such as USS Bonhomme Richard, French Charles de Gaulle, British HMS Illustrious, F-35C Lightning II Joint Strike Fighter, AV-8B II Plus Harrier and Rafale M.";
fDesc[10] = "inside inside of carrier files, such as image files, video, program or sound files. Use Masker to keep you sensitive secret files secure hidden.";
fDesc[11] = "computer. With the help of this program you can look through any fonts, how they will be installed on your computer. The fonts can be located on CD-R, CD-RW, hard drive or any other carrier supported by your computer. You can look through fonts before they will be installed. On viewing it is possible to change color of a background, color of symbols, size of the chosen font. Besides, it is possible to set a string or character set for viewing. You can install a font by one pressing of the button. There is an opportunity to see all character set of the chosen";
fDesc[13] = "FS2004 1.0. You have your chance to fly the high seas and land on the smallest airstrip that keeps moving. What more can you desire out of a flying experience than to be able to feel the energy and the G’s.";
fDesc[14] = "Miraplacid Salmonster requires quick thinking and fast thinking and combines elements of Sokoban and Columns.";
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 = '...';
}
}