function obLink(vlink,art)
{
	var linksite="content.php?vlink="+vlink;
	if (art=="_self" || art==0) this.location.href=linksite;
	if (art=="_new" || art==1)
	{
		nwin=window.open(linksite, "nwin",config="scrollbars=yes,resizable=yes,width=1018,height=600,toolbar=no,location=no,status=yes,menubar=no,");
		nwin.focus();
	}
}
function obLink2(vlink,art)
{
	if (art=="_self" || art==0) this.location.href=vlink;
	if (art=="_new" || art==1)
	{
		nwin=window.open(vlink, "nwin",config="scrollbars=yes,resizable=yes,width=1018,height=600,toolbar=no,location=no,status=yes,menubar=no,");
		nwin.focus();
	}
}
function fsearch()
{
	var fsuche;
	fsuche = document.getElementById("fsearchfield").value;
	if (fsuche!="")
	this.document.location.href="content.php?fsuche="+fsuche;
	else
	alert("Bitte geben Sie einen Suchbegriff ein.");
}
function changePage1(vlink)
{
	document.location.href="content.php?vlink="+vlink;
}
