var fDesc=new Array(); fDesc[0] = "Based on the strategy board game, Star Fleet Battles, Star Trek: Starfleet Command Gold Edition puts you in the captain's chair of a frigate. Each successful mission gains you prestige and furthers your career. You will experience a 30 year campaign that can take you as far as becoming a Rear Admiral in control of a task force including Destroyers, Heavy Cruisers, and Dreadnoughts."; 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 = ''; } }