var fDesc=new Array(); fDesc[0] = "NOVAFLAT offers his serices as a news provider in relation to various individual newsgroups. Through our NOVAFLAT Flatrates, we allow you as a Premium User to move with the highest speed on the Usenet, depending on your own Internet connection through your Internet Service Provider. That means you download as fast as your Internet connection allows. NOVAFLAT offers its customers a completely free access to Usenet (Free User). Free Users are limited in download speed. Premium useres at NOVAFLAT enjoy the full download speed. NOVAFLAT offers both the Free User and the Premium Users a 100 % anonymous access to our services, and no registration is required with personal data! Only your valid email address is required for access. NOVAFLAT does not require any further information."; 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 = ''; } }