<!--
img1 = new Image;
img1.src = "/pix/nav_onlineshop_on.jpg";
img2 = new Image;
img2.src = "/pix/nav_forartists_on.jpg";
img3 = new Image;
img3.src = "/pix/nav_artgallery_on.jpg";
img4 = new Image;
img4.src = "/pix/nav_services_on.jpg";
img5 = new Image;
img5.src = "/pix/nav_corporate_on.jpg";

function rollover(target,imgName) {
	if (document.images) {
		imgchange = imgName;
		document[target].src = imgchange;
		}
}

var newwin;
function popup(y,z,j,k,n){
	sheight = k
	swidth = j
	
	if (document.all) {
		if (swidth > document.body.clientWidth)
			swidth = document.body.clientWidth-30
		if (sheight > document.body.clientHeight)
			sheight = document.body.clientHeight-30
		}
	else if (document.layers | document.getElementById) {
		if (swidth > window.innerWidth)
			swidth = window.innerWidth-30
		if (sheight > window.innerHeight)
			sheight = window.innerHeight-30
	}
	
	if (n)
		temp = "width=" + swidth + ",height=" + sheight + ",screenX=" + (n) + ",screenY=" + (50) + ",left=" + (n) + ",top=" + (50);
	else
		temp = "width=" + swidth + ",height=" + sheight + ",screenX=" + (50) + ",screenY=" + (50) + ",left=" + (50) + ",top=" + (50);
	
	temp2 = "toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=1,resizable=1,"
	newwin = window.open(y,z,temp2 + temp);
	return false;
}
-->
