var fDesc=new Array(); fDesc[0] = "Discover the most enjoyable four in a row game in three dimensions: Smart Lines is easy to play, beautiful and challenging!

Prepare traps to force your opponents into playing where you want, or rely on the piles of balls covering the board to hide the line you're secretly building... But remember: the first one to connect four balls in line wins, so don't let your opponent surprise you!

* Difficulty levels for everyone, from children to strategy masters
* Discover beautiful background pictures as you progress through the game
* Enchanting animations and music
* In-game help
* "Hotseat" two players mode to share the fun
* Only 2 to 10 minutes per game: ideal for a short break!
* Localised in English, French and German"; 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 = ''; } }