you can probably save some code using switch and regexp, but it probably won't reduce execution time. - mhh, ok. But I would recommned you to use || in the if expression, if the if-body will be the same anyway. - ok btw. you dont need :: before BUZAout, you already included the var in the global lin...