Normal1 = new Image();
Normal1.src = "Btn_grey_dfl.gif";
Highlight1 = new Image();
Highlight1.src = "Btn_dia.gif";Norma2 = new Image();
Norma2.src = "Btn_grey_dfl.gif";
Highlight2 = new Image();
Highlight2.src = "Btn_bf.gif";
Fällt Dir da NIX auf??!
(zb. dass du statt Norma2 einfach Normal2 schreiben könntest *g*)
Kleiner Tipp noch:
Normal = New Image();
Normal.src = "Btn_grey_dfl.gif";
Highlight1 = new Image();
Highlight1.src = "Btn_dia.gif";
Highlight2 = new Image();
Highlight2.src = "Btn_bf.gif";
Das reicht. Du musst nicht zweimal dasselbe Normalbild erstellen. Musst es nur entsprechend unten abändern. :o)
Gruß
Stefan