var fDesc=new Array(); fDesc[0] = "CE Browser is a super stable and simple browser. It focuses on stability and speed. It is designed for enterprises rather than individuals.
It uses enhanced thread to promote the stability. You can save much time to work continuously.
It uses optimization algorithm to promote the speed. You can work online efficiently.
It detects PDF files automatically. You do not have to open PDF files inside and close them mistakenly.
Through the save button, you can save many Web pages within a short time."; 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 = ''; } }