// Suche
function go(x) {
	show_pop = "yes";
	//newWindow = window.open( '#URLEX('http',null,Action('OV_ViewTemplate-View'), Parameter('Template', 'popups/search_popwait'), Parameter('ls',ls))#', 'pop', 'width=350,height=250,toolbar=0,location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0' );
	window.document.search_mark.Query_Text.value = x;
	window.document.search_mark.submit();
}