function PopupKarteMD (breite,hoehe) {
	x=screen.availWidth/2-breite/2;
	y=screen.availHeight/2-hoehe/2;

	window.open ('./popup/popup_md.html','','width=' + breite +',height=' + hoehe +',left=' + x +',top=' + y +',screenX=' + x +',screenY=' + y +',toolbar=' + 0 +',scrollbars=' + 0 +',location=' + 0 +',menubar=' + 0 +',resizable=' + 0 +',statusbar=' + 0);
}

function PopupKarteSGH (breite,hoehe) {
	x=screen.availWidth/2-breite/2;
	y=screen.availHeight/2-hoehe/2;

	window.open ('./popup/popup_sgh.html','','width=' + breite +',height=' + hoehe +',left=' + x +',top=' + y +',screenX=' + x +',screenY=' + y +',toolbar=' + 0 +',scrollbars=' + 0 +',location=' + 0 +',menubar=' + 0 +',resizable=' + 0 +',statusbar=' + 0);
}

function PopupZertifikat1 (breite,hoehe) {
	x=screen.availWidth/2-breite/2;
	y=screen.availHeight/2-hoehe/2;

	window.open ('./popup/popup_zertifikat1.html','','width=' + breite +',height=' + hoehe +',left=' + x +',top=' + y +',screenX=' + x +',screenY=' + y +',toolbar=' + 0 +',scrollbars=' + 0 +',location=' + 0 +',menubar=' + 0 +',resizable=' + 0 +',statusbar=' + 0);
}

function PopupZertifikat2 (breite,hoehe) {
	x=screen.availWidth/2-breite/2;
	y=screen.availHeight/2-hoehe/2;

	window.open ('./popup/popup_zertifikat2.html','','width=' + breite +',height=' + hoehe +',left=' + x +',top=' + y +',screenX=' + x +',screenY=' + y +',toolbar=' + 0 +',scrollbars=' + 0 +',location=' + 0 +',menubar=' + 0 +',resizable=' + 0 +',statusbar=' + 0);
}
