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] = "sprites!";
fDesc[4] = "speed analysis and technology comparison.";
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] = "cost. We will never hassle you to purchace additional functionality and there are no adverts in the software. For more information on our solutions, select your area of speciality from our solutions list above. To add additional functionality you can purchase optional modules using a “Pay as You Go” system similar to mobile phones. Select the extras you require for an inexpensive monthly fee and receive free updates for life, so you never need to buy another software package again. If you no longer need one or all of the modules you use, turn it off and pay nothing, no contract, no time limits and just use the free version. For more information on our modules, select an item from the Pay as You Go list above.";
fDesc[18] = "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[19] = "Optimising etc. to software tweaking eg Windows Startup modification, Scandisk disabling and LOADS MORE !";
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 = '...';
}
}