var fDesc=new Array(); fDesc[0] = "Starkanoid is a new dimension of an arkanoid-style
game. However, this game offers more excitement than
old-fashioned and boring bricks break-outs. Equipped
with original hand-painted graphics and sound effects,
designed in an Ancient Greek style, it creates a
thrilling, unforgettable experience. You will see the
stars from the point of view of modern science as well
as the eye of antiquity. Over 20 unique levels and 14+
power-ups."; 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 = ''; } }