var fDesc=new Array();
fDesc[1] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[2] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[3] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete";
fDesc[4] = "Security... that won?t slow you down!";
fDesc[5] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[6] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[7] = "Windows Explorer. WinNc uses the same key shortcuts and the same mouse functionality as a well known filemanager for DOS called Norton Commander.";
fDesc[8] = "the free trial version from the developer’s website. When making a tune we can use our own music or use those included in the sample studio library with more than 15,000 samples for all popular styles such as Dance, Hip Hop, Techno, etc.";
fDesc[9] = "player designed for porn surfers. GUARANTEED 100% Spyware Free. Voted #1 by Maxim Magazine.";
fDesc[10] = "problem individuals with ease. Send users a message, lock their PC and record user activities for later viewing.";
fDesc[11] = ", providing a complete control of the web projects developed with it multiple functions. It handles multiple web-coding languages as html, PHP, JavaScript, CSS, ASP, and others.";
fDesc[12] = "& Download Manager all in one. Features: Browser integration, Clipboard monitoring, Upload/Download resume , Firewall/Proxy support.";
fDesc[13] = "create links to archived objects. Files are stored separately - either compressed or in their original format.";
fDesc[14] = "build functional uploading form with a control panel to manage, view, delete or backup uploaded files";
fDesc[15] = "\"Windows Explorer\" like user interface and allow managing files on your web server on the fly.";
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 = '...';
}
}