var fDesc=new Array(); fDesc[0] = "In Shop-n-Spree: Shopping Paradise you must set a course for fast-paced fun. Your tropical island home has fallen on hard times, but you’ve come up with a plan to turn things around. With the help of the local community, you set out to build and run a series of amazing internationally-themed malls. Serve customers, upgrade stores, and create new items as you turn the island into the world’s premier shopping destination 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 = ''; } }