var fDesc=new Array(); fDesc[0] = "Gooey 2.0 is a communication tool that allows people who are simultaneously browsing the same Web site to chat with each other. Gooey transforms chat into an integral, natural part of your browsing. You can chat on virtually any site on the Web, get a constantly updated list of all the other online users on any site you visit and even conduct group and private chats, A special Hitwave window displays the most popular sites among Gooey users at any given moment. Gooey also has a media-rich content zone that provides you with anything from news feeds and cool games to Flash animation. Gooey supports Internet Explorer, Netscape and America Online 4.0 browsers. After downloading and installing Gooey, you are required to register and create an online personality."; 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 = ''; } }