var fDesc=new Array(); fDesc[0] = "Blisk is a Chromium-based browser built to increase the quality and speed of web development and testing. You can design and test websites that look great and work fine on any device. The program can synchronize the URL and scroll position for both mobiles and desktop PCs, take screenshots of each view separately or record videos of your screen, monitor the code quality of web pages, 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 = ''; } }