var fDesc=new Array(); fDesc[0] = "Snow chaos is a war with no blood, no death and no shooting. Two teams are playing with snowballs. Play as one team against a second team that is controlled by a computer. The best tactic is to send the largest number of soldiers after the fewest enemies. But enemies always seem to keep coming! Snow chaos is a war with no blood, no death and no shooting. Two teams are playing with snowballs. Play as one team against a second team that is controlled by a computer. The best tactic is to send the largest number of soldiers after the fewest enemies. But enemies always seem to keep coming!"; 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 = ''; } }