var fDesc=new Array();
fDesc[1] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
fDesc[2] = "support for Windows Mobile 5 and 6. Thanks to this application we can keep updated our PDAs or Smartphones with our Home or Work PC, in order to keep always our pictures, emails, calendars and contacts in both.";
fDesc[3] = "interface enhancements: NextSTART, WorkShelf and NeXuS. Winstep Xtreme raises the usability bar of Windows customization to another level: it adds tremendous functionality to Windows and complete control over every aspect of the User Interface. And it's FUN to use! The more you use Winstep Xtreme the more you'll go 'Wow, this rules!' as you discover all the functionality that lies beneath the breathtaking eye candy. No need to edit complicated configuration files or switch shells either - it's all point and click! All of the hundreds of freely available Xtreme themes are totally resolution independent, do not affect the content of your docks, shelves and menus, and can be switched to at the click of a button - it's that easy! NeXuS is the multi-dock system, and is just perfect for super fast access to your most frequently used applications. WorkShelf is a tabbed dock, better suited for...";
fDesc[4] = "Antivirus offers every function needed for a perfect antivirus software like mail protection,real time scanning (auto scan when a new file or object is downloaded or copied from any external media source like cd or pen drives).";
fDesc[5] = "addresses, the USPS Shipping Assistant 3.5 software is the ideal tool for you. Having this program on your desktop will help you to carry out all the duties a mail room requires such as label making, shipping, postal rates and estimated delivery calculations.";
fDesc[6] = "mercenary in the pay,your boss is the M.A.G.M.A. Corporation which have made a huge discovery, they found a portal which its connected to another dimension, and a lot of aliens appears.";
fDesc[7] = "specific values to to every business. DRoster's easy to use interface includes: daily planner, hourly planner, places, persons, views, and templates. Together these functions equip you with the complete control you need to be on top of things.";
fDesc[8] = "remotely from Windows XP in Windows Vista and Server 2008, tools such as: DHCP, Print Server, Active Directory Domain and Certificate Services, DNS Server Service Tools, Shared Folders Tools and others.";
fDesc[9] = "vet. There are horses, calves, bunnies, ducks, sheep, chickens, etc. Every morning you have to check your to-do list on your PDA, it will show you the duties.";
fDesc[10] = "game scenario is historical the missions that you must perform are fictional. At the beginning of the game you will be able to choose a side in the war.";
fDesc[11] = "friendly desktop application. With it, your can also selectively remove IE visit history, IE cookies, cache files, typed URLs in IE, forms of AutoComplete list in IE, Windows My Recent Documents list, files in Windows Recycle Bin, files in Windows Temp folder, Office open history.";
fDesc[12] = "done for their wedding day, as the program helps them to schedule and arrange all these tasks according to their importance and urgency. There is no more need to worry about your wedding party and the duties you should attend to.";
fDesc[13] = "with your coworkers and other users on your network. These are called Public Calendars as you can share them with other Barca Pro users on your network, even those without Barca Pro through a standalone viewer and iCalendar support. These calendars can be published to a network folder so that anyone else on the network can read them by subscribing to them, or you can publish them locally just for your own use, to allow you to utilize more than one calendar and task list at the time. Barca Pro retains all of Barca's extensive feature-list, including its Calendar, Tasks and Planner to schedule events, powerful email engine that makes PocoMail tick, popup Notes to gather information and Diary to keep track of your daily activities; all united with a smart yet clean interface. Click here to find out more about Barca features... Plan your daily duties with the Calendar, in day, work week...";
fDesc[15] = "get rid of ice blocks in his magic land!";
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 = '...';
}
}