var fDesc=new Array(); fDesc[0] = "Disaffected! is a videogame parody of the Kinko’s copy store, a source of frustration from its patrons. It is an arcade-style game with fast action and high replayability, that puts the player in the role of employees forced to service customers under the particular incompetences common to a Kinko’s store. From a new series of persuasive games we call anti- advergames.

Disaffected! gives the player the chance to step into the demotivated position of real FedEx Kinkos employees. Feel the indifference of these purple-shirted malcontents first-hand, and consider the possible reasons behind their malaise."; 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 = ''; } }