var neu = null;
	function Fernsteuerung(id,lv1,lv2,lv3,NavID,Ber){
	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+ '&lv1=' +lv1+ '&lv2=' +lv2+ '&lv3=' +lv3+ '&NavID=' +NavID+ '&Berechnen=' +Ber+ '&tool=bearbeiten&show=Text';
		}		
	}

	var neu2 = null;
	function mailsenden(id){
	neu2 = window.open('', 'MS', 'width=650,height=650,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';
		}		
	}
	
	var neu3 = null;
	function wettbewerb(id){
	neu3 = window.open('', 'MS', 'width=650,height=650,scrollbars,resizeable,screenX=10,screenY=10');
		if (neu3 != null) {
		if (neu3.opener == null) {
			neu3.opener = self;
			}
		neu3.location.href = '/inc/mailwettbewerb.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;
			}		
		}
	
