 Normal1 = new Image();
Normal1.name = "/images/buttons/top_home.gif";
Highlight1 = new Image();
Highlight1.name = "/images/buttons/top_home2.gif";

Normal2 = new Image();
Normal2.name = "/images/buttons/top_users.gif";
Highlight2 = new Image();
Highlight2.name = "/images/buttons/top_users2.gif";

Normal3 = new Image();
Normal3.name = "/images/buttons/top_profil.gif";
Highlight3 = new Image();
Highlight3.name = "/images/buttons/top_profil2.gif";

Normal4 = new Image();
Normal4.name = "/images/buttons/top_search.gif";
Highlight4 = new Image();
Highlight4.name = "/images/buttons/top_search2.gif";

Normal5 = new Image();
Normal5.name = "/images/buttons/top_register.gif";
Highlight5 = new Image();
Highlight5.name = "/images/buttons/top_register2.gif";

Normal6 = new Image();
Normal6.name = "/images/buttons/top_faq.gif";
Highlight6 = new Image();
Highlight6.name = "/images/buttons/top_faq2.gif";

function Bildwechsel(Id,Bildobjekt)
{
 //alert(window.document.anchors[0].id+Bildobjekt.name);
 window.document.images[Id].src = window.document.anchors[0].id+Bildobjekt.name;
};

