var fDesc=new Array();
fDesc[1] = "further, as it also captures complete Web pages or some chosen parts of them without the browser frame, adding itself as an intelligent toolbar.";
fDesc[3] = "events. Create six types of calendars including; annual, monthly, wall, mini wall, desk, and CD case display. Choose from a variety of templates for each. Easily add your birthdays, anniversaries, and other events to the calendar. The program supports reoccurring dates so you will not have to retype birthdays, anniversaries, and other repeating holidays for the following years. You also can add subscription-based date sets to your calendars including holidays, celebrity birthdays, popular historical events, and professional sports schedules.";
fDesc[4] = "sub busses and effect returns, as well as powerful sequencers, generators and effects. All common interfaces, ReWire2, VST and DirectX are fully supported. Orion Platinum ships on CD with a 600 MB library of more than 800 royalty-free presets and high quality multisamples.Orion Platinum comes with a selection of 37 internal effects - including reverb, delay and chorus effects, a full parametric equalizer, and more.";
fDesc[5] = "anywhere. New features in Version 5.0 include: enhanced remote control functionality with task automation and remote printing; simultaneous and integrated voice and data transmission for help desk and training applications; improved security with data encryption, NT security integration, and directory access control.";
fDesc[6] = "again. No more missed meetings or birthdays, no more unnecessary stress because of bad planning. Get more freedom and feel more relaxed by simply knowing when to do things.";
fDesc[7] = "player). You can easily transfer various content as well as applications. This program enables you download electronic and audio books, music, any MP3, HTML, text file or PDB, synchronize between manager and Microsoft Outlook, copy files.";
fDesc[8] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Besides the lessons, the course offers this additional material consisting of 2 ready-to-print documents to have on the desk when you take the lessons.";
fDesc[9] = "parts, software installed, platforms and vendors. It may take a while to load all the data into de database, but, after it is completed in a 60% or 70% the tool can begin delivering good results";
fDesc[10] = "cards, but learning oriented bingos, so actually is intended to be used by teachers. Within a few steps you'll be creating a wide variety of fun learning games.";
fDesc[11] = "product defects and enhancement requests throughout the life cycle of your product. It is a painless approach to eliminating defects, organizing testing and managing new releases.";
fDesc[12] = "and get result.";
fDesc[13] = "Whatever your industry, NewWayService allows you to follow efficiently your service requests (work orders / Jobs) in an efficient way.";
fDesc[15] = "simple to use program which is designed to allow you to keep track of your activities in the most valuable manner.";
fDesc[16] = "in Scratch Pad. Scratch Pad will save it and have it ready for the next use.";
fDesc[17] = "for businesses that operate with a LAN, Scry tells you where your colleagues are, without you having to leave your desk.";
fDesc[18] = "Calendar, Contacts and Tasks folders. Synchronize with additional Outlook Calendar, Contact and Tasks folders. Wirelessly or Cabled. Increase your connectivity. Using your current wireless or cabled synchronization solution, access and stay connected to more of your business and personal information from Outlook while you're away from your desk with FolderMirror. Key Features of FolderMirror Include: Full, Two-Way Synchronization with Public Folders and Subfolders. Carry and stay connected to multiple Outlook Calendar, Contacts and Tasks folders Works with your current synchronization solution – FolderMirror works with your current synchronization solution (wireless or cabled) to transfer the additional information to your device. Compatible with ALL wireless synchronization solutions. Compatible with ALL smartphones, PDA’s and all other mobile devices";
fDesc[20] = "and support calls. This helps companies resolve problems faster. HelpBox is fully configurable";
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 = '...';
}
}