﻿/* Meiden js */

/* move pictures */
function movep(img_name,img_src) {
document[img_name].src=img_src;
}

/* preload images */
var image1 = new Image();
image1.src = "http://igor-meiden.lv/2/hon.jpg";
var image2 = new Image();
image2.src = "http://igor-meiden.lv/2/logo_thumb-light.jpg";

