function a(url)
	{
	top.location.href=url;
	}

function i(imgname)
	{
	imgwin=window.open("../imgwin.php?imgname="+imgname,"imgwin","width=320,height=260,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,status=no,dependent=yes");
	if(imgwin.closed==false) imgwin.focus();
	}

function f()
	{
	var data=true;
	if(document.mailform.name.value.length<1) data=false;
	if(document.mailform.email.value.length<1) data=false;
	if(document.mailform.nachricht.value.length<1) data=false;
	if(data)	check=true;
	else		check=confirm(unescape("Sie haben nicht alle Felder mit Kreuz ausgef%FCllt.\n\nM%F6chten Sie die Nachricht trotzdem absenden?"));
	return check;
	}

