var fDesc=new Array(); fDesc[0] = "TameStorm software development group proudly presents an arcade game with the elements of strategy.

The struggle between different kinds of viruses makes sense of this game. The kind of virus, which stays on the playing-field wins.

Each virus has its own vital energy, which decreases with time. To enrich it , virus have to get vital energy from the source in order not to be killed.

Having been used up, life source vanishes from the playing-field and appears on the other place with the new vital energy."; 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 = ''; } }