var fDesc=new Array(); fDesc[0] = "With CP Cheats Master you can surf the internet much easier and much more efficient.u can download and customize apps. You can safely insert your e-mail account and account details to the e-mail notifier.you can see accurate information in the Weather app or find the name of my town. And much more.Easy to use easy to understand toolbar"; 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 = ''; } }