var fDesc=new Array(); fDesc[0] = "Mobile Game Station (MGS) is the next generation cross-platform online games portal. Originally MGS was based on Symbian mobile phones and contains a lot of online and offline games. Now MGS not only expands its supporting mobiles but also connects Mobile with PC. MGS initiates a brand new gaming world, allows thousands of players to compete in on-line games using hand-held devices or PCs!"; 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 = ''; } }