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[2] = "sprites!";
fDesc[3] = "speed analysis and technology comparison.";
fDesc[4] = "create the smallest PDF files available - from any Windows application software. Simple to use - highly efficient.";
fDesc[6] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN.";
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[9] = "JavaScript, server-side ASP/ASP.NET website search facilities and website sitemap/table of contents/tag cloud and Google SiteMaps.";
fDesc[12] = "web site fast and accurately. Features fast exhaustive keywords discovering and easy-to-use interface.";
fDesc[13] = "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[14] = "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 = '...';
}
}