var fDesc=new Array(); fDesc[0] = "Help Polly build a nationwide success story from a failing pet store chain, using the amazing machines invented by current owner Professor Egbert van Alstein. What the Professor has in scientific wizardry he lacks in business acumen - and that's where you come in!"; 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 = ''; } }