var fDesc=new Array();
fDesc[1] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks.";
fDesc[2] = "that manages the link between your BlackBerry smartphone and your email account, organizer and more.";
fDesc[3] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[4] = "an incredible game, you fall in love with GameSpy Comrade, a revolutionary desktop software designed to make it easier and faster to play games online with your friends.";
fDesc[5] = "cards in English or pan-European language. Presto BizCard can be easily used to search and manage contacts. The RecoreR OCR engine helps in recognizing the card data with ease.";
fDesc[6] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized...";
fDesc[7] = "for all TCP connections (including IPv6) Configurable update speed makes it more user friendly and easy to customize.";
fDesc[8] = "portrait. Pivot Software supports this rotating orientations: portrait 90, presentation 180, portrait 270, and landscape, as well as multiple monitors in Windows® 2000, XP, and XP x64 edition.";
fDesc[9] = "(physical). This program asks the user if (s)he wants the current desktop icons sorted or unsorted, the very first time the application is started. Once it is running, the application shows 3D icons (same as existing ones) sitting on a virtual table (virtual desktop) also presented in 3D.";
fDesc[10] = "crossing the wallpaper. You can make ripple by moving pointer of mouse as well. And you can hear thunders and tweedle. It's just like you are placed in the nature. Furthermore, you can change desktop wallpapers with 38 kinds of transition at your pleasure. It's offer the easiest way to change wallpaper in the world: Just turn your mouse wheel or press some keys of keyboard. Of cause, you can set interval for auto changing. That means you can set all your favorite pictures, such as photos of friends, family, pets and so on to be your wallpaper and you will never get tired of them. Otherwise, Water Desktop offers a pretty nice desktop calendar and desktop quick note. They are simple and easy to use. It's really an amazing desktop software. Nobody can dislike it.";
fDesc[11] = "Accounting and Finance, Animal and Nature, Books, Energy and Services and so on, to suit interest and preferences of multiple users. Moreover users can customize or create their own innovative logo using various LogoSmartz effects.";
fDesc[12] = "saga of George Lucas every time you turn on your computer. It will show you the scenes that made these movies famous. You will be able to see Luke Skywalker and all the other characters engaging in fights and flying the well-known spaceships.";
fDesc[13] = "to remind you of upcoming events, meetings, birthdays, aniversaries, etc.";
fDesc[14] = "basis for personal use. Otherwise, we need to purchase it. We can download this product from the developer's website free of charge directly . It does not require any previous registration. This software has been designed to help us organizing our Windows desktop.";
fDesc[15] = "Studio. Featuring an original design and style, this screensaver will really change your desktop appearance. Rainbow Fire Clock Screensaver is a unique and original clock full of vibrant colors, perfect to cheer up your day after long hours of work.";
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 = '...';
}
}