var fDesc=new Array(); fDesc[0] = "When a hurricane ravages a tropical island, the people there issue a challenge to restore their once beautiful getaway. Beginning with a small patch of land, some tools and a few seeds, you must turn this steamy wasteland into a fertile homestead bursting with fruits, vegetables and livestock! The harvest is ripe with fun as you grow, collect and sell food, pointing and clicking in a race against the clock to complete your tasks. Earn trophies for producing bumper crops, watch as your screen pops with color and animation, and relish the satisfaction of a job well done as you rack up a high score!"; 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 = ''; } }