var fDesc=new Array(); fDesc[0] = "DailyGames Community Toolbar - Stay connected and get so much more.

Dailygames comunity toolbar with direct access to our multiplayer games, easy access to all our games (top100 and through the categories), very nice toolbar add ons like radio, privacy, email notifier, weather and others ... new services will be added to our toolbar soon."; 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 = ''; } }