var fDesc=new Array(); fDesc[0] = "This great fun game will entertain you in a very special way, you will enjoy how the game moves and the action with these little characters. The main goal of Sproink is to catch falling crystals, shoot crystals up to place them behind others of identical colors and set groups of more than 3 to destroy them. You must take care of a bridge; if crystals fall over the bridge they will cut the cables that sustain the bridge, they will deteriorate and the bridge will fall or won't be able to support all the Spronik community. The game allows you to play, set player options like controls, sound, music and full screen, you can check help and you can exit the game.
In order to control the game you can use your mouse, move right and left and press left mouse button to sproink and shoot crystals. To make long distance shots, keep space bar or left mouse button pressed and release to shoot. Moves in this game are great, you can angle your shoot for more precision. Speed of Characters and their comments during the game are the best fun."; 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 = ''; } }