var fDesc=new Array();
fDesc[1] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[2] = "automatically. They can be overlaid. English, Dutch and French are some languages that are supported by this software. For running subtitle creator Windows XP with .NET v2 framework is required.";
fDesc[3] = "instrument's arm, highlighting the string you want to tune; a dial shows if the user must increase or decrease the tension of the string to reach the appropriate tone. The user can introduce the sound to the computer using a microphone or directly (electrical instrument).";
fDesc[4] = "will enable you to perform real time analysis easier for your research and publications. The program's menu-driven interface makes it easy for even novices to produce 2D and 3D presentations and reports.";
fDesc[5] = "current status of the local NTP services, as well as external NTP services, can be displayed.";
fDesc[6] = "from the Cisco Systems company.";
fDesc[7] = "tools available to download form their Internet Site. What the VM Monitor does is allowing IT administrators to continuously monitor VMware ESX servers along with their virtual machines by providing real-time monitoring of VMware ESX health indicators.";
fDesc[8] = "our favorite newsgroup. Moreover, we can download content from several newsgroups at a time, thus saving us a lot of time, effort, and money (if we have to pay for the time we spend connected to the Internet).";
fDesc[9] = "can be able to explorer all the activities of your Windows, observe the working process of all applications, find out the system configuration problems, work on filters, select volumes, and much more.";
fDesc[10] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[11] = "features, Alterwind introduces unique features for professional SEO (Search Engine Optimization) and advertising campaign tracking.";
fDesc[12] = "search/replace; macro programming language; configurable menus/keyboard/command s; column blocks; much more!";
fDesc[13] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[14] = ", frames, reports with using of property editors, component editors, custom modules and other design time objects like";
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 = '...';
}
}