var goeWin;
	
	function goe(theHref) {
		if (goeWin != null) {
			if (goeWin.closed == true) {
				goeWin = window.open(theHref,'Picture','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=536,height=492,top=50,left=50');
			} else {
				goeWin.location.href = theHref;
				goeWin.focus();
			}
		} else {
			goeWin = window.open(theHref,'Picture','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=536,height=492,top=50,left=50');
		}
		return;
	}

var sendmailWin;
	
	function sendmail(theHref) {
		if (sendmailWin != null) {
			if (sendmailWin.closed == true) {
				sendmailWin = window.open(theHref,'Sendmail','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=456,height=630,top=50,left=50');
			} else {
				sendmailWin.location.href = theHref;
				sendmailWin.focus();
			}
		} else {
			sendmailWin = window.open(theHref,'Sendmail','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=456,height=630,top=50,left=50');
		}
		return;
	}

var changeserviceWin;
	
	function changeservice(theHref) {
		if (changeserviceWin != null) {
			if (changeserviceWin.closed == true) {
				changeserviceWin = window.open(theHref,'changeservice','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=456,height=630,top=50,left=50');
			} else {
				changeserviceWin.location.href = theHref;
				changeserviceWin.focus();
			}
		} else {
			changeserviceWin = window.open(theHref,'changeservice','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=456,height=630,top=50,left=50');
		}
		return;
	}

var helpWin;
	
	function help(theHref) {
		if (helpWin != null) {
			if (helpWin.closed == true) {
				helpWin = window.open(theHref,'help','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=440,height=690,top=50,left=50');
			} else {
				helpWin.location.href = theHref;
				helpWin.focus();
			}
		} else {
			helpWin = window.open(theHref,'help','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=440,height=690,top=50,left=50');
		}
		return;
	}
	
var messageWin;
	
	function message(theHref) {
		if (messageWin != null) {
			if (messageWin.closed == true) {
				messageWin = window.open(theHref,'message','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=auto,width=440,height=286,top=50,left=50');
			} else {
				messageWin.location.href = theHref;
				messageWin.focus();
			}
		} else {
			messageWin = window.open(theHref,'message','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=auto,width=440,height=286,top=50,left=50');
		}
		return;
	}
	
var lexikonWin;
	
	function lexikon(theHref) {
		if (lexikonWin != null) {
			if (lexikonWin.closed == true) {
				lexikonWin = window.open(theHref,'Picture','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=440,height=490,top=50,left=50');
			} else {
				lexikonWin.location.href = theHref;
				lexikonWin.focus();
			}
		} else {
			lexikonWin = window.open(theHref,'Picture','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=440,height=490,top=50,left=50');
		}
		return;
	}
	

var presse_registerWin;
	
	function presse_register(theHref) {
		if (presse_registerWin != null) {
			if (presse_registerWin.closed == true) {
				presse_registerWin = window.open(theHref,'PresseRegistrierung','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=440,height=700,top=50,left=50');
			} else {
				presse_registerWin.location.href = theHref;
				presse_registerWin.focus();
			}
		} else {
			presse_registerWin = window.open(theHref,'PresseRegistrierung','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=440,height=700,top=50,left=50');
		}
		return;
	}