var fDesc=new Array(); fDesc[0] = "Radia is a fast-paced arkanoid game, where you take control of a circular paddle in an frantic attempt to destroy 95% of the level. Race the rising tide, battle snow drifts and dodge flames while playing three original game modes.

Collect the numerous bonuses while keeping control of the ball with your paddle. Dodge the bad pickups, and enhance your abilities with the good ones."; 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 = ''; } }