var fDesc=new Array();
fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[2] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects.";
fDesc[3] = "expansion for Fable which presents all the content found in the original with the addition of such new features as monsters, weapons, alignment based spells, items, armour, towns, buildings, etc..";
fDesc[4] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows.";
fDesc[5] = "multithreaded, so on fast machines you can scan many computers at once.";
fDesc[6] = "movie scripts, TV episodes, and stageplays, Final Draft combines powerful word processing with professional script formatting in one easy-to-use package. There is no need to learn script formatting rules - Final Draft automatically paginates and formats your script to industry standards as you write. Use your creative energy to focus on content; let Final Draft take care of the style.";
fDesc[7] = "Fixed in this version: support for valid flash, for valid image, and for valid horizontal line XHTML, and enhanced support for the phpDocumentor, highlighting phpDocumentor tags, one-click add phpDocumentor documentation to functions and classes feature, and PHP Syntax Check and more.";
fDesc[8] = "programmer, then you will find out that PHPMaker can help you a lot. PHPMaker is a script generator that will let you manipulate data bases easily. In other words, you will be able to generate quick control panels (written in PHP) for a MySQL database.";
fDesc[9] = "aggregated results for easy analysis Edit queries fast with an intuitive interface Cut out repetitive administration";
fDesc[10] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development.";
fDesc[11] = "center. This software can extend and fulfill all functions of standard HTPC-remote control. It supports the following applications: ITunes, Winamp, MediaPortal, SesamTV, Foobar2000, BSPlayer, VLC, GOM Player, GBPVR, PowerDVD, MediaMonkey, J. River Media Center, and so on.";
fDesc[12] = "Via its ActiveX objects and little coding knowledge, you can build your own front end and manage existing Visual Music front end through DDE client.";
fDesc[13] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards.";
fDesc[14] = "allows you to schedule and automate your file transfers. This program can be used to connect to any FTP server and download or upload files. Auto FTP Manager also enables you to synchronize directories.";
fDesc[15] = "students in Japan. This application is divided into fourteen lessons and each lesson displays five parts, each of which dealing with one of the following aspects: Letters, Writing, Reading, Listening, and Multichoice.";
fDesc[16] = "of its features it provides option to update your databases structure. With Database Comparer you can compare your one database with other database, but comparing a database with SQL/DDL script is also easy.";
fDesc[17] = "have to do is to program a robot that moves in different scenarios. With RoboMind you can write your own scripts directly or use a remote control that automatically shows you the instructions of the movements that will send the robot.";
fDesc[18] = "configuration editor for Counter Strike, since version one. It provides a means to graphically create custom buy scripts and edit system configuration settings, and you don’t have to know about scripting but to people who know it gives them the ability to quickly churn out custom scripts";
fDesc[19] = "source. The script or file will migrate the table(s) and the records. Scripts comes in 5 formats ; MySql, MS SQL, Oracle, Pervasive and PostgreSQL.";
fDesc[20] = "different queries such as inserting, browsing, modifying, searching and deleting data from PostgreSQL databases. The generated script can be customize the appearance and have multiple languages.";
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 = '...';
}
}