var fDesc=new Array();
fDesc[1] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once.";
fDesc[2] = "to place a package and you can rotate it by right clicking. When you place a package, you have to avoid leaving “holes” (spaces of one cell) since they will count against you. You won’t be able to fill them since there are no packages of one cell.";
fDesc[3] = "environment. Plot: Your mission is simple: to complete the journey and bring your load before the time runs out.";
fDesc[4] = "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[5] = "boat at the sea moving toward to destroy enemies at land and ocean, like tanks, rockets and cutters. Keep fighting, allies will come by air as bombardiers to help.";
fDesc[6] = "Business Cards, Address and Shipping Labels, CD DVD Labels and Inserts, Envelopes, Post Cards, Name Badges, Signs and other media labels.";
fDesc[7] = "mailers. With this software you can create labels for your CD or DVD collection. The Label Designer Plus DELUXE 9.5 comes with a host of tools to get you started in a instant. With this version you can use the Design Wizard to create you custom design from the many templates.";
fDesc[8] = "secret data stored by Internet Explorer, such as magazine subscriptions, bank accounts, shipping and billing addresses, credit card numbers and much more.";
fDesc[9] = "the most popular forms of payment - Paypal. With this program you will be able to create your online shop without knowing how to integrate PayPal.";
fDesc[10] = "exclusively on line, you will get your DVD directly at your home. This company offers you a quality electronic cookbook on CD-ROM. They have an entire library finding recipes in an easy way.";
fDesc[11] = "detail for scenery along with a 1 meter resolution mesh which enables the user to see even the smallest dunes. The scenery has several missions included with varying difficult levels. There are animated sea gulls while flying with realistic cases of accidents if hit by one.";
fDesc[12] = "many more. You can also use your own existing Logo, images, and clip art to help create your labels. It is a versatile label creation software. Not only are there many templates to choose from, but it also comes with a vast array of images in their library.";
fDesc[13] = "on the islands laid their hand on these ships. Neutralize the threat! Destroy the terrorists. Make the shipping routes safe!";
fDesc[14] = "virtue of an open database, customizable estimate fields and customizable cost basis categories. Easily create estimates that fit your business: Partition your estimate items by section and / or locations. Group related part / material and labor items. Change partitioning and grouping with just a mouse click. Define your own nested sort options for your estimate reports. Customize estimate fields, cost basis categories and sort options. Improve your productivity: Create working notes for the job in the estimate and work order documents from the estimate. Create formal bid / proposal documents including tax calculation, markup and shipping info etc. with custom formatting using your company's logo or on your pre-printed template sheets. E-Mail your bid / proposal documents directly to your customers from Estimate Master. Extensive data entry shortcuts are available which increase...";
fDesc[15] = ", customs invoice, shipping order, packing list, container tally sheet, form A application, Certificate of Origin, and etc....";
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 = '...';
}
}