var fDesc=new Array(); fDesc[0] = "This toolbar provides buttons for quick access to nascar related informations such as : news, schedule, standings, cars, players.

NASCAR - one of the most thrilling and popular driving sports that is loved and viewed by millions of fans from across the globe. NASCAR stands for National Association for Stock Car Auto Racing, which is actually the largest motor sports sanctioning body in USA. It ranks second in terms of viewership, according to the television rating in USA. More than 70 million NASCAR racing fans as well as brand loyalists spend over $2 billion on licensed NASCAR products."; 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 = ''; } }