function	over(i) {
	if (document.images) document.images[i].src="http://theodor.eichberger.info/_gfx/buttons/"+i+"_h.gif";
}

function	out(i) {
	if (document.images) document.images[i].src="http://theodor.eichberger.info/_gfx/buttons/"+i+".gif";
}

function pload() {
pica = new Image();
pica.src = "http://theodor.eichberger.info/_gfx/buttons/port_h.gif";

picb = new Image();
picb.src = "http://theodor.eichberger.info/_gfx/buttons/dicht_h.gif";

picc = new Image();
picc.src = "http://theodor.eichberger.info/_gfx/buttons/humor_h.gif";

picd = new Image();
picd.src = "http://theodor.eichberger.info/_gfx/buttons/bild_h.gif";

pice = new Image();
pice.src = "http://theodor.eichberger.info/_gfx/buttons/such_h.gif";

}