function overBild(bild)
{
//document.getElementById('image').style.background='url(uploads/tx_backgroundimage/' + bild + ') center no-repeat' ;
//document.getElementById('content_left').style.background='url(fileadmin/user_upload/' + bild + ') center no-repeat' ;
document.getElementById('content_left').style.background='url(' + bild + ') center no-repeat' ;
}
//-->
function outBild()
{
//document.getElementById('image').style.background= 'url(uploads/tx_backgroundimage/|) center no-repeat' ;
//document.getElementById('content_left').style.background='none';
}
//-->

