var fDesc=new Array(); fDesc[0] = "Experience a doctor’s life first-hand as you save lives and money in this simulation game. Visit a charming little city where you’ll meet and diagnose wacky patients, administer medical treatments for combos and bonuses, and upgrade your small clinic into a multistory hospital. Earn awards for hospital excellence to save your hospital from his grubby hands."; 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 = ''; } }