var fDesc=new Array(); fDesc[0] = "Shit War is an interesting action game for free. Do you remember the famous snowcraft game? The game that you throw snowballs on your enemies ... But this time Flash Games show you a similar one, the difference with snowcraft is you are not throwing snowballs, but shits ! Yes, you are fighting against your enemies with shit in your hands! Have fun and good luck..!"; 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 = ''; } }