var fDesc=new Array(); fDesc[0] = "GURPS Vehicle Builder is the official vehicle-creation program for GURPS.All the system's features are supported, with complete vehicle creation rules from GURPS Vehicles, as well as GURPS Vehicles Expansion 1 and GURPS Vehicles Expansion 2.GURPS Vehicle Builder lets you design, optimize, store, modify, and print out vehicles of all types, from an oxcart to a space station"; 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 = ''; } }