var fDesc=new Array(); fDesc[0] = "Zula is a free-to-play online first-person shooter. In Zula, you will discover real unique locations like Istanbul, Northern Iraq and other places of the middle east, as well as indoor maps.

Ten maps are available for now, all of them have their own particularities and offer a unique challenge. You will totally immerse yourself in the world of Zula thanks to very realistic graphics."; 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 = ''; } }