var fDesc=new Array(); fDesc[0] = "* Sales acceleration – create interactive motion games running inside the browser using your product as the controller!
* Emotional bond between product and consumer – Let your customers experience a world of excitement with your product as they emotionally bond with it
* Maximum exposure – All you need is an internet connection and a webcam - reach everyone easily
* Support for POS activities – Run these exciting games also at POS or attraction points
* Viral and word-of-mouth marketing – People love it and tell their friends about it!
* Unique experience – brand yourselves as different! Not part of the pact!"; 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 = ''; } }