var fDesc=new Array(); fDesc[0] = "FunnyGames - Electricman is an action game that you can play in your web browser. In this game, combat teams of varying numbers compete against each other to determine the most powerful being in the stick man universe. The current champion has never been beaten. Any combination of martial arts, street fighting and superhuman powers can be used to wipe out your opponents."; 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 = ''; } }