
// ------------ Mouseover images vorladen ----------------------------------------
	erregeron = new Image();
    erregeron.src = "/sysimg/erregeron.gif";
	erregeroff = new Image(); 
    erregeroff.src = "/sysimg/erregeroff.gif";
	krankheiton = new Image();
    krankheiton.src = "/sysimg/krankheiton.gif";
	krankheitoff = new Image(); 
    krankheitoff.src = "/sysimg/krankheitoff.gif";
	impfungon = new Image();
    impfungon.src = "/sysimg/impfungon.gif";
	impfungoff = new Image(); 
    impfungoff.src = "/sysimg/impfungoff.gif"; 
	fragenon = new Image();
    fragenon.src = "/sysimg/fragenon.gif";
	fragenoff = new Image(); 
    fragenoff.src = "/sysimg/fragenoff.gif";
 	infoon = new Image();
    infoon.src = "/sysimg/infoon.gif";
	infooff = new Image(); 
    infooff.src = "/sysimg/infooff.gif"; 
 	abouton = new Image();
    abouton.src = "/sysimg/abouton.gif";
	aboutoff = new Image(); 
    aboutoff.src = "/sysimg/aboutoff.gif"; 
      
	homeon = new Image();
    homeon.src = "/sysimg/homeon.gif";
	homeoff = new Image(); 
    homeoff.src = "/sysimg/homeoff.gif";
	kontakton = new Image();
    kontakton.src = "/sysimg/kontakton.gif";
	kontaktoff = new Image(); 
    kontaktoff.src = "/sysimg/kontaktoff.gif";
 	impressumon = new Image();
    impressumon.src = "/sysimg/impressumon.gif";
	impressumoff = new Image(); 
    impressumoff.src = "/sysimg/impressumoff.gif"; 

	contacton = new Image();
    contacton.src = "/sysimg/contacton.gif";
	contactoff = new Image(); 
    contactoff.src = "/sysimg/contactoff.gif";
 	imprinton = new Image();
    imprinton.src = "/sysimg/imprinton.gif";
	imprintoff = new Image(); 
    imprintoff.src = "/sysimg/imprintoff.gif";
	diseaseon = new Image(); 
    diseaseon.src = "/sysimg/diseaseon.gif"; 
	diseaseoff = new Image(); 
    diseaseoff.src = "/sysimg/diseaseoff.gif"; 
	overviewon = new Image(); 
    overviewon.src = "/sysimg/overviewon.gif"; 
	overviewoff = new Image(); 
    overviewoff.src = "/sysimg/overviewoff.gif"; 
	faqon = new Image(); 
    faqon.src = "/sysimg/faqon.gif"; 
	faqoff = new Image(); 
    faqoff.src = "/sysimg/faqoff.gif"; 
	additionalon = new Image(); 
    additionalon.src = "/sysimg/additionalon.gif"; 
	additionaloff = new Image(); 
    additionaloff.src = "/sysimg/additionaloff.gif"; 
	vaccinationon = new Image(); 
    vaccinationon.src = "/sysimg/vaccinationon.gif"; 
	vaccinationoff = new Image(); 
    vaccinationoff.src = "/sysimg/vaccinationoff.gif"; 
	
	

var pfeil=new Array("/sysimg/pfeilrot.gif","/sysimg/AniPfeilRollover.gif");
function imgChangei(img_name,i) 
{
document[img_name].src=pfeil[i];
}


function imgChange(imgName,imgNeu) 
    {
        if(document.images)
        {
            document[imgName].src = imgNeu;
        }
    }

	
function imgChange1(imgName,imgSrc) 
    {
        if(document.images)
        {
            imgNeu = eval(imgSrc + '.src');
            document[imgName].src = imgNeu;
        }
    }


function highlite(objIE) {
        if (IE4) {
                if (aktivPunkt) {
                        aktivPunkt.style.color="#ffffff";
                        aktivPunkt = false;
                }
                if (objIE) {
                        objIE.style.color="#000000";
                        aktivPunkt = objIE;
                }
        }
        }

//----------------  inhaltseiten aendern und grafikheadline---------------------------------------------------

function side_change(imgName)
{ 
			menu_select(imgName);
				if(top.imgAct != imgName)
					{
						imgName1 = "/img/hl/" + imgName + "_hl.gif";		
						parent.kopf.document.headline.src = imgName1;
						top.imgAct = imgName;		
					}			
//    parent.inhalt.document.location.href = url;
}

