var fDesc=new Array(); fDesc[0] = "The SGC 3D Simulator is a simulation game that puts you in the shoes of the famous Walter Harriman in Stargate SG-1. You are well in command of the Stargate via the control room of the CMS. The game allows you to control computers on the famous SGC organizational gathering in a military base that actually existed in reality, the Cheyenne Mountain."; 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 = ''; } }