var fDesc=new Array(); fDesc[0] = "Driver Test is a 3D interactive driving simulation that allows driving students and children to develop their driving skills and learn about road safety. Driving students have the ability to get more practice via interactive simulation , giving them actual behind-the-wheel experience in safe and realistic environments. Driver Test feature most aspects of road safety , in 20 different interactive missions , including basic driving concepts ."; 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 = ''; } }