var fDesc=new Array();
fDesc[1] = "few users try to learn these important topics. But nowadays, it’s easier to get that information thanks to Berlac Advisor. This small utility will make a deep analysis of your PC, detecting all your hardware elements connected and all your installed applications.";
fDesc[2] = "more you clear at once the better punctuation you get. That is where strategy begins and lots of special pieces to make it even more difficult or easier to win.";
fDesc[3] = "for people who cannot read properly so they can use a computer. This program will them where they are operating. There are ten languages available.";
fDesc[4] = "correct the grammar, spelling, and style mistakes we may have made while writing English. It offers grammar explanations and synonyms, as well as dictionary, idioms, thesaurus, translation, etc. WhiteSmoke has several versions to suit our needs.";
fDesc[5] = "resembles text in any form. Now you can forget about copy-protected texts or any data - Capture Text will copy and save it for you.";
fDesc[6] = "difficult to hack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols.";
fDesc[7] = "for English learner as well as professionals to ensure that the written communication is done with utmost care and professionalism. There are number of highly useful features available like Grammar checker, Spelling Checker, Word count per sentence,";
fDesc[8] = "allows users to handwrite Chinese characters on the computer. The application immediately recognizes the character and converts it to the printed form, while pronouncing it with a male or female voice.";
fDesc[9] = "spelling, punctuation, capitalization, sentence structure, and more depending on the options that you choose.";
fDesc[10] = "correcting your databases, spreadsheets, emails, etc. It contains 8 list/data cleansing modules and has been designed for anyone to use.";
fDesc[12] = "voices have been put into installation file. The new version join the function which text to MP3,read clipboard text directly.Also can download the simplified edition,about 1 MB. 1. Edit text directly,transform TXT,RTF to XSR file. 2. Read text from any location. 3. Set up the time of stop punctuation,make reading have kind rhythm,can choose if to read punctuation. 4. Set up the speed of chinese or english text separately,suitable for different requests to the chinese and english. 5. Read numbers according to digital location or individual figure. 6. Emproves \"volume\" function, keep the same volume with main volume,can realize mute. 7. Selfcheck function help you to measure the software and hardware condition of computer. 8. Read text to Wave or MP3 file. 9. Investigate functions can give your suggestion feedback of the software to us,help us improve software constantly. 10. The...";
fDesc[15] = "AQL Secure Password Generator(http://www.a qlsoft.com) allows you to create random password that are highly secure and extremely difficult to crack or guess due to an optional combination of lower or upper case letters,numbers and punctuation symbols";
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 = '...';
}
}