var fDesc=new Array();
fDesc[0] = "This program is made to convert ALGE GAZ Data from TDC to an excel File like Councour Data or Rodelli. Only for equestrian. This program is a FREEWARE and we can not take any guarantee for it.
If you leave the mouse over an object, you get a small hint.
You can run the software under Windows 95/98/NT/ME/2000/XP/XP64/2003/Vistax86/Vistax64.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}