function change(z1,z2) {
	top.num.document.open("text/html");
	top.num.document.write("<h1><center>"+z1+"</center></h1>");
	top.num.document.close();
	load(z1,z2);
}
function show_oben(z1,z2) {
	URI = z1;
	if(z2 != '0') URI += "#" + z2;
	top.frames["oben"].location = URI;
}
function show_unten(z1,z2) {
	URI = z1;
	if(z2 != '0') URI += "#" + z2;
	top.frames["unten"].location = URI;
}
function lade(z1,z2) {
	URI = z1;
	if(z2 != '0') URI += "#" + z2;
	top.frames["links"].location = URI;
}
function lade2(z1,z2) {
	top.frames["oben"].location = z1;
	top.frames["links"].location = z2;
	
}
function show(z1) {
	URI = z1 + window.location.hash;
	top.frames["main"].location = URI;
}
function show2(z1,z2) {
	show(z1);
	if(z2 != '0')
	{
		URI = z2;
		top.frames["unten"].location = URI;
	}
}
function uebergabe(wert)
{
	parent.wert1 = wert;
	return true;
}
function ausgabe()
{
	if ((!parent.wert1) || (parent.wert==""))
	{
		document.forms["aboform"].fremdtitel1.value = "";
	}else
	{
		document.forms["aboform"].fremdtitel1.value = parent.wert1;
		document.aboform.fremdanzahl1.focus();
	}
	return true;
}

