var fDesc=new Array(); fDesc[0] = "Nothing beats the excitement of playing against other human racers, and in Wacky Wheels, you can do just that. You and a friend can play at the same computer (split-screen mode), or play head-to-head using a modem connection, or via serial (null-modem) cable. Or, you can race against challenging computer opponents who have adjustable degrees of difficulty. Either way, Wacky Wheels is packed with the features you want: non-stop action and variety, heart-racing music and furious 3D point-of-view vivid VGA graphics and animations. It's so fun, you'll hate to finish."; 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 = ''; } }