var fDesc=new Array();
fDesc[1] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area.";
fDesc[2] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data.";
fDesc[3] = "makes DVDs. It supports almost all formats of video files to make DVD files; you can convert AVI, MOV, MPEG, Internet clips, DVC, webcam videos to DVD.";
fDesc[4] = "using BitTorrent. It provides full proof protection to hard disk by supporting EMS buffering which prevents rapid writing and reading on hard disk. It is very simple to use.";
fDesc[5] = ", specially for those users who don't want to fight with HTML source code, as they will be able to edit web pages without technical knowledge, just like writing a document in Word.";
fDesc[6] = "the media’s pre-recorded information on account of the technical specifics, eccentricity issues, uneven dye distribution over the surface, or uneven weight distribution in the media.";
fDesc[7] = "Thesaurus. The dictionary contains 240,000 words, phrases, and concise definitions, with over 1,800 brand new words from Oxford's new word research.";
fDesc[8] = "screen can then be sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area.";
fDesc[9] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips.";
fDesc[10] = "even those hard-to-grab DirectX, Direct3D games or video player, create videos of your computer screen.";
fDesc[11] = "AAC audio CDs from MP3, WAV, OGG and other digital music formats. This incredible program allows you to listen to your favorite music using any MP3 CD-player such as hardware CD player, musical centers, car audio,etc.";
fDesc[12] = "provides back tester, optimizer, charts, journals, statistics. The program?s automatic system generator build a profitable strategy in minutes.";
fDesc[13] = "family which includes ScreenHunter 5.0 Free, Plus and Pro.";
fDesc[14] = "block and focus on the creative aspect of writing.";
fDesc[15] = ", MS Office documents, mail to others.";
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 = '...';
}
}