function AllMessages()
 {
   for(var x=0;x<document.MI.elements.length;x++)
	 { var y=document.MI.elements[x];
	   if(y.name!='ALLMSGS') y.checked=document.MI.ALLMSGS.checked;
	 }
 }
function Reload(postvar)
{
	location.href=postvar; // + document.suche.anzeige.value;
}
function CreatePostvar(start,varreset)
{
	var postvar = "";
	postvar += "normen_ergebnis.php?start=" + start;
	postvar += "&suchbegriff=" + document.suche.suchbegriff.value;
	postvar += "&anzeige=" + document.suche.anzeige.value;
	postvar += "&change=" + document.suche.change.value;

	return postvar;
	
}
