 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 open_printablepage(page) {
	  window.open(page,"printable","toolbar=yes,location=no,directories=no,,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=430") ;
	}

function gotonewsletter(pref) {
	window.opener.location.href = pref+'/newsletter';
	this.close();
}

