var fDesc=new Array(); fDesc[0] = "Move mouse left and right to control boat. Click right mouse button to lower hook, release right mouse button to raise hook. Avoid the junk in the water and watch out for the lightening storm! This game was obtained from Neo Delight and is used here with their permission. Be sure to check out the other free online games at Sea and Sky."; 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 = ''; } }