/*
Copyright 2003, by Christian Bergler, All Rights Reserved.

You may use this JavaScript as you see fit, as long as the
copyright notice above is included in your script.

info@bergler.ch
http://bergler.ch
*/
// browser test:

about0 = new Image(92,26);
about0.src = "pics/tm_about.gif";
about1 = new Image(92,26);
about1.src = "pics/tm-about.gif";

taet0 = new Image(93,26);
taet0.src = "pics/tm_taet.gif";
taet1 = new Image(93,26);
taet1.src = "pics/tm-taet.gif";

// intnot0 = new Image(92,26);
// intnot0.src = "pics/tm_intnot.gif";
// intnot1 = new Image(92,26);
// intnot1.src = "pics/tm-intnot.gif";

intnot0 = new Image(92,26);
intnot0.src = "pics/tm_kosten.gif";
intnot1 = new Image(92,26);
intnot1.src = "pics/tm-kosten.gif";

aktuell0 = new Image(92,26);
aktuell0.src = "pics/tm_aktuell.gif";
aktuell1 = new Image(92,26);
aktuell1.src = "pics/tm-aktuell.gif";

links0 = new Image(92,26);
links0.src = "pics/tm_links.gif";
links1 = new Image(92,26);
links1.src = "pics/tm-links.gif";

kont0 = new Image(92,26);
kont0.src = "pics/tm_kont.gif";
kont1 = new Image(92,26);
kont1.src = "pics/tm-kont.gif";

function hiLite(imgDocID,imgObjName) {
	if (imgDocID != noact)
	{
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}
