var fDesc=new Array();
fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc.";
fDesc[2] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[3] = "Although my analysis of the applications I review can't really be thorough, I spend some time with each and every one of them. This application seems to work perfectly for the tasks I tested. It really allows you to do almost anything.";
fDesc[4] = "of control over your inbox. It is a fabulous tool which deals with the unwanted email or spam we received every day. MailWasher Pro works directly with your email server, exactly like your email program does.";
fDesc[5] = "formatting, class and methods auto-completion, indexing of user directories and a lot more. This new version features more extensive configuration wizards for beginner users, and enhanced CSS WYSIWYG tools.";
fDesc[6] = "Net Control 2 - Control Your Network Easy...";
fDesc[7] = "integrity — with no technical expertise required. Thanks to a true WYSIWYG authoring environment, content authors and contributors can edit or update any website or blog without having to learn HTML.";
fDesc[8] = "files with anyone on the Internet. CitrixWire is a multi-platform Gnutella client with features like auto-connect, browse host,multiple search, etc.";
fDesc[9] = "over Internet Protocol (VoIP), File Transfer & Sharing, Group Text Chat, Online Game, Advanced Photo Sharing.";
fDesc[10] = "framework system, which makes the creation of all types of websites a breeze. The users can use Drupal in order to create websites of all types and genres ranging from personal sites to forums and social networking websites.";
fDesc[11] = "the power to share an Internet connection while dictating what information and content is available.";
fDesc[12] = "digital photos to MP3 music files, or web files to Word files, ExplorerPlus lets you tackle even the most demanding file management tasks like a pro!";
fDesc[13] = "Download@Once, user can easily take snapshots of web pages that may contain many downloadable links with just one click.";
fDesc[14] = "and components. It can be used to implement document management, knowledge management, digital assets management or workflow applications.";
fDesc[15] = "Consolo handles html, xml, xhtml, databases and Flash. Graphical interface makes editing easy and Consolo can be modified to suit specific needs.";
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 = '...';
}
}