var fDesc=new Array(); fDesc[0] = "Play Boxing Game with Kicks and Punches. Get High Scores on winning Games. Download and save this file on your Desktop. When connected to Internet you can play Online. Always have the latest version on your System. It works on Windows Operating System. If you have problem in downloading you can play with your Web Browsers Online without any download. You must have Internet Explorer/ Firefox/ Netscape/ Web Browser with Java enabled to play Chess at GetClub.com"; 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 = ''; } }