function popup_event_flyer(url)
{
	var ScreenWidth=window.screen.width;
	var ScreenHeight=window.screen.height;
	var movefromedge=0;
	placementx=(ScreenWidth/2)-((425)/2);
	placementy=(ScreenHeight/2)-((600)/2);
	window.open(url,"Veranstaltungshinweis","width=425,height=600,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left=0,top=0,screenX="+placementx+",screenY="+placementy+",");
}

function popup_flyer(url)
{
	var ScreenWidth=window.screen.width;
	var ScreenHeight=window.screen.height;
	var movefromedge=0;
	placementx=(ScreenWidth/2)-((425)/2);
	placementy=(ScreenHeight/2)-((600)/2);
	window.open(url,"Flyer","width=425,height=600,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left=0,top=0,screenX="+placementx+",screenY="+placementy+",");
}

function popup_media(url)
{
	var ScreenWidth=window.screen.width;
	var ScreenHeight=window.screen.height;
	var movefromedge=0;
	placementx=(ScreenWidth/2)-((425)/2);
	placementy=(ScreenHeight/2)-((600)/2);
	window.open(url,"Media","width=425,height=600,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left=0,top=0,screenX="+placementx+",screenY="+placementy+",");
}

function popup_setlist(url)
{
	var ScreenWidth=window.screen.width;
	var ScreenHeight=window.screen.height;
	var movefromedge=0;
	placementx=(ScreenWidth/2)-((800)/2);
	placementy=(ScreenHeight/2)-((600)/2);
	window.open(url,"Setlist","width=800,height=600,toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=1,left=0,top=0,screenX="+placementx+",screenY="+placementy+",");
}

function popup_calendar(url)
{
	var ScreenWidth=window.screen.width;
	var ScreenHeight=window.screen.height;
	var movefromedge=0;
	placementx=(ScreenWidth/2)-((450)/2);
	placementy=(ScreenHeight/2)-((100+50)/2);
	window.open(url,"Jahresevent","width=450,height=100,toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=1,left="+placementx+",top="+placementy+",");
}

function mailpoll(form) {
	var data = document.dataForm

	form.result.value =	"\n"	
				+ "1. (5 Punkte) = " + data.interpret_1.value + ", " + data.song_1.value + "\n"
				+ "2. (4 Punkte) = " + data.interpret_2.value + ", " + data.song_2.value + "\n"
				+ "3. (3 Punkte) = " + data.interpret_3.value + ", " + data.song_3.value + "\n"
				+ "4. (2 Punkte) = " + data.interpret_4.value + ", " + data.song_4.value + "\n"
				+ "5. (1 Punkte) = " + data.interpret_5.value + ", " + data.song_5.value
}

