var fDesc=new Array(); fDesc[0] = "KERclink is a Free download that utilizes a mini browser to load Free Family Friendly Games for Fun, Cash and Prizes. There is never a charge to play any of our games. Our software contains no adware, spyware, or pop ups. We do not resell or give out any of your personal information. You simply get paid to play Free fun games, and check out cool offers. Become a member today!"; 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 = ''; } }