
var sprache=parent.sprache;
var ie4=document.all&&!document.getElementById
var ns4=document.layers
var DOM2=document.getElementById
var posy=200;
var posx=170;
var fwidth=405; //set width
var fheight=25; //set height


if(thgc!='')var begintag='<table width="'+fwidth+'" height="'+fheight+'"  cellspacing="0" cellpadding="1"  border="0" bordercolorlight="#EFEFEF" bordercolordark="#000000" bgcolor="'+thgc+'"><tr valign="middle"><td valign="middle"><font face="'+schr+',Helvetica,Sans Serif" color='+foc2+' size='+sgro+'><img src="images/punkt_blau.gif" hspace="6" align="left" width="10" height="16" border="0" alt="">';
//if(thgb!='')var begintag='<table height="'+fheight+'" width="'+fwidth+'" cellspacing="0" cellpadding="3"  border="0" bordercolorlight="#EFEFEF" bordercolordark="#000000" background="'+thgb+'"><tr><td><font face="'+schr+',Helvetica,Sans Serif" color='+foc2+' size='+sgro+'>';
if(thgc=='')var begintag='<table height="'+fheight+'" width="'+fwidth+'" cellspacing="0" cellpadding="3"  border="0" bordercolorlight="#EFEFEF" bordercolordark="#000000" ><tr><td><font face="'+schr+',Helvetica,Sans Serif" color='+foc2+' size='+sgro+'><img src="images/punkt_blau.gif" hspace="6" align="left" width="10" height="16" border="0" alt="">';

var closetag='</font></tr></table>';



//function to change content
function changeinhalt(input){

if (input=='')ausg='';
else ausg=begintag+input+closetag;

if (DOM2){
document.getElementById("fscroller").style.color="rgb(255,255,255)"
document.getElementById("fscroller").innerHTML=ausg
}
else if (ie4)
document.all.fscroller.innerHTML=ausg
else if (ns4){
document.fscrollerns.document.fscrollerns_sub.document.write(ausg);
document.fscrollerns.document.fscrollerns_sub.document.close()
}
}



if (ie4||DOM2)
document.write('<div id="fscroller" style="position:absolute;top:'+posx+'px;left:'+posy+'px;border:none;width:'+fwidth+';height:'+fheight+';padding:2px"></div>')

document.write('<ilayer id="fscrollerns" width='+fwidth+'; height='+fheight+';><layer id="fscrollerns_sub" width='+fwidth+'; height='+fheight+'; left='+posy+'; top='+posx+'></layer></ilayer>');
