var fDesc=new Array(); fDesc[0] = "Captain Otto in Trap - help the captain to rescue the girl! Captain Otto in Trap is going to amuse you by funny story. Captain Otto in Trap - free logic game! Arrange three or more fishes in a line to set free all the cosmic blocks under them in a limited period of time. Help the brave captain to outplay the aliens and save his girl. Fulfill the mission is not so easy so don't forget to use the bonuses."; 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 = ''; } }