nv_shop = new Image();
nv_shop.src = "img/nv_shop.jpg";
c_nv_shop = new Image();
c_nv_shop.src = "img/c_nv_shop.jpg";

nv_projects = new Image();
nv_projects.src = "img/nv_projects.jpg";
c_nv_projects = new Image();
c_nv_projects.src = "img/c_nv_projects.jpg";

nv_fabrics = new Image();
nv_fabrics.src = "img/nv_fabrics.jpg";
c_nv_fabrics = new Image();
c_nv_fabrics.src = "img/c_nv_fabrics.jpg";

nv_cafe = new Image();
nv_cafe.src = "img/nv_cafe.jpg";
c_nv_cafe = new Image();
c_nv_cafe.src = "img/c_nv_cafe.jpg";

nv_contact = new Image();
nv_contact.src = "img/nv_contact.jpg";
c_nv_contact = new Image();
c_nv_contact.src = "img/c_nv_contact.jpg";

nv_impressum = new Image();
nv_impressum.src = "img/nv_impressum.jpg";
c_nv_impressum = new Image();
c_nv_impressum.src = "img/c_nv_impressum.jpg";

function change(img, cimg){
	document.images[img].src=eval(cimg + ".src");
}
