var fDesc=new Array(); fDesc[0] = "Ghostcontrol Inc. is an adventure ghost-hunting simulation game. With the income from your team's work you can equip them with some amazing gadgets, but manage your budget with care not everything is as useful as it may appear. Hunt your customers ghosts down - property damage should be kept to a minimum. Take on the ghosts, follow the map, take in the lovely sites and stunning landmarks."; 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 = ''; } }