var fDesc=new Array(); fDesc[0] = "The Kane & Lynch 2: Dog Days Game Stats page is now live through the exclusives section.

The elapsed data is composed of individual stats, worldwide, throughout each of the multiplayer modes and will allow player to see the global heist activity as well as track their personal performance stats and compare them to others. Heat Maps will also be generated to help players better strategize how they'll approch any given situation.

To view the stats, register on the website nd then connect your Steam, PSN ID or Xbox #^) Gamertag and see ow your criminal behavior stacks against the rest."; 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 = ''; } }