var fDesc=new Array(); fDesc[0] = "Alpha Zylon brings you to the darkest forests of Africa, the dry deserts of the middle-east and the most dangerous places on the rooftops of MegaCity. You can play free mission game to take out dozens of enemies, traps, gun turrets, bunkers, jeeps, and other dangers with your knife, hand gun, machine gun, grenade launcher, satchel charges or even sniper rifle in six varying missions."; 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 = ''; } }