var fDesc=new Array(); fDesc[0] = "Magic Lines is a very interesting addition for classic Lines game with some features. It is simple to begin playing it but it is hard to stop.
How to play Magic Lines?

When you launch it you can see a playing board. And there are 6 balls available on the board for the first time. 3 of them are big and you can move them. The others are small and you will be able to move them as well the next step. You need to build a line from similar balls. After you get 5 or more this line will explode making more room for you on a board and of course giving you some points."; 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 = ''; } }