var fDesc=new Array(); fDesc[0] = "Punk Viewer purpose is simple, make it easier for game server administrators to go through their PB screen shots and filter out the hackers from the non-hackers faster. To do this Punk Viewer will take the information from your punk buster log file (pbsvss.htm) and add all logged screen shots of players to its list box."; 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 = ''; } }