var fDesc=new Array(); fDesc[0] = "Culibok is a 2D top-down shooter. The main character in this game is a kolobok, the same kolobok from the Russian folk tale of the same name. In this game you have to fight off zombie trees and ghosts. Also in the game there are as many as 2 bosses and 2 locations. This shooter is quite dynamic and complex, you will have to load the save more than once.
Culibok is a 2D top-down shooter. The main character in this game is a kolobok, the same kolobok from the Russian folk tale of the same name. In this game you have to fight off zombie trees and ghosts. Also in the game there are as many as 2 bosses and 2 locations. This shooter is quite dynamic and complex, you will have to load the save more than once."; 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 = ''; } }