<!--
function popup_print(x)
{
	druckansicht = open(x,"Druckansicht","width=640,height=600,screenx=10,screeny=10,status=no,menubar=no,resizeable=yes,locationbar=no,dependent=yes,personalbar=no,scrollbars=yes");
}
function popup_window(x)
{
	popup = window.open(x,"Popup","status=no,menubar=no,resizeable=yes,locationbar=no,dependent=yes,personalbar=no,scrollbars=no,width=600,height=500,screenx=10,screeny=10");
}
function popupwindow(url,iw,ih,sb) 
{
      if (sb=="") sb="no";
      if (iw=="") iw="700";
      if (ih=="") ih="500";
      window.open(url,"popupWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+sb+",resizable=no,copyhistory=no,width="+iw+",height=" + ih + ",screenX=10,screenY=10,top=10,left=10")
}
function umenu_high(LinkObject)	{
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='#888888';
}
function umenu_low(LinkObject)	{
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='0px';
	LinkObject.style.bordercolor='transparent';
}

function uumenu_high(LinkObject)	{
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='#777777';
}

function uumenu_low(LinkObject)	{
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='0px';
}

function kmenu_high(LinkObject)	{
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='#888888';
}
function kmenu_low(LinkObject)	{
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='#161719';
}


//-->



