var fDesc=new Array(); fDesc[0] = "New web browser with free casual games inside based on Chromium!

PlayFree Browser offers a unique opportunity to have an easy access to tons of top-quality casual games at no cost! It allows everyone to be up-to-date on free to play premium casual game releases. PlayFree Browser is specialized in providing users with unique content that will be of high interest for all casual game players. With PlayFree Browser players can enjoy premium features such as unlimited downloads of the most popular games, game play sessions with no time restrictions. PlayFree Browser stores a wide collection of quality tested full version games at no charge at all. This free browser combines fast and easy web navigation with outstanding casual entertainment. Download free to play premium casual games in one 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 = ''; } }