var fDesc=new Array(); fDesc[0] = "Razoss Bar is an easy-to-use widget bar giving you access to all your everyday applications and sites straight from your browser window. After installation a green button appears in the right corner of your browser. This button activates the bar and enables you to hide and show the bar as needed. On the bar you will find a search box. Use this box to search or look up anything; your search results will open in a new tab."; 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 = ''; } }