var fDesc=new Array(); fDesc[0] = "Download XboxFriends for the Desktop today and stop being in the dark as to when your fellow gamers are ready to engage in some online head-to-head gaming action!

XboxFriends is not, in no way, affiliated with Microsoft Corporation, MSN, Xbox or Xbox Live.

This project is developed seperately from Microsoft and Xbox Live for the purposes of organizing games amongst your personal Xbox Live friends list and connecting you with other gamers"; 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 = ''; } }