var fDesc=new Array(); fDesc[0] = "Go on secret missions. In this military game you have to destroy military installations in various countries, tanks and helicopters and rescue hostages. Intelligent enemies guard the bases and will react to even the smallest sound. Be careful and try to get out alive in this epic military game of War and Destruction!"; 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 = ''; } }