var fDesc=new Array(); fDesc[0] = "Be Walter and control the power of the Stargate all from your home PC! SGCSim is a simulation of the Stargate Command dialing computers from the hit television series Stargate SG-1.
Flash-based program for Windows that casts players as a technician for Stargate Command and requires tasks such as opening the iris for friendly incoming travelers, dispatching SG teams to familiar planets such as Abydos and Chulak, and sending M.A.L.P. probes to unknown destinations."; 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 = ''; } }