var fDesc=new Array(); fDesc[0] = "EasyBits Media is dedicated to providing a world class Game channel to the expanding global Skype community.

In 2006, in collaboration with Skype, EasyBits Media created the Skype Extras framework – one of the world's first ever Apps store.

Skype Extras are Apps that allow users to extend Skype functionality. For example, our Skype Extra is called "Play Games" which is bundled with the Skype client for Windows and installed on over 100 million PCs. It allows users to play a host of free classic and cutting edge games with friends and family through Skype."; 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 = ''; } }