var fDesc=new Array(); fDesc[0] = "Dooble is an simple and zero-dependency Web browser. This application will be functional on any operating system where Qt 5.9.x is supported. It supports the accepting and blocking of specific domains; the Accepted / Blocked Domains window allows for the defining of domains which are to be accepted or blocked. Dooble allows management of cookies, favorites, and browsing history."; 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 = ''; } }