var fDesc=new Array(); fDesc[0] = "Campgrounds: The Endorus Expedition Collector's Edition is a game in which you and Addie lead an expedition of stalwart explorers through long forgotten lands. You can create campsites for explorers to keep them safe, relive the artifact's tale of an ancient civilization as you travel to sandy beaches, through dense jungles, over high mountains and deep into mysterious caves."; 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 = ''; } }