var fDesc=new Array(); fDesc[0] = "Today many people use search engines to find what they need, and surf the Internet page to page. NetBrilliant introduces a radical new way of looking at the web, from a human perspective. NetBrilliant is an environment in which you can interact with the Internet in an intuitive, simple, and very powerful way. You will be surprised at how much NetBrilliant opens the web up to you."; 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 = ''; } }