var fDesc=new Array(); fDesc[0] = "Online Games Downloader is designed for computer users who love flash games. You can use this flash game downloader to download flash games on the internet as well as all kinds of flash content on any website. It will turn to be a big flash games box, and you will not need to search and wait for favorite flash games.

There are some features: you can save download path anywhere on your computer using IE and Firefox; simply move mouse onto flash game and there will be a Download button floating; all downloaded games are listed in "Games", and can be played with double click."; 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 = ''; } }