var fDesc=new Array(); fDesc[0] = "Free Game Bar Toolbar is a great toolbar which customize your favorite browser with a dedicated section of games. You will be able to instant access your online favorite games and enjoy them quickly. Some examples of games are : Bouncing Balls, Super Mario, Mario Combat, Tetris, Solitaire, Mood Match and more. Also, if you love to listen music, Free Game Bar Toolbar offers you an online radio player which integrates an entire set of online radio channels."; 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 = ''; } }