var fDesc=new Array();
fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information.";
fDesc[2] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[3] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing.";
fDesc[4] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[5] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy.";
fDesc[6] = "that, it is available for MacOS systems, and if a note was created in a mobile device or using Windows it can be read as long as this application is presented.";
fDesc[7] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like.";
fDesc[8] = "uTIPu.com or via email. It?s easy to use and has many powerful features (zooming, voice-over, annotation).";
fDesc[9] = "insert your passwords anywhere. Some web browser plug-ins do that. Password Keeper will only store them in a secure location from where you can copy them into the clipboard and past them anywhere.";
fDesc[10] = "Webshop with point and click ease. This powerful ecommerce solution is trusted by over 203,000 online shops around the world.";
fDesc[11] = "take quick snapshots of individual web pages and saves the content in the original file format, allowing you to open them with associated applications or online tools such as newsreaders, e-mail clients, etc.";
fDesc[12] = "programming. dbQwikSite writes all your code for you. Works with popular databases and web servers. Creates ASP, ASP.net and PHP.";
fDesc[13] = "Internet. The purpose of this store builder is to provide an easy-to-use interface that automatic creates all the HTML files necessary to run your store.";
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 = '...';
}
}