var fDesc=new Array();
fDesc[0] = "Compatible with CrossRacingChampoinship2005 v1.2.4 (build 907).
It's a totally FREE add on car. If you upload it to your site then write my name (CsuTy) there.
You are NOT allowed to modify or convert the car without my permission (classes, meshes, natives, sounds, etc.)!!!";
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 = '';
}
}