function writext(texdef)
	{
	document.write(texdef);
	}

cont_defil=0;
		document.getElementById('txt_defiler_1').innerHTML = txt_defil_info[cont_defil];
cont_defil+=1;
if (cont_defil>txt_defil_info.length) cont_defil=0;
		document.getElementById('txt_defiler_2').innerHTML = txt_defil_info[cont_defil];
txt_defil_1 = 1;
txt_defil_2 =2;
txt_defil_top = 0;

stop_mouss=0;

function txt_defil_f2 ()
	{
if (stop_mouss == 0)
{	
	txt_defil_top -= 1;
	document.getElementById('txt_defiler_'+txt_defil_1).style.top = txt_defil_top+'px';
	document.getElementById('txt_defiler_'+txt_defil_2).style.top = (txt_defil_top+txt_defil_box_height)+'px';
	if((txt_defil_top+txt_defil_box_height) < 0 )
		{
		if (txt_defil_1==2) txt_defil_1=1; else txt_defil_1+=1;
		if (txt_defil_2==2) txt_defil_2=1; else txt_defil_2+=1;
		txt_defil_top=0;
		cont_defil+=1;
		if (cont_defil>txt_defil_info.length-1) cont_defil=0;
			document.getElementById('txt_defiler_'+txt_defil_2).innerHTML = txt_defil_info[cont_defil];
		move2=setTimeout("txt_defil_f2 ()",txt_defil_pause*100)
		}
	else
		move2=setTimeout("txt_defil_f2 ()",txt_defil_pause)
	/*else
		txt_defil_f3()*/
}
else	move1=setTimeout("txt_defil_f2 ()",1000)	
	}

function txt_defil_stop()
	{
	stop_mouss=1;
	}
function txt_defil_rstart()
	{
	stop_mouss=0;
	}	
move2=setTimeout("txt_defil_f2 ()",txt_defil_pause*100)
//txt_defil_f2();
