function popup2 (pagina) {
hoehe = 425;
breite = 625;
Link = pagina;
	var iMyWidth = (window.screen.width/2) - (breite/2 + 10);
	var iMyHeight = (window.screen.height/2) - (hoehe/2 + 50);
	if (iMyWidth<=0) {iMyWidth=0};
	if (iMyHeight<=0) {iMyHeight=0};
	
	
	var ventana = window.open(Link ,"popup","toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,width=" + breite + ",height=" + hoehe + ",left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	ventana.opener = this;
	ventana.focus();

}

function popuplegal (pagina) {
hoehe = 625;
breite = 520;
Link = pagina;
	var iMyWidth = (window.screen.width/2) - (breite/2 + 10);
	var iMyHeight = (window.screen.height/2) - (hoehe/2 + 50);
	if (iMyWidth<=0) {iMyWidth=0};
	if (iMyHeight<=0) {iMyHeight=0};
	
	
	var ventana = window.open(Link ,"popup","toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,width=" + breite + ",height=" + hoehe + ",left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	ventana.opener = this;
	ventana.focus();

}


function popupmapa (pagina) {
hoehe = 410;
breite = 360;
Link = pagina;
	var iMyWidth = (window.screen.width/2) - (breite/2 + 10);
	var iMyHeight = (window.screen.height/2) - (hoehe/2 + 50);
	if (iMyWidth<=0) {iMyWidth=0};
	if (iMyHeight<=0) {iMyHeight=0};
	
	
	var ventana = window.open(Link ,"popup","toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,width=" + breite + ",height=" + hoehe + ",left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	ventana.opener = this;
	ventana.focus();

}

