var fDesc=new Array(); fDesc[0] = "Maxthon brings you unsurpassed speed and easy-to-use features you can’t find anywhere else. Maxthon 3 comes with a browser engine that draws web pages 200% faster than Google Chrome.Sometimes less *isn’t* more. Just because it’s a great tool doesn’t mean it has to be ugly. Add some flash and dash to your Maxthon browser with skins and other features that make it easy to customize your experience."; 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 = ''; } }