<!--
	function inputCheck()
	{
	if (document.forms[0].sbeg.value.length<5) {

  	   location.href="http://www.xvision-europe.com/searchresult/inputfehler.shtml";

  	   return(false);

	   }
	}

//-->
