var fDesc=new Array(); fDesc[0] = "Discovery is a web browser for Windows users. You can run video, picture, music, social applications and you can open web pages with all features by Discovery’s Javascript and HTML5 skills. It can run every HTML5 and Flash games without any slowdown problems. Some of the supported features are: canvas element, 2D context, HTML5 tokenizer, HTML5 tree building, Dynamic markup insertion, Field validation, Events, Form validation, and more."; 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 = ''; } }