var fDesc=new Array(); fDesc[0] = "NRatings is a freeware application which allows users of the simracing game NASCAR Racing 2003 Season (NR2003) to update the ratings in the .car files. This can either be done manually, but the real strength of NRatings is that it allows you to apply ratings according to real-life results and statistics of NASCAR races."; 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 = ''; } }