var neu = null;
	function Fernsteuerung(id){
	neu = window.open('', 'FS', 'width=700,height=780,scrollbars,resizeable,screenX=10,screenY=10');
		if (neu != null) {
		if (neu.opener == null) {
			neu.opener = self;
			}
		neu.location.href = '/birdy/control.asp?id=' +id+ '&tool=bearbeiten&show=Text';
		}		
	}

	var neu2 = null;
	function mailsenden(id){
	neu2 = window.open('', 'MS', 'width=600,height=600,scrollbars,resizeable,screenX=10,screenY=10');
		if (neu2 != null) {
		if (neu2.opener == null) {
			neu2.opener = self;
			}
		neu2.location.href = '/inc/mail.asp?id=' +id+ '&show=senden';
		}		
	}
	
	function Printopen(varPrint){
		neuP = window.open('', 'Printout', 'width=695,height=845,scrollbars,resizeable,menubar');
			if (neuP != null) {
			if (neuP.opener == null) {
				neuP.opener = self;
				}
			neuP.location.href = '/content/printout.asp?' +varPrint;
			}		
		}
		
	function openFacts(id){
		neuF = window.open('', 'Facts', 'width=730,height=845,scrollbars,resizeable,menubar');
			if (neuF != null) {
			if (neuF.opener == null) {
				neuF.opener = self;
				}
			neuF.location.href = '/inc/facts.asp?id=' +id;
			}		
		}
