var fDesc=new Array();
fDesc[0] = "Challenger4 is a powerful application that allows 3D maps display.
Challenger4 Tunewares:
- System V610
- Throttle/RPM: V640 with system V610 (new - 28th 08/2011)
- Pressure/RPM and turbo: V640 with system V610 (new - 28th 08/2011)
- Archives of all the former Tunewares to open the not yet updated machines of this type.";
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 = '';
}
}