var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera.";
fDesc[3] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application.";
fDesc[4] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[5] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist";
fDesc[6] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[7] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air.";
fDesc[8] = "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[9] = "and those you are watching, and alerts you before those auctions end so you can place a bid if you'd like. It could mean the difference between forgetting to bid and winning the auction! What you get: Alerts Simple (yet powerful) search Watch, Bid and Win";
fDesc[10] = "blocker makes your browsing safer.It also offers interactive features like Account Guard and My Ebay as well as a powerful search tool to find items on ebay.com,half.com,ebay express .";
fDesc[11] = ", ie. an application or service that bids during the last few seconds of an auction automatically. If you have been outbid during at last possible minute, chances are that the other bidder was using an application like this.";
fDesc[12] = "auction you choose.";
fDesc[13] = "Sentry Deluxe has everything Auction Sentry has plus a built in browser, conditional bidding (Bid Groups) and other major improvments.";
fDesc[14] = "helps you find what sells and how to sell it, including the best ending day, best listing duration, starting price, title keywords and so much more.";
fDesc[15] = "you’re currently watching so you don’t need to use your web browser and login into eBay anymore. This cool plug-in is available for free and is good to know that has been tested to work correctly with Google Desktop Search.";
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 = '...';
}
}