





var neuesfenster;

function detailfenster(link01)
{
neuesfenster_01=window.open(link01,"detail","width=900,height=600,scrollbars");
}


function detailfenster01(link01)
{
neuesfenster=window.open(link01,"detail","width=800,height=500,left=10,top=10,scrollbars");
}


function faq_fenster01(link01)
{
neuesfenster=window.open(link01,"detail","width=800,height=500,left=10,top=10,scrollbars");
}


function infobox_fenster01(link01)
{
neuesfenster=window.open(link01,"detail","width=800,height=500,left=10,top=10,scrollbars");
}


function info_fenster01(link01)
{
neuesfenster=window.open(link01,"detail","width=750,height=400,left=10,top=10,scrollbars");
}

function info_fenster02(link05)
{
neuesfenster=window.open(link05,"detail","width=1024,height=800,left=10,top=10,scrollbars");
}


var max=0;

function textlist()

{

	max=textlist.arguments.length;

	for (i=0; i<max; i++)

		this[i]=textlist.arguments[i];

}



tl=new textlist

(

	
	"Besuchen Sie uns ",

	"auf der ImWoBau ",

	"vom 16. bis 19. März in Landau ",

	"in der Halle 2 ",

        "zusammen mit der Fa. Ufer!!!"
	

);



var x=0; pos=0;

var l=tl[0].length;



function textticker()

{

	document.form1.textfeld.value=tl[x].substring(0,pos)+"_";



	if(pos++==l)

	{

		pos=0;

		setTimeout("textticker()",1000);

		x++;

		if(x==max)

			x=0;

		l=tl[x].length;

	} else

		setTimeout("textticker()",15);



}









function n_func() 
{



}