var fDesc=new Array(); fDesc[0] = "Kops is a two-dimensional gravitational shoot'yer'friend game.
Both main and special guns can be upgraded by picking up power-ups that appear around the level from time to time. When you pick up a main gun power-up, your gun is replaced instantly. Your main gun also has unlimited ammo. If you pick up worse gun than you already had"; 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 = ''; } }