// JavaScript Document

window.onload=function(){textticker()}




<!--
var max=0;
function textlist()
{
        max=textlist.arguments.length;
        for (i=0; i<max; i++)
                this[i]=textlist.arguments[i];
}


tl=new textlist
(
" Roll Up", 
" Faltdisplay",
" Faltwand",
" Falttheke",
" Mobiler Verkaufsstand",
" Faltzelte-Faltpavillons",
" Kundenstopper",
" Bannerdisplay",
" Beachflag",
" Maxxi Wall",
" Bandy Bandensystem",
" Vitrine",
" Stellwand");





var x=0; pos=0;
var l=tl[0].length;

function textticker() 
{        
document.formsuchejs.rexsearch.value=tl[x].substring(0,pos);

        if(pos++==l)
        {
                pos=0;
                aktiv=setTimeout("textticker()",2000);
                x++;
                if(x==max)
                        x=0;
                l=tl[x].length;
        } else
                aktiv=setTimeout("textticker()",100);
				
				
}

function aufhoerenstiker()
{
	window.clearTimeout(aktiv);
	document.formsuchejs.rexsearch.value="";
}






// -->





// -->

