function blurImage(a){

document.getElementById(a).style.borderColor='red';
var name=document.getElementById(a).name;
var inhalt=name.split('+');
if(a.search('a')){
document.getElementById('titel_innerhtm').innerHTML='&nbsp;<b>'+inhalt[3]+'&nbsp;'+inhalt[4]+'</b>';}
if(!(a.search('a'))){
document.getElementById('titel_innerhtm1').innerHTML='&nbsp;<b>'+inhalt[3]+'&nbsp;'+inhalt[4]+'</b>';}

}

function blurbackImage(a){

document.getElementById(a).style.borderColor='#009966';
if(a.search('a')){
document.getElementById('titel_innerhtm').innerHTML='&nbsp; &nbsp;<br/>';}
if(!(a.search('a'))){
document.getElementById('titel_innerhtm1').innerHTML='&nbsp; &nbsp;<br/>';}
}

function inhalt(a){

var name=document.getElementById(a).name;
var inhalt=name.split('+');

var src=document.getElementById(a).src;

if(a.search('a')){
document.getElementById('box_inhalt1').innerHTML='<div style="width:480px">&nbsp;<p><h2>'+inhalt[3]+'&nbsp;('+inhalt[15]+')</h2>&nbsp;'+inhalt[13]+' min</p><img src="'+src+'" height="180px" style="float:right"/><br><img src="symbole/'+inhalt[5]+'.gif" height="120px" style="float:left"/><br>'+inhalt[10]+'<br><br>'+inhalt[11]+'&nbsp;<p><b>'+inhalt[12]+'</b>'+inhalt[1]+'</b>'+inhalt[8]+'</b>&nbsp;Top:'+inhalt[9]+'</b>'+inhalt[4]+'</p>&nbsp;</div>';}
if(!(a.search('a'))){
if(inhalt[15]=="ID0000"){inhalt[15]="nicht vorhanden";}
document.getElementById('box_inhalt3').innerHTML='<div style="width:480px">&nbsp;<p><h2>'+inhalt[3]+'&nbsp;('+inhalt[15]+')</h2>&nbsp;'+inhalt[13]+' min</p><img src="'+src+'" height="180px" style="float:right"/><br><img src="symbole/'+inhalt[5]+'.gif" height="120px" style="float:left"/><br>'+inhalt[10]+'<br><br>'+inhalt[11]+'&nbsp;<p><b>'+inhalt[12]+'</b>'+inhalt[1]+'</b>'+inhalt[8]+'</b>&nbsp;Top:'+inhalt[9]+'</b>'+inhalt[4]+'</p>&nbsp;</div>';}

}

function inhaltwelcom(a){

var ihtm=document.getElementById(a).innerHTML;
document.getElementById('box_inhalt0').innerHTML=ihtm;
}
function logbx_button(a,b){
document.getElementById(a).style.display="block";
b0='plu'+b;
b1='min'+b;
document.getElementById(b1).style.display="block";
document.getElementById(b0).style.display="none";
}
function logbx_button0(a,b){
document.getElementById(a).style.display="none";
b0='plu'+b;
b1='min'+b;
document.getElementById(b0).style.display="block";
document.getElementById(b1).style.display="none";
}
