//author: UBb
//publisher: Kunstverein Trier Junge Kunst e.V.
//copyright: Kunstverein Trier Junge Kunst e.V.
//Letzte Aktualisierung: 6.4.2007

function ein(wo)
{
	if (window.document.images[wo])
	{
		window.document.images[wo].src=wo+"-h.gif";
	}
}

function aus(wo)
{
	if (window.document.images[wo])
	{
		window.document.images[wo].src=wo+".gif";
	}
}

function loadImg()
{
	img1=new Image();
	img1.src="grenzwippe-h.gif";
	img2=new Image();
	img2.src="klafter-h.gif";
	img3=new Image();
	img3.src="malerei-und-objekt-h.gif";
}

