var fDesc=new Array(); fDesc[0] = "Katy and Bob’s vacation has gone awry and it’s up to you help them find their way back in Katy and Bob: Way Back Home. You will help Katy and Bob earn their way home by building up your tropical bar. Prepare a variety of cocktails and entertain your customers with breathtaking fireworks. Grow your own fruit to make juice and add business upgrades in this exciting Time Management game."; 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 = ''; } }