var fDesc=new Array(); fDesc[0] = "Far Cry 3 is an open world first-person shooter in which the action is set on a tropical island. The game brings you an environment filled with heavily armed warlords traffic in slaves, where outsiders are hunted for ransom and as you embark on a desperate quest to rescue your friends, you realize that the only way to escape this darkness is to embrace it."; 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 = ''; } }