var fDesc=new Array(); fDesc[0] = "Binary Vortex is intended to be easy to use. There are many other newsgroup utilities out there, but they all suffer from difficulty in setup. Binary Vortex is good for novices, while still being powerful enough for experts.
Binary Vortex is capable of displaying JPEG and GIF images, and has a thumbnail viewer to display images real time. There is a full-screen viewer to view images full size if you’re operating offline.
Binary Vortex includes spam rejection functions to keep you from downloading loads of unwanted crap from the Usenet."; 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 = ''; } }