function archivpages(s)
{
var temp=document.forms["changepages"].elements["p"].options[document.forms["changepages"].elements["p"].selectedIndex].value;
self.location.href='index.php?page=55&sessid='+s+'&p='+temp;
}

function zeigevideo(datum)
{
l=(screen.width-830)*.5;
neu = window.open("videos/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 toggle(obj) 
{
	var el = document.getElementById(obj);
	if ( el.style.display != 'none' ) 
	{
		el.style.display = 'none';
	}
	else {
		el.style.display = '';
	}
}


function submitkontakt()
{
var fehler=0;

if (document.kontakt.kontaktperson.value==-1) {fehler++;}
if (document.kontakt.vollname.value=="") {fehler++;}
if (document.kontakt.email.value=="") {fehler++;}
if (document.kontakt.txt.value=="") {fehler++;}

	if (fehler==0)
	{
	document.kontakt.submit();
	return true;
	}
	else
	{
	alert("Die Felder »Auswahl der Kontaktperson«, Name, e-mail und »Ihr Beitrag/Ihre Anfrage« sind Pflichtfelder!");
	return false; 
	}
}

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 showpdf(fname)
{
mywindow = window.open(fname,'pdf','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=550,top=0,left=0');
mywindow.focus();
}

function showfinish(fname)
{
mywindow = window.open('popupfinish.php?fname='+fname,'finish','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=550,top=0,left=0');
mywindow.focus();
}

function showtipps(datum)
{
mywindow = window.open('showtipps.php?datum='+datum,'tipps','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=680,height=550,top=0,left=0');
mywindow.focus();
}
