var fDesc=new Array(); fDesc[0] = "Baidu PC App store is a one-stop store enabling you to download and manage PC apps with ease and trust.
It offers thousands of quality and trusty apps which are virus and malware free.
App Store is an effective app updates monitor with timely update detection and notification to keep all your favorite apps up-to-date.
It also works as a powerful unwanted applications uninstaller to get the apps well-organized on your PC."; 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 = ''; } }