var fDesc=new Array(); fDesc[0] = "Hitman is an action game where you play as Agent 47, the world's ultimate assassin. You'll travel the world from France, Italy and Morocco to Thailand, USA and Japan to take out powerful, high-profile targets. You have complete freedom of approach in expansive freeform classic Hitman levels and you can create your own hits and compete with other assassins in Contracts mode."; 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 = ''; } }