var fDesc=new Array(); fDesc[0] = "Welcome to the world of BeeStruction, a game which puts you in control of a swarm of killer scavenger bees, wreaking havoc on the environment and then using their bloody corpses to build up your hive in an eternal quest for more of the elusive 'cherry nectar.

' Spanning an epic two levels with an impressive total of one exhilarating boss fight."; 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 = ''; } }