
	function PicPrev(url, src) {
		url = url + "?src=" + src;
		NewWindow(url, 100, 100, "showimg", "yes");
	}

	function NewWindow(url, w, h, name, scroll) {
		NewWin = window.open(url,name,"width="+w+",height="+h+",scrollbars="+scroll+",status=no,toolbar=no,menubar=no,resizable=yes");
		NewWin.focus();
	}

	function preview() {
		url = p + ";bPrint:1";
		printWin = window.open(url, "printpage", "width=700,height=480,scrollbars=yes,status=no,toolbar=no,menubar=yes,resizable=no");
		printWin.focus();
	}

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

	function newwin(w,h) {
	  myparm = 'width='+ w +',height='+ h +',scrollbars=no,status=no,toolbar=no,menubar=no'

	  mywindow=window.open('','newwin',myparm)
	  mywindow.focus();
	}
	
	function doSearch() {
		document.location.href = "de;suche;sSearch:" + document.frmSearch.sSearch.value + ".htm";
		return true;
	}

	function doSearchML(sLng) {
		document.location.href = sLng+";search;sSearch:" + document.frmSearch.sSearch.value + ".htm";
		return true;
	}