var fDesc=new Array();
fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations.";
fDesc[2] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects.";
fDesc[3] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar.";
fDesc[4] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program.";
fDesc[5] = ", Live Radio, Astrology, Forex, Movies, Pets, Recipes, Sports for your complete entertainment, information and communication.";
fDesc[6] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively.";
fDesc[7] = ", logo, tone, photo, multimedia browser, Java application download. Connection method supported: Data Cable, IrDA, Bluetooth.";
fDesc[8] = "anyone who wants to put to rights his/her business. You work with this program like with usual organizer, where you can find calendar, to do list, address book, information about data and anniversaries, annual plan of activity, and notepad.";
fDesc[9] = "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[10] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same.";
fDesc[11] = "advanced features make the optimum use of all the resources available on the net. Available with various customizable and powerful features to make your internet search easier this toolbar stands out of the crowd.";
fDesc[12] = "software to help you in your busy life, then maybe you have to take a look to Chandler. With this program you will be able to manage all your important information (business, friends, family, etc.) that you have to face daily.";
fDesc[13] = "Informant 8.0 provides a calendar, contact database and task list. Pocket Informant 8.0 is completely customizable so we can choose the colours that match our windows mobile theme the best.";
fDesc[14] = "desktop. With a few clicks you can attach a note tab, a calculator, a calendar, a navigator tab to explore your folders, or an Internet tab to easily browse websites. Once you have added your tab, you can customize it: you can change its title, theme, or position, among other things.";
fDesc[15] = "important dates or events from the Internet and emails directly to your calendar, with just a click.. Infuzer is free to download and use. Content is typically free, but some partners may offer enhanced services that are subscription fee based.";
fDesc[16] = ", vacations etc. This is a handy tool with lots of built-in features which comes in handy. One can have a view of all the events in a daily, weekly and monthly basis, yearly overview is also supported.";
fDesc[17] = "WorldClock is one of these utilities that will enable you to improve your timezone-related skills. First of all, you will see the function of timezone calculator that will display the corresponding time in several parts of the world.";
fDesc[18] = "upload to your website or print for personal use. The program features a straightforward and unattractive user interface that only enables you to select the month and year of the calendar, the day starting the week (Sunday or Monday), etc.";
fDesc[19] = "any of the free amazing images from the GT Desktop Web page. Pictures can be changed at time intervals, and there are some effects that can be utilized such as hide icons from desktop, calendar, etc. - GT Ripple effect is also included.";
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 = '...';
}
}