var fDesc=new Array(); fDesc[0] = "Select a single opponent from any number of participants and track his movement throughout the virtual Combat arena. Choose a name, select an avatar, and create your own profile to share — including a personal statement, flight hours logged and points accumulated in Combat Events. With the Multiplayer feature and an Internet connection, the possibilities are virtually unlimited. You can connect with an instructor for one-on-one tutoring, do combat with a single opponent or a patrol — or host multiplayer events for a whole squadron. You can invite guests, choose sites, aircraft and events, limit play by points or elapsed time — and automate it all, so you can join the fun, too. Orient your flight to lights on the field below. Test your skills at the nighttime 3D Obstacle Course or check out the 3D Nighttime Carnival."; 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 = ''; } }