var fDesc=new Array(); fDesc[0] = "Golden submarine is a nice puzzle and a nice aquatic adventure. The main objective of this game is to form groups of 3 or more identical figures in order to clear them from your screen board. This game is very easy to play, all you need is your mouse, move over your objective and press the left button to shoot your item in the place of your selection. The main screen allows you to select how to play, and to set options like music, sound and full screen. You can also check high scores or you can quit the game. You move your submarine left or right to aim where you want to shoot. Your submarine will shoot a sea item to place it on the screen board and will clear the groups of more than 3 identical figures that you form vertically or horizontally. You must clear the board and make coins drop to catch them, they will give you bonus score points. Search for special items with the word bonus written on them for more bonus points.
To reach new levels you must complete your goal in a certain time, collecting certain amount of coins."; 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 = ''; } }