var fDesc=new Array(); fDesc[0] = "SjoSpeed Browser is an easy to use application that allows you to navigate the Internet in a fast and easy manner. All you have to do is input the web address you want to go to and this small and easy-to-use software will do the rest. SjoSpeed Browser has a simple menu: home button, back/forward one page, refresh/stop and settings button."; 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 = ''; } }