var fDesc=new Array();
fDesc[1] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[2] = "changed between project versions, and then merging changes between versions. Features: Visual differencing and merging of text files Flexible editor with syntax highlighting Handles DOS, UNIX and MAC text file formats Unicode support Difference pane shows current difference in two vertical panes Location pane shows map of files compared Highlights differences inside lines File filters in directory diff Moved lines detection in file compare Shell Integration Rudimentary Visual SourceSafe and Rational ClearCase integration Archive file support using 7-zip Plugins Localizable interface via resource DLL HTML-based Manual";
fDesc[3] = "radio stations from all over the world. And new stations are regularly added to their directory. You can search this directory from Phonostar player by country, by language, by Genre, by stream format, by station type or by quality.";
fDesc[4] = "files, text files as well as MP3 audio files. Using simple commands and tools you can compare and differentiate between two files. You can merge the changes, synchronize your files and create reports for the changes made.";
fDesc[5] = "to select the source directory and destination directory, then it will proceed to copy ONLY the directory s...";
fDesc[6] = "the hard drives and optimize them. Configure your computer in the way that better suits you, and enlarge the security of your system.";
fDesc[7] = "all basic tasks like move, copy, eliminate files, execute programs, view images, etc., but there are other many great features that, I'm sure, they will make from Directory Opus an essential tool for your Windows.";
fDesc[8] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc.";
fDesc[9] = "It supports all Windows operating system, from 95 to Vista. It has a friendly interface and it´s easy to use even for average users.";
fDesc[10] = "side by side, highlighting their differences. The interface is really simple with easy navigation by means of buttons and a drop-down list of lines.";
fDesc[11] = "popularity, save time with directory submissions and increase your website's Google PageRank.";
fDesc[12] = "settings can be saved in the Active Directory or in the LDAP directory server, so user can be authenticated with the Active Directory data or against the LDAP directory server.";
fDesc[13] = "with a high level of precision and in a very easy and fast way. The program is not free, but you can download the free trial version on the developer's website to check it out by yourself and see whether you like it or not.";
fDesc[14] = "listings into files for further usage. The program has a very easy-to-use interface and great functionality. To print listing of any folder, just select it and click the button “Print”.";
fDesc[15] = "thousands of directories in a few minutes. This application can help you generate a lot of traffic to your website and increase your productivity in a substantial way.";
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 = '...';
}
}