﻿IMAGE0on=new Image;
IMAGE0on.src="/images/main_on.jpg";
IMAGE0off=new Image;
IMAGE0off.src="/images/main.jpg";
IMAGE1on=new Image;
IMAGE1on.src="/images/afisha_on.jpg";
IMAGE1off=new Image;
IMAGE1off.src="/images/afisha.jpg";
IMAGE2on=new Image;
IMAGE2on.src="/images/info_on.jpg";
IMAGE2off=new Image;
IMAGE2off.src="/images/info.jpg";
IMAGE3on=new Image;
IMAGE3on.src="/images/art_on.jpg";
IMAGE3off=new Image;
IMAGE3off.src="/images/art.jpg";
IMAGE4on=new Image;
IMAGE4on.src="/images/song_on.jpg";
IMAGE4off=new Image;
IMAGE4off.src="/images/song.jpg";
IMAGE5on=new Image;
IMAGE5on.src="/images/video_on.jpg";
IMAGE5off=new Image;
IMAGE5off.src="/images/video.jpg";
IMAGE6on=new Image;
IMAGE6on.src="/images/gallery_on.jpg";
IMAGE6off=new Image;
IMAGE6off.src="/images/gallery.jpg";
IMAGE7on=new Image;
IMAGE7on.src="/images/guest_on.jpg";
IMAGE7off=new Image;
IMAGE7off.src="/images/guest.jpg";
IMAGE8on=new Image;
IMAGE8on.src="/images/contact_on.jpg";
IMAGE8off=new Image;
IMAGE8off.src="/images/contact.jpg";
function onmouseon(objekt) {imgOn=eval(objekt+"on.src");
document[objekt].src=imgOn;}
function onmouseoff(objekt) {imgOff=eval(objekt+"off.src");
document[objekt].src=imgOff;}
