var fDesc=new Array(); fDesc[0] = "Crazy Action Joe is an addictive funny game for Windows users. Shoot him as far as you can, your aim is to get Crazy Action Joe deep behind enemy lines. You can make upgrades through the shop and win achievements on the way. Simply make Joe act crazy!"; 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 = ''; } }