   <!--
      function jump(x)
      {
      if(x == "nothing")
      {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
      }
      else
      {
      parent.location.href = x;
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      }
      }
      
      
      function popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=690,height=560');");
		}

function popUpMedia(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=500');");
		}


function popUpMp3(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=160');");
		}

		function show()
		{
		document.getElementById('lay_suche').style.display = '';  
		document.getElementById('suche_on').style.display = 'none';  
		document.getElementById('suche_off').style.display = '';  
		}
		
		function hide()
		{
		document.getElementById('lay_suche').style.display = 'none';
		document.getElementById('suche_on').style.display = '';  
		document.getElementById('suche_off').style.display = 'none';  
		}

   //-->



