var fDesc=new Array();
fDesc[1] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty.";
fDesc[2] = "video as animated wallpaper, dynamically generated content as animated wallpaper, and more. DeskScapes supports the new .Dream format. The .Dream format has been specifically designed to contain content intended to be used as animated wallpaper (making it much easier to find on the net than looking for video files). The .Dream format supports triggers, dynamic content, MPEG video, WMV video, and author information.";
fDesc[3] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc.";
fDesc[4] = "map, showing the daylight and night areas. The wallpapers generated are very good and the program requires very few clicks to see the change.";
fDesc[5] = "showed into the Windows Taskbar. Just place your mouse over a button, and most of times (not always) you will get a thumbnail of the application. Cool!";
fDesc[6] = "choose a group of images from your hard disk to be used as a desktop wallpaper, that changes periodically. You can get packs of images from the author´s webpage (www.silver76.com).";
fDesc[7] = "restore the look of the desktop. Many times, when the desktop resolution is changed , you find that all the icons are lying scattered over the desktop; simply use Restore Desktop, which is really small and has an automatic and clean functioning.";
fDesc[8] = "creating your own virtual page flipping e-Books. This program could be useful for authors or publishers. You can make use of this free trial period which gives you access to the full end-user product, as well as a severe security system which protects your work.";
fDesc[9] = "its Facebook version and has been developed by the same author. You can utilize it from within the Windows Live Photo Gallery or from Windows Live Movie Maker.";
fDesc[10] = "organizations. This innovative software will make things easier for staff/members to search for files, emails, contacts, favorites, history, music, pictures, videos, etc., in their computer, on the Web. Now it is possible to find Lotus Notes items.";
fDesc[11] = "the date and time using several selectable skins with alpha transparency support. You can use any of the skins provided by the program, or design your own.";
fDesc[12] = "will help you to quickly identify a file or a folder, since you can catalog them using your own criteria. Installing this program will add a \"Badges\" option to any contextual menu of Windows Explorer. That way, right clicking on any file or folder you can assign a badge to it.";
fDesc[13] = "built to work on Adobe Air's framework. And it is pretty straightforward. When you first start it, it will ask you if you are a new user.";
fDesc[14] = "track (wav) to the project, select the style for displaying the slides, slide frequency, display in random or sequential orders, and that’s it! Lay back and enjoy it!";
fDesc[15] = "recommend that you take a glance at Fresh Flash Catalog. It is a versatile application with a lot of features that will let you create impressive catalogs, e-books, e-magazines, and electronic publications for you to publish on your website or distribute as standalone executable files.";
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 = '...';
}
}