function openMedlem() {
	var url = "http://anima2.dk/admin/medlem.php?" + "referer=" + escape(document.location);
	window.open(url, "medlem", "height=620,width=450,titlebar=no,toolbar=no,resizeable=no");
	return;
}