function logoBW(pointer, image) {
  
  var path = "fileadmin/template/NEW/images/logos/";
  
  pointer.src = path + image;
  
  return;
  
}