img01_1= new Image();
img01_1.src = "images/munkak_03.jpg";
img01_2 = new Image();
img01_2.src = "images/munkak_03_h.jpg";

img02_1= new Image();
img02_1.src = "images/munkak_04.jpg";
img02_2 = new Image();
img02_2.src = "images/munkak_04_h.jpg";

img03_1= new Image();
img03_1.src = "images/munkak_05.jpg";
img03_2 = new Image();
img03_2.src = "images/munkak_05_h.jpg";

img04_1= new Image();
img04_1.src = "images/munkak_06.jpg";
img04_2 = new Image();
img04_2.src = "images/munkak_06_h.jpg";

img05_1= new Image();
img05_1.src = "images/munkak_07.jpg";
img05_2 = new Image();
img05_2.src = "images/munkak_07_h.jpg";

img06_1= new Image();
img06_1.src = "images/munkak_08.jpg";
img06_2 = new Image();
img06_2.src = "images/munkak_08_h.jpg";

function blunt(place, imgName) {
document[place].src =eval(imgName + ".src");
}

