var fDesc=new Array();
fDesc[1] = "PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums.";
fDesc[3] = "speed analysis and technology comparison.";
fDesc[4] = "sprites!";
fDesc[5] = "create the smallest PDF files available - from any Windows application software. Simple to use - highly efficient.";
fDesc[7] = "why top 10 ranking and your competitor's sites ranking high in Google, Yahoo and MSN. Easy to help you update your website page.";
fDesc[8] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN.";
fDesc[10] = "graphical user interface.";
fDesc[11] = "documents, written for Windows platforms. This tool allows you to run real time keyword density analysis tasks upon your local copy or online pages.";
fDesc[12] = "JavaScript, server-side ASP/ASP.NET website search facilities and website sitemap/table of contents/tag cloud and Google SiteMaps.";
fDesc[16] = "web site fast and accurately. Features fast exhaustive keywords discovering and easy-to-use interface.";
fDesc[17] = "of Block-IT! features UV mapping, block optimisation for file size economy and a help file showing the basics of block creation via Metasequoia";
fDesc[18] = "Optimising etc. to software tweaking eg Windows Startup modification, Scandisk disabling and LOADS MORE !";
fDesc[19] = "Tool which calculates and displays exactly how to obtain the best yield from stock lengths of profile. Obtain The Maximum From A Minimum";
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 = '...';
}
}