/* ----- Grafiken laden ------ */
grafik1 = new Image();
grafik1.src = "http://www.iup-kraus.de/grafik/startseite.gif";     
grafikhover1 = new Image();
grafikhover1.src = "http://www.iup-kraus.de/grafik/startseite_hover.gif";

grafik2 = new Image();
grafik2.src = "http://www.iup-kraus.de/grafik/webdesign.gif";     
grafikhover2 = new Image();
grafikhover2.src = "http://www.iup-kraus.de/grafik/webdesign_hover.gif";

grafik3 = new Image();
grafik3.src = "http://www.iup-kraus.de/grafik/text.gif";     
grafikhover3 = new Image();
grafikhover3.src = "http://www.iup-kraus.de/grafik/text_hover.gif";

grafik4 = new Image();
grafik4.src = "http://www.iup-kraus.de/grafik/team.gif";     
grafikhover4 = new Image();
grafikhover4.src = "http://www.iup-kraus.de/grafik/team_hover.gif";

grafik5 = new Image();
grafik5.src = "http://www.iup-kraus.de/grafik/wissenswert.gif";     
grafikhover5 = new Image();
grafikhover5.src = "http://www.iup-kraus.de/grafik/wissenswert_hover.gif";

grafik6 = new Image();
grafik6.src = "http://www.iup-kraus.de/grafik/projekte.gif";     
grafikhover6 = new Image();
grafikhover6.src = "http://www.iup-kraus.de/grafik/projekte_hover.gif";

grafik7 = new Image();
grafik7.src = "http://www.iup-kraus.de/grafik/links.gif";     
grafikhover7 = new Image();
grafikhover7.src = "http://www.iup-kraus.de/grafik/links_hover.gif";

grafik8 = new Image();
grafik8.src = "http://www.iup-kraus.de/grafik/impressum.gif";     
grafikhover8 = new Image();
grafikhover8.src = "http://www.iup-kraus.de/grafik/impressum_hover.gif";

grafik9 = new Image();
grafik9.src = "http://www.iup-kraus.de/grafik/igel.gif";     
grafikhover9 = new Image();
grafikhover9.src = "http://www.iup-kraus.de/grafik/igel_hover.gif";

grafik10 = new Image();
grafik10.src = "http://www.iup-kraus.de/grafik/kontakt_link.gif";     
grafikhover10 = new Image();
grafikhover10.src = "http://www.iup-kraus.de/grafik/kontakt_hover.gif";

grafik11 = new Image();
grafik11.src = "http://www.iup-kraus.de/grafik/pfeil_oben1.gif";     
grafikhover11 = new Image();
grafikhover11.src = "http://www.iup-kraus.de/grafik/pfeil_oben1_hover.gif";

grafik12 = new Image();
grafik12.src = "http://www.iup-kraus.de/grafik/pfeil_oben2.gif";     
grafikhover12 = new Image();
grafikhover12.src = "http://www.iup-kraus.de/grafik/pfeil_oben2_hover.gif";

grafik13 = new Image();
grafik13.src = "http://www.iup-kraus.de/grafik/pfeil_oben3.gif";     
grafikhover13 = new Image();
grafikhover13.src = "http://www.iup-kraus.de/grafik/pfeil_oben3_hover.gif";

grafik14 = new Image();
grafik14.src = "http://www.iup-kraus.de/grafik/pfeil_unten1.gif";     
grafikhover14 = new Image();
grafikhover14.src = "http://www.iup-kraus.de/grafik/pfeil_unten1_hover.gif";

grafik15 = new Image();
grafik15.src = "http://www.iup-kraus.de/grafik/pfeil_unten2.gif";     
grafikhover15 = new Image();
grafikhover15.src = "http://www.iup-kraus.de/grafik/pfeil_unten2_hover.gif";

grafik16 = new Image();
grafik16.src = "http://www.iup-kraus.de/grafik/pfeil_unten3.gif";     
grafikhover16 = new Image();
grafikhover16.src = "http://www.iup-kraus.de/grafik/pfeil_unten3_hover.gif";

grafik17 = new Image();
grafik17.src = "http://www.iup-kraus.de/grafik/mailtext.gif";     
grafikhover17 = new Image();
grafikhover17.src = "http://www.iup-kraus.de/grafik/mailtext_hover.gif";


/* ----- Austauschfunktion ------- */

function wechsel(betrifft,zeig)
{
zurquelle=betrifft;
betrifft="grafik"+betrifft;
if (zeig=="ja")
{
quelle="grafikhover"+zurquelle;
}
else
{
quelle=betrifft;
}
eval("document."+betrifft+".src="+quelle+".src");
}


function check(f) {
	fehler=""
	for (i=0;i<f.elements.length;i++) {
	el=f.elements[i]
		if (el.name.charAt(0)=="x") {
			if (el.type=="text"||el.type=="password"||el.type=="textarea") {
				if (el.value=="") {
				feld1=el.name.substring(1,2)
				feld1=feld1.toUpperCase()
				feld2=el.name.substring(2)
				feld=feld1+feld2
				fehler+=feld + "\n"
				}
			}
		}
	}
	if (fehler!="") {
	alert ("Folgende Eingaben fehlen:\n\n" + fehler)
	return false
	}
}
