function zeigepdf(filename)
{
l=(screen.width-795)*.5;
neu = window.open(filename,'zeigemypdf','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=795,height=580,top=80,left='+l);
neu.focus();
}

function stlpdf()
{
l=(screen.width-795)*.5;
neu = window.open('http://www.trabtipp.de/pdfvoll-hvt.php?datum=20110910&rp=173','stlpdf','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=795,height=580,top=80,left='+l);
neu.focus();
}

function zeigevideo(datum)
{
l=(screen.width-830)*.5;
neu = window.open("http://rv-bedburg.trabtipp.de/showvideo.php?datum="+datum,'zeigevideo','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=830,height=485,top=80,left='+l);
neu.focus();
}

function pages(page)
{
var temp=document.forms["changepages"].elements["p"].options[document.forms["changepages"].elements["p"].selectedIndex].value;
self.location.href='index.php?page='+page+'&p='+temp;
}

function checkmail()
{
	if (document.mailform.nname.value=="" || document.mailform.email.value=="" || document.mailform.txt.value=="")
	{
	alert ("Die Felder Name, e-mail und Beitrag sind Pflichtfelder!");
	document.mailform.nname.focus();
	return false;
	}
	else
	{
	return true;
	}
}

function zeigeauspdf(datum)
{
neu = window.open("auspdf.php?datum="+datum,'zeigemypdf','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=780,height=580,top=0,left=0');
neu.focus();
}

function stl()
{
l=(screen.width-795)*.5;
neu = window.open('stlbedburg2010.pdf','zeigestl','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=795,height=580,top=50,left='+l);
neu.focus();
}
