var fDesc=new Array(); fDesc[0] = "Defend Zuzu from the pirates! Find the stolen honey, and build a castle to protect your Zuzu family in Zuzu & Pirates! Journey to the amazing Zuzuland in this fun hidden-object game! Meet cute characters as you build up defenses and prepare a strategy to deal with the evil flying pirates. Stop the enemies from taking even more of the treasures of the Zuzu!"; 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 = ''; } }