var errorText = new Array();

errorText[0] = "&nbsp<br>";
errorText[1] = "Ung&uuml;ltiger Buchstabe, nur 0..1, A..F erlaubt";
errorText[2] = "Wrong group address format, supported format: 1/0 or 1/0/0";
errorText[3] = "Hex value is to big";
errorText[4] = "Decimal value is to big";
errorText[5] = "String is to long. Max. 13 characters allowed";
errorText[6] = "Illegal character in string, allowed character: 0..9 A..Z :;<=>?[\]^_";

