function popup (url) {
	fenster = window.open(url, "E-Cards", "width=350,height=560,scrollbars=yes");
	fenster.focus();
	return false;
}
