function neusimple(URL) {
		neu=window.open(URL);
	
}

function home() {
	if (window.opener) {
		var oeffner = (opener.location);
		if (oeffner == "http://www.pluriversum.ch/") {
			window.close();
		} else if (oeffner == "http://www.pluriversum.ch/index.htm") {
			window.close();
		} else if (oeffner == "http://www.pluriversum.ch/html/index_E.htm") {
			window.close();
		} else if (oeffner == "http://www.pluriversum.ch/html/kontakt_start.htm") {
			window.close();
		} else if (oeffner == "http://www.pluriversum.ch/html/kontakt_start_E.htm") {
			window.close();
		} else if (oeffner == "http://pluriversum.ch/") {
			window.close();
		} else if (oeffner == "http://pluriversum.ch/index.htm") {
			window.close();
		} else if (oeffner == "http://pluriversum.ch/html/index_E.htm") {
			window.close();
		} else if (oeffner == "http://pluriversum.ch/html/kontakt_start.htm") {
			window.close();
		} else if (oeffner == "http://pluriversum.ch/html/kontakt_start_E.htm") {
			window.close();
		} else {
			window.location = "http://www.pluriversum.ch";
		}	
	} else {
		window.location = "http://www.pluriversum.ch";
	}
}

function schliessen() {
	if (navigator.platform.indexOf('Mac') != -1) {
		
		window.close();
		
		
	}
	
}


