var fDesc=new Array(); fDesc[0] = "Web Communities Explorer provides an easy way to access your favorite Yahoo Groups, MSN Groups and Smart Groups. With this tool you can download hundreds of images, videos and other media files from the groups with just a click of a mouse button.
Features:
- access Files, Photos and Links sections;
- supports Yahoo, MSN Groups and Smart Groups;
- browse the groups' catalogs;
- search for the groups;
- simultaneous access to different accounts;
- no need of third party services;
- organize your groups by categories;
- easy to use interface."; 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 = ''; } }