var fDesc=new Array();
fDesc[1] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail.";
fDesc[2] = "Here comes Aplus DVD Ripper for you";
fDesc[3] = "to creativity and work better and faster. The program SolidWorks reduces the overall costs in terms of CAD, because it is easy to deploy, use and maintain, giving the engineer more time to devote to design better products.";
fDesc[4] = "use commonly in a categorized list. You will be able to recall a whole word or a phrase by typing only a few letters. This way you will reduce the time and effort employed when writing letters, emails or any type of documents.";
fDesc[5] = ", one can enrich a homemade slideshow movie with animations like snow falling from the sky, snow on the ground, snow balls, etc.";
fDesc[6] = "specifically developed by Insofta Development for these users. This utility is also for those users who are serious about their data but are too lazy and careless n don’t make any effort for data backup. So for all these users Document Backup utility can make their life easier";
fDesc[7] = "time and effort to create and revise drawings. With this powerful drawing program you can produce high quality two-dimensional and three-dimensional designs create and edit simple and complex entities.";
fDesc[8] = "to produce wonderful smiley from your photographs or any other images. It gives you the ability to select the part of the picture to make wonderful emoticons of your choice with just few steps.";
fDesc[9] = "stopping the frogs' invasion. Froggy Castle introduces two attractive characters, Hamster Pitt and Princess Patty, who are the sentinels of their castle. Big and nasty frogs are invading their kingdom, but they have already found a way of attacking them.";
fDesc[10] = "seamlessly integrates with virtually ALL Windows applications.";
fDesc[11] = "notation handling collisions, spacing and line-breaking completely automatically. As the input is text-based, it can also be integrated seamlessly with HTML and LaTeX documents.";
fDesc[12] = "will be to survive and make your way through a dangerous lane, facing all types of threatens, like mad cows, bandits and daring gunmen. The game is absolutely free, and can be downloaded from the developers' site.";
fDesc[13] = "weblog client which helps you in the management of all your blogs(Weblogs)in a very simple and effective way. Using BlogDesk simply saves you a lot of time, effort and energy so that you can concentrate more on the productivity of your blog.";
fDesc[14] = "of time and effort, and feedback from what you get done each day. Some of the benefits of using Life Balance that set it apart from most to-do list software are: The Outline keeps home, work and leisure tasks organized. To Do List automatically sorts and filters tasks by importance, deadlines and location. Pie charts provide immediate visual feedback on how you are spending your time and effort. Unique \"balance\" feature adjusts the order of the To Do List to keep you on track. Dependencies keep later tasks off your To Do List until earlier required tasks are finished. Lead times gently bring your attention to approaching deadlines. Routine tasks can be scheduled either as calendar events or by flexible interval. Importance settings make it easy to reprioritize tasks or entire projects quickly. Macintosh and Windows conduits provide complete two-way synchronization between the Desktop...";
fDesc[15] = "Asia. Many companies have participated in the effort, such as GAP, Old Navy, etc. Now, this effort takes the form of electronic delivery. Each issue of this magazine brings you videos and music.";
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 = '...';
}
}