	function showPic(id,typ,additional)
	{
		document.linkform.site.value = "0000000019/0000000003";
		document.linkform.NavList.value = "";
		document.linkform.action.value = id;
		document.linkform.additional.value = "typ|" + typ + "_" + additional;
		document.linkform.menuState.value = document.getElementById("sub").innerHTML;
		document.linkform.menuHighlight.value = document.getElementById("menuHighlight").value;
		document.linkform.submit();
	}

	function openLink(id,action,navlist){
		document.linkform.site.value = id;
		document.linkform.NavList.value = navlist;
		document.linkform.action.value = action;
		document.linkform.menuState.value = document.getElementById("sub").innerHTML;
		document.linkform.menuHighlight.value = document.getElementById("menuHighlight").value;
		document.linkform.submit();
	}
	function search()
	{
	 	openLink('00000000006/00000000027',document.suche.search.value,'homepage');
	}
	
	function writePM(pmTo,pmHeader,pmText)
	{
		document.getElementById('globalPmTo').value = pmTo;
		document.getElementById('globalPmHeader').value = pmHeader;
		document.getElementById('globalPmText').value = pmText;
		submitglobalPM();
	}
	
	function globalshowNews(id)
	{
		document.linkform.site.value = "0000000019/0000000001";
		document.linkform.NavList.value = "";
		document.linkform.action.value = "show";
		document.linkform.additional.value = id;
		document.linkform.menuState.value = document.getElementById("sub").innerHTML;
		document.linkform.menuHighlight.value = document.getElementById("menuHighlight").value;
		document.linkform.submit();
	}