function ShowUser(ID) {
	x=screen.width / 2 - 200;
	y=screen.height / 2 - 200;
	nw=window.open("http://www.kreis-dueren.de/php/telefon/telefondetail.php?ID=" + ID + "","Telefonfenster","status=no,resizable=no,width=400,height=400,menubar=no,screenX=" + x +",screenY=" + y +",left=" + x +",top=" + y + ",location=no,scrollbars=yes");
}

function ShowUserFull(name,amtsziffer) {
	x=screen.width / 2 - 200;
	y=screen.height / 2 - 200;
	window.open("http://www.kreis-dueren.de/php/user/userinfo.php?Name=" + name + "&Amt=" + amtsziffer,"Telefonfenster","status=no,resizable=no,width=400,height=400,menubar=no,screenX=" + x +",screenY=" + y +",left=" + x +",top=" + y + ",location=no,scrollbars=yes");
}