var fDesc=new Array(); fDesc[0] = "UseNeXT is fast, easy and unfiltered access to the Usenet with over 2,500 terabytes of data available and 6,000 Gigabytes added daily. UseNeXT offers anonymous and lightening fast access to over 60,000 Usenet discussion boards about every topic. There is nothing you won't find here. No restrictions on download speeds, and no waiting for files. You can make full use of your highspeed connection: download at maximum speed from our ultra-fast international servers. The tailor made browser automatically unpacks and repairs failed downloads, and the built in media player allows you to preview play files before downloading even when archived. To get the free trial offer simply enter your e-mail when starting UseNeXT for the first time and you will get your access information for the free trial immediately."; 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 = ''; } }