var fDesc=new Array();
fDesc[1] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages.";
fDesc[2] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[3] = "collection of 152 dictionaries. Lingvo x3 provides accurate translations from Russian to 11 languages and back of each word or phrase and example sentences.";
fDesc[4] = "install, works immediately, and quietly provides Windows with the power to access files on Mac disks from any software, at any time.";
fDesc[5] = "professional DJ with high expectations. With the simple and clear user surface you get along fast and surely. The e-mix pro edition has two players with clear display, a monitor player (pre-listening player) and with the wave and beat grid display is professional mixing ensured. In addition includes this DJ software a mixer with crossfader, a 3-band equalizer pro channel, automix, 9 jingle player, several effects, up to three cue points, a recorder and a ripper. Referring to the ASIO support and kernel streaming runs e-mix pro edition however most stably and permit an extremely deep latency. Over the integrated database could be simply accessed and it could be searched after the needed music file over Artist, Album, Genre or self-defined groups. Over the monitor player (pre-listening player) the selected music file can be heard directly from the database or playlist. The selected music...";
fDesc[6] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers.";
fDesc[7] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more.";
fDesc[8] = "large investments. Sound mixing becomes a pleasure, ran by mouse-clicks";
fDesc[9] = "various languages output to screen, ftp, file directories or email.";
fDesc[10] = "statistics, activity of visitors, referring sites, search engines, errors, and much more.";
fDesc[11] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines.";
fDesc[12] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[13] = "generates many types of reports and histograms. There are many options and filters available to help you getting exact information about your site.";
fDesc[14] = "be verified. Save valid and invalid results as a text file.";
fDesc[15] = "retailers. In exchange for referring businessto them, online retailers pay you a commission (typically 5 to...";
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 = '...';
}
}