// xxx function Scroller(container, name) { var self = this; var myName = name; var divContainer = container; var divContent = document.createElement('DIV'); var contentHeight = 0; var pTop = 0; var intv = null; this.scroll = function() { pTop--; if (pTop <= (0 - contentHeight)) { pTop = divContainer.offsetHeight; } divContent.style.top = pTop + 'px'; } this.start = function() { if (intv != null) return; intv = window.setInterval(myName + '.scroll();', 100); } this.stop = function() { if (intv == null) return; window.clearInterval(intv); intv=null; } divContent.style.width = divContainer.style.width; divContent.style.position='absolute'; divContent.style.top='0px'; divContent.style.left='0px'; divContent.onmouseover = self.stop; divContent.onmouseout = self.start; divContent.innerHTML='' +'

Service-
Rufnummern

' +'

National/International
Emtex-IN-Plattform

' +'

Junk Call Filter

' +'

Spaß-Anrufe blockieren - einfach und flexibel mit dem EMTEX Junk Call Filter

' +'

Blocktarife

' +'

Jetzt wieder möglich: 0900-Blocktarife bis 30,00 €/Call

' +'

Audiotex-Service

' +'

IntelliCall IntelliVoice IntelliAB IntelliFax IntelliChiffre

' +'

SMS und PremiumSMS

' +'

Das SMS-Gateway IntelliSMS

' +'

Download

' +'

Hier finden Sie Produktbeschreibungen im PDF-Format

' +'

News

' +'

Jetzt wieder möglich: 0900-Blocktarife bis 30,00 €/Call

' +'

FAQ

' +'

Wer sorgt für den Gebührenhinweis bei 0900-Nummern?

' +'

Kontakt

' +'

Hier haben Sie die Möglichkeit, schnell mit uns Kontakt aufzunehmen. Wir rufen Sie auch gerne zurück.

'; divContainer.appendChild(divContent); contentHeight = divContent.offsetHeight; window.onload=self.start; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i