function empfehlen_verdienen(url){
 var hoch   = screen.height - 600; //Bildschirmhhe 
 var links   = screen.width - 800;
 var popleft  = links/2;
 var poptop  = hoch/2;
  obj=open("https://ui.zanox-affiliate.de/?1001100210030&0C0&121870_114_341_54197", "popup", "width=800,height=600,top="+ poptop +",left="+ popleft +",directories=no,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no")
  obj.window.focus()
}