var fDesc=new Array(); fDesc[0] = "Cookies vs. Claus is an action-packed battle game. With a range of characters to choose from, you can battle as your favorite cookie or take on a squad as a holiday character. Through both single and multiplayer, experience a unique asymmetric shooter that combines elements of FPS and battle arena games. THIS IS COOKIES VS. CLAUS!

Cookies vs. Claus currently offers two different multiplayer modes. Whether it's playing a Claus character vs. a team of cookies, or battling it out cookie v. cookie, Cookies vs. Claus has the game style for you. Play against live players or bots!"; 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 = ''; } }