// Dynamische Buttons
	function bhl(x,p)
	{
		li=document.getElementById(x+'li');
		ri=document.getElementById(x+'ri');
		mi=document.getElementById(x+'mi');
		mi.style.backgroundImage='url('+p+'img/btn/hm.gif)';
		li.src=li.src.replace("nl.gif","hl.gif");
		ri.src=ri.src.replace("nr.gif","hr.gif");
	}
	function bxhl(x,p)
	{
		li=document.getElementById(x+'li');
		ri=document.getElementById(x+'ri');
		mi=document.getElementById(x+'mi');
		mi.style.backgroundImage='url('+p+'img/btn/nm.gif)';
		li.src=li.src.replace("hl.gif","nl.gif");
		ri.src=ri.src.replace("hr.gif","nr.gif");
	}
	function formsend(fo,fe,we)
	{
		document.forms[fo].elements[fe].value=we;
		document.forms[fo].submit();
	}
	function donavi(n,h)
	{
		parent.frames.Hauptframe.location.href=h;		
		parent.frames.Navigation.location.href=n;		
	}
	

