var fDesc=new Array(); fDesc[0] = "Jagged Alliance 2 WildFire, an exciting mix of strategy and role-playing that puts you in charge of a nation's fight for freedom. You'll hire a core group of skilled professionals through A.I.M., the Association of International Mercenaries. You'll win the local population over to your side by displaying courage and loyalty. You'll train your men around the clock, then send them into dangerous missions and lethal fire fights. You'll conquer the depths of underground mines, reap their riches, and discover their secrets."; 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 = ''; } }