var fDesc=new Array(); fDesc[0] = "Free downloadable game from Zango! 30 huge levels and 5 worlds, unlimited play! No trials, no costs, no limits! David vs. Goliath takes the classic story of history's greatest underdog to a new extreme! With slings, stones and a crazy array of other power-ups, battle your way through marauding enemies to confront the tyrant Goliath! In exchange for free access to Zango Games, users are shown 2-3 targeted Websites while browsing online. While Zango may collect anonymous information about Websites visited, no personally identifiable information is collected or retained and Zango can be easily uninstalled at any time by going to 'Add/Remove Programs' in your control panel and selecting 'Zango.'"; 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 = ''; } }