var fDesc=new Array();
fDesc[1] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice.";
fDesc[2] = ", short-answer, jumbled-sentence, crossword, matching/ordering and gap-fill exercises for the World Wide Web. Hot Potatoes is freeware, and you may use it for any purpose or project you like. It is not open-source.";
fDesc[3] = ", zoom, install, uninstall and work along with your fonts, then Font Manager is the best choice. Providing multiple options to deal with your fonts this user friendly tool is featured with multiple options and settings.";
fDesc[4] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files.";
fDesc[5] = "custom quizzes or tests to memorize vocabulary, science knowledge, history, etc., With Teach2000 you can create simple questions like yes/no questions, and also they can be more complicated like multiple choice and multiple choice with multiple answers.";
fDesc[6] = "all time solution with high speed, indispensable capabilities and easy-to-use interface you are guaranteed to get a perfect quality CD or DVD by burning your ISO images.";
fDesc[7] = "It is easy to install and configure, includes phonebook, recent call log, skins. It has basic call functions, and supports G729 and G723 codecs. Works with Windows XP, WIN NT4, 2000, 2003.";
fDesc[8] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click.";
fDesc[9] = "Kana). It is possible to learn a Japanese word (Kanji), number, or phrase, view its Kana pronunciation, listen to its audio pronunciation (by a native speaker), and its meaning (in English).";
fDesc[10] = "The program takes periodic captures (every X seconds) ad automatically uploads the snapshot to an FTP server of your choice. Supported image formats include BMP, GIF, PNG, and JPG (with variable quality compression). myDesktop Online also supports multiple monitors and will capture your full virtual desktop. Furthermore, the program also allows you to specify keywords or phrases that will exclude certain windows from capture, which is useful to avoid private information being captured.";
fDesc[11] = "run as standalone programs at home or in the classroom. A great way to teach any subject - or just for fun.";
fDesc[12] = "expression. Users are presented with an easy to use Windows style interface with separate evaluation and solution windows in which they can input their calculations with added information provided to them";
fDesc[13] = "English. The interface of this software is pretty simple and it resembles Microsoft Wordpad interface. This software now supports a total of 7 Indian languages, they are English, Hindi, Kannada, Malayalam, Sinhalese, Tamil & Telugu.";
fDesc[14] = ", definitions, etc. It helps to set up the Study, forming the basis of the learning process. Then, it can be adjusted to provide time outs, shuffle questions and manage continuous sessions to apply additional variations to the studying process.";
fDesc[15] = "easy to use interface.";
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 = '...';
}
}