var fDesc=new Array(); fDesc[0] = "With Power-Browser you can search multiple search engines and multiple surf results at the same time while viewing and load websites. Visually surf multiple websites in real time in the blink of an eye all at the same time.Switch, surf, navigate, load, and interact with multiple websites seamless and effortlessly - and multi task like never before possible."; 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 = ''; } }