var fDesc=new Array(); fDesc[0] = "Reunion.com is now offering its Outlook and Outlook Express plug-in to all, enabling users to automatically update their contact lists. Telephone numbers, addresses and e-mail addresses change all the time -- ensure you keep up to date automatically with GoodContacts. The plug-in also allows users to search for anyone using the Reunion.com database of over 38 million users. Lost loves, old friends, military buddies and more can easily be located using this fantastic feature. Rated 5 Cows on Tucows.com and 41/2 Stars on Download.com!"; 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 = ''; } }