function send()
{
      document.search.submit();
}

function openWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function FrameAendern (URI, Framename)
{
	parent[Framename].location.href = URI;
}
