function contact(uid) {
  window.open("contact.cfm?id="+uid, "Kontakt", "width=550,height=430,scrollbars");
  };

  function adr_contact(uid) {
  window.open("contact.cfm?adrid="+uid, "Kontakt", "width=550,height=430,scrollbars");
  };

function publisher(pid) {
  window.open("contact.cfm?pid="+pid, "Kontakt", "width=550,height=430,scrollbars");
  };

  function unhighlight(menuName) {
	      document[menuName].src = 'img/' + menuName + '_over.gif';
  }

  function highlight(menuName) {
      document[menuName].src = 'img/' + menuName + '.gif';
  }