var fDesc=new Array(); fDesc[0] = "The eGranary Browser is a web browser that has been customized to work your eGranary. You can use any browser to connect to the eGranary, but by using the eGranary Browser, you can avoid having to proxy your current browser. If you have an Internet connection, you can continue to use both the eGranary and the Internet at the same time."; 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 = ''; } }