﻿function doIt () {
    if (document.rsuche.txtMaterialNr.value.length == 8) {
        document.rsuche.submit();
	}
}
