Marco--
First, thank you for sharing your code. In the code, you declare the arrays as private:
private abn,aun,atn,atw,an
I am curious as to why? I have gotten away from using private variables since the scope of them is visible to called programs which in the past has caused me many...