var fDesc=new Array(); fDesc[0] = "Smart Paintball is a cool arcade game. Just start playing, and you'll get addicted! Imagine you are a painter and you need to clear a mess of color stains off your palette. The only way to do this is to shoot more drops from the paint-tube placed at the bottom, because they disappear only when three or more spots of the same color come together. That would be all too easy, but every time you fail to erase some spots brings close the moment when another gang of drops splash upon the board. In registered version: no nags, more levels, autosave and free support by email."; 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 = ''; } }