var fDesc=new Array();
fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[2] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter.";
fDesc[3] = "this game improves vastly on the first one. The atmosphere is great and the puzzles are challenging. This is a game for all adventure fans out there.";
fDesc[4] = "types of effects using the all new and vastly improved engine: the very realistic turning page effect (Page Curl) and the folding page effect (Page Fold). The plug-in lets you adjust the plethora of parameters while curling or folding the page. The new unique features of AV Bros. Page Curl 2.0 along with the old ones, which were inherited from version 1.2, let you create amazing effects in almost no time! The User Interface of AV Bros. Page Curl 2.0 is extremely convenient and has some special features that make your work with the plug-in not only pleasant, but very efficient as well. List of Features: The ability to create not only the turning page effect (Page Curl), but the folding page effect (Page Fold) as well. The ability to work with arbitrary-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface...";
fDesc[5] = "original video file into a compressed one, which is much smaller in size, and works on any Windows Mobile device, including HP iPaq, HTC phones as well as other brand and models.";
fDesc[6] = "limits and achieve the body you desire. Lose fat and increase muscle mass. Every day you wait is a day of lost progress!";
fDesc[7] = "look by skins.";
fDesc[8] = "Windows.";
fDesc[9] = "first glance while being remarkably dynamic and flexible when used to its fullest potential.";
fDesc[10] = "header and footer macros, image comment macros, autoarrange mode, flexible image frame and shadow size make PhotoPrint handy software.";
fDesc[12] = "commonly looked up information such as IP addresses for hostnames or MX records for domains.";
fDesc[13] = "shortcuts into groups, helps to free the desktop from numerous icons, folders, and files by moving them to the True Launcher start panel.";
fDesc[14] = ", to be compared and maintained using a simple side by side view that aligns the file names. Source and Target...";
fDesc[15] = "vastly more precise results from formulas, eliminates binary conversion errors, allows you to use vastly larger & smaller numbers, and more.";
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 = '...';
}
}