var fDesc=new Array(); fDesc[0] = "Help young Summer start her new job, and work her way to the top of Club Paradise! Keep the customers happy to earn tips and purchase powerful upgrades and new items. Start serving drinks poolside and move on to other areas of Club Paradise by using your Time Management skills. Make your picky clientele`s vacation the most relaxing and the most comfortable they`ve ever had to improve Club Paradise!"; 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 = ''; } }