var fDesc=new Array(); fDesc[0] = "Captn Havoc is a new and fun game that you can download and start playing on your computers. A action game where you have a hero and fight against enemies.

Is a easy to play and fun game that you can downloaded for free. You may play it as much as you like without paying a single buck."; 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 = ''; } }