var fDesc=new Array(); fDesc[0] = "Virtual CRASH is a new generation program for the simulation of vehicle accidents. It takes advantage of the latest hardware and software developments, which allows increasingly complex realtime calculations to be performed on a personal computer. For maximum versatility, Virtual CRASH simulation results can be viewed and outputted in scale plan, 3D perspective view, and in numerous diagrams and tables."; 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 = ''; } }