var fDesc=new Array();
fDesc[1] = "race - and save data on tire temps, tire pressures, oil, water, gearing and shock/spring settings. Ideal for multi-car teams.";
fDesc[3] = "show! Siglos Karaoke Professional will make your shows better and easier to run.";
fDesc[5] = "this work there is a special plugin that lets you create & share your event within no time. This plugin is Windows Live Writer Event Plugin 1.0 developed by Microsoft Corporation.";
fDesc[9] = "playing online. Our members have access to more then 60 online casino games with huge progressive payouts.";
fDesc[10] = ", or a DJ to have to spend time entering songs manually. Touch screen compatible, minimal hardware requriements.";
fDesc[11] = "sq. km; mean depth, 45 m) is the second largest natural lake in France.";
fDesc[12] = "means of reserving seats and selling tickets. The program includes a customer database, report generation, and inventory control.";
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 = '...';
}
}