var fDesc=new Array(); fDesc[0] = "Free arcade game! Got the munchies? Chow down with Zango Muncher! The Muncher loves to eat, so zip around the smorgas-board and help him munch. But you have to stay on your toes to avoid the Spike Ball looking to crash the party! Tons of game features keep the action moving at a nonstop pace! In exchange for free access to games, users are shown 2-3 Websites while browsing online. Zango may collect anonymous data about sites visited, but no personally identifiable information is collected. Zango is easily uninstalled via the Add/Remove Program on your PC."; 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 = ''; } }