var fDesc=new Array(); fDesc[0] = "A line boat that was on an intercontinental cruise was hijacked. There were a lot of rich people aboard. The terrorists who have a lot of military vessels at their disposal hijacked this watercraft. Your mission is to destroy all of the terrorists and save hostages' lives. An armed ship is your sword of justice. From time to time you are supplied with ammunitions from the air. If you collect different objects, you will get additional arms and scores."; 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 = ''; } }