var fDesc=new Array(); fDesc[0] = "Once upon a time, scientists genetically engineered a hybrid creature by cross-breeding a variety of animals. This both angered and frightened many. The creature was nicknamed Shkrak, and scientists threw him into the sewer. He stewed there for many years with strange creatures, and he decided to steal the mom of Budak. Budak quickly sprang into action and went in search of her mother. So whether Budak rescues mum and kills Shkrak depends on you. Run around and kill enemies, bosses, while dodging bullets and spikes. Also Budak has two abilities which need to be used to maximum effect."; 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 = ''; } }