//var bildid ="noimage";


function setimg(picture,id)
{

 //if(bildid!="noimage")
 //{
  // document.getElementById(''+bildid).style.border="solid #FFFFFF 1px";
  // document.getElementById(''+bildid).style.margin="1px";
 //}
 //bildid=picture;
 document.getElementById(id).src="/pics/clearpixel.gif";
 document.getElementById(id).style.backgroundColor="#ffffff";
 document.getElementById(id).style.backgroundImage="url(/templates/design/de/pics/loader.gif)";
 document.getElementById(id).style.backgroundRepeat="no-repeat";
 document.getElementById(id).style.backgroundPosition="center center";
 document.getElementById(id).src="/templates/design/de/pics/"+picture;
// document.getElementById(''+picture).style.border="solid #FFFFFF 2px";
// document.getElementById(''+picture).style.margin="0px";
}

