IMAGE1on=new Image;
IMAGE1on.src="images/b_anons_on.gif";
IMAGE1off=new Image;
IMAGE1off.src="images/b_anons.gif";
IMAGE2on=new Image;
IMAGE2on.src="images/b_konkurs_on.gif";
IMAGE2off=new Image;
IMAGE2off.src="images/b_konkurs.gif";
IMAGE3on=new Image;
IMAGE3on.src="images/b_menu_on.gif";
IMAGE3off=new Image;
IMAGE3off.src="images/b_menu.gif";
IMAGE4on=new Image;
IMAGE4on.src="images/b_music_on.gif";
IMAGE4off=new Image;
IMAGE4off.src="images/b_music.gif";
IMAGE5on=new Image;
IMAGE5on.src="images/b_album_on.gif";
IMAGE5off=new Image;
IMAGE5off.src="images/b_album.gif";
IMAGE6on=new Image;
IMAGE6on.src="images/b_vakans_on.gif";
IMAGE6off=new Image;
IMAGE6off.src="images/b_vakans.gif";
IMAGE7on=new Image;
IMAGE7on.src="images/b_sponsor_on.gif";
IMAGE7off=new Image;
IMAGE7off.src="images/b_sponsor.gif";
IMAGE8on=new Image;
IMAGE8on.src="images/b_club_on.gif";
IMAGE8off=new Image;
IMAGE8off.src="images/b_club.gif";
IMAGE9on=new Image;
IMAGE9on.src="images/b_guest_on.gif";
IMAGE9off=new Image;
IMAGE9off.src="images/b_guest.gif";
IMAGE10on=new Image;
IMAGE10on.src="images/b_forum_on.gif";
IMAGE10off=new Image;
IMAGE10off.src="images/b_forum.gif";
function onmouseon(objekt) {imgOn=eval(objekt+"on.src");
document[objekt].src=imgOn;}
function onmouseoff(objekt) {imgOff=eval(objekt+"off.src");
document[objekt].src=imgOff;}

