function bild(b) {
	f = window.open("popupBild.php?b=" + b,"Bild","width=550,height=550,resizable=yes,scrollbars=yes");
	f.focus();
}

function text(t) {
	f = window.open("popupText.php?print=1&t=" + t,"Druckformat","width=550,height=550,resizable=yes,scrollbars=yes");
	f.focus();
}

function admin() {
	f = window.open("login.php?l=1","admin","width=900,height=750,resizable=yes,scrollbars=yes");
	f.focus();
}

function newsletter() {
	f = window.open("http://www.beegees.biz/bg_news/newsletter/newsletter_admin.php","newsletter","width=900,height=600,scrollbars=yes,menubar=no,resizable=no");
	f.focus();
}