var fDesc=new Array(); fDesc[0] = "Butterfly Escape is an addictive and exhilarating action-puzzle game, in which you charge through more then 100 scenic levels. Gameplay is similar to Zuma and Luxor; you guide Buka to shoot and destroy approaching balls of light before they reach Dungeon of Darkness. You can collect 10 cool power-ups (8 in Normal mode and additional 2 in the Legendary mode); like pistols, mortar, lightning, gatling gun and of course ultimate power-up "Total Annihilation" aka Nuke! Game also features a Tournament Mode where you can compete with other players for high scores over the Internet."; 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 = ''; } }