var fDesc=new Array();
fDesc[1] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language.";
fDesc[2] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow.";
fDesc[3] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[4] = "This incredible program allows you to cut-and-paste math into any one of a growing number of MathML-compatible software packages, such as Maple and Mathematica.";
fDesc[5] = "provides instant access to all AOL services and features such as mail, Instant Messenger, and much more. It includes a surfometer that shows you the number of webpages visited and enables you to add the buttons your want to your bar from its button gallery.";
fDesc[6] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls.";
fDesc[7] = "create slideshows for your different needs. With Xatshow you can easily create slideshows by just few clicks and you does not required any professional knowledge.";
fDesc[8] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes.";
fDesc[9] = "personal blogs, webpages, etc. It enables users to import templates to design messages and edit them: add buttons, pages, layers, and so on. Users can also add their own images (in GIF, JPG, PNG formats) and add their own music or video files to make the widget even more attractive.";
fDesc[10] = "webpages and temporary Internet files, and save them to disk. This incredible program enables you to get any Flash file you are seeing or have seen before. It also allows you to preview each Flash file (.swf) with the built-in viewer before you decide to save it.";
fDesc[11] = "Election. It provides instant access to the latest political news, separating them by the two candidates: Barack Obama and John McCain. It also give you access to he Daily Straw Polls in order to vote daily.";
fDesc[12] = ", lossless rotate, find and delete duplicates, add descriptions, slide show, and much more. Try it for free 20 individual days.";
fDesc[13] = "source code. Easy and fast to use, no html knowledge needed.";
fDesc[14] = "then save them on a file. The images and data can be captured from various locations including screens, webpages etc. FDC can be hidden in the tray, which is very convenient.";
fDesc[15] = "refreshed and iLink also suppresses popup advertisements if you want it to!";
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 = '...';
}
}