var fDesc=new Array(); fDesc[0] = "You are a volunteer assigned to an ANNIHILATOR ship. Your target is to perform an inroad in the back land of the contender and destroy the military supply support system. For this long mission, far away from supply support ships, the scientists have developed a SAWBLASTER - a radically new type of weapon requesting no recharge! Nothing can stand against the destructive capacity of a SAWBLASTER! But it has one disadvantage - the SAWBLASTER is hard to control!"; 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 = ''; } }