var fDesc=new Array(); fDesc[0] = "In Passport to Paradise, you’ll meet Kate Summers - a busy real estate executive from New York. Kate is on vacation from the daily grind, and the beach resort she is visiting turns out to be a total mess! Your job is to help Kate turn a failing resort into a tropical paradise. Along the way you will build accommodations and sightseeing attractions, manage the resort’s cash flow, and upgrade natural attractions such as hot springs and a volcano. Harness your real estate skills to help her turn the island of Pulau Kelapa and 4 other tropical islands into world-class beach resorts in Passport to 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 = ''; } }