function zu_marke(inh, mnu, marke)
{
	if (top.frames.length > 1)
	{	
		parent.frames[0].location.href="fks_mnu" + mnu + ".htm";
		parent.frames[1].location.href="fks_inh" + inh + ".htm#" + marke;
	}
	else document.location.href="fks_idx" + mnu + ".htm";
}

function zu_markeg(inh, mnu, marke)
{
	if (top.frames.length > 1)
	{	
		parent.frames[0].location.href="fks_mnu" + mnu + ".htm";
		parent.frames[1].location.href=inh + ".htm#" + marke;
	}
	else document.location.href="fks_idx" + mnu + ".htm";
}



