var Button = new Array();

Button[0] = new Image(); Button[0].src = "img/001.gif";
Button[1] = new Image(); Button[1].src = "img/002.gif";
Button[2] = new Image(); Button[2].src = "img/003.gif";
Button[3] = new Image(); Button[3].src = "img/004.gif";
Button[4] = new Image(); Button[4].src = "img/005.gif";
Button[5] = new Image(); Button[5].src = "img/006.gif";
Button[6] = new Image(); Button[6].src = "img/007.gif";
Button[7] = new Image(); Button[7].src = "img/008.gif";
Button[8] = new Image(); Button[8].src = "img/009.gif";
Button[9] = new Image(); Button[9].src = "img/010.gif";
Button[10] = new Image(); Button[10].src = "img/011.gif";
Button[11] = new Image(); Button[11].src = "img/012.gif";
Button[12] = new Image(); Button[12].src = "img/013.gif";
Button[13] = new Image(); Button[13].src = "img/014.gif";
Button[14] = new Image(); Button[14].src = "img/015.gif";
// Submenue "Rückstandsmonitoring"
Button[15] = new Image(); Button[15].src = "img/016.gif";
Button[16] = new Image(); Button[16].src = "img/017.gif";
Button[17] = new Image(); Button[17].src = "img/018.gif";
Button[18] = new Image(); Button[18].src = "img/019.gif";
// Submenue "Untersuchungsergebnisse"
Button[19] = new Image(); Button[19].src = "img/020.gif";
Button[20] = new Image(); Button[20].src = "img/021.gif";
// Submenue "Upload"
Button[21] = new Image(); Button[21].src = "img/022.gif";
Button[22] = new Image(); Button[22].src = "img/023.gif";
Button[23] = new Image(); Button[23].src = "img/024.gif";

Button[100] = new Image(); Button[100].src = "img/101.gif";
Button[101] = new Image(); Button[101].src = "img/102.gif";
Button[102] = new Image(); Button[102].src = "img/103.gif";
Button[103] = new Image(); Button[103].src = "img/104.gif";
Button[104] = new Image(); Button[104].src = "img/105.gif";
Button[105] = new Image(); Button[105].src = "img/106.gif";
Button[106] = new Image(); Button[106].src = "img/107.gif";
Button[107] = new Image(); Button[107].src = "img/108.gif";
Button[108] = new Image(); Button[108].src = "img/109.gif";
Button[109] = new Image(); Button[109].src = "img/110.gif";
Button[110] = new Image(); Button[110].src = "img/111.gif";
Button[111] = new Image(); Button[111].src = "img/112.gif";
Button[112] = new Image(); Button[112].src = "img/113.gif";
Button[113] = new Image(); Button[113].src = "img/114.gif";
Button[114] = new Image(); Button[114].src = "img/115.gif";
// Submenue "Rückstandsmonitoring"
Button[115] = new Image(); Button[115].src = "img/116.gif";
Button[116] = new Image(); Button[116].src = "img/117.gif";
Button[117] = new Image(); Button[117].src = "img/118.gif";
Button[118] = new Image(); Button[118].src = "img/119.gif";
// Submenue "Untersuchungsergebnisse"
Button[119] = new Image(); Button[119].src = "img/120.gif";
Button[120] = new Image(); Button[120].src = "img/121.gif";
// Submenue "Upload"
Button[121] = new Image(); Button[121].src = "img/122.gif";
Button[122] = new Image(); Button[122].src = "img/123.gif";
Button[123] = new Image(); Button[123].src = "img/124.gif";

Button[200] = new Image(); Button[200].src = "img/201.gif";
Button[201] = new Image(); Button[201].src = "img/202.gif";
Button[202] = new Image(); Button[202].src = "img/203.gif";
Button[203] = new Image(); Button[203].src = "img/204.gif";
Button[204] = new Image(); Button[204].src = "img/205.gif";
Button[205] = new Image(); Button[205].src = "img/206.gif";
Button[206] = new Image(); Button[206].src = "img/207.gif";
Button[207] = new Image(); Button[207].src = "img/208.gif";
Button[208] = new Image(); Button[208].src = "img/209.gif";
Button[209] = new Image(); Button[209].src = "img/210.gif";
Button[210] = new Image(); Button[210].src = "img/211.gif";
Button[211] = new Image(); Button[211].src = "img/212.gif";
Button[212] = new Image(); Button[212].src = "img/213.gif";
Button[213] = new Image(); Button[213].src = "img/214.gif";
Button[214] = new Image(); Button[214].src = "img/215.gif";
// Submenue "Rückstandsmonitoring"
Button[215] = new Image(); Button[215].src = "img/216.gif";
Button[216] = new Image(); Button[216].src = "img/217.gif";
Button[217] = new Image(); Button[217].src = "img/218.gif";
Button[218] = new Image(); Button[218].src = "img/219.gif";
// Submenue "Untersuchungsergebnisse"
Button[219] = new Image(); Button[219].src = "img/220.gif";
Button[220] = new Image(); Button[220].src = "img/221.gif";
// Submenue "Upload"
Button[221] = new Image(); Button[221].src = "img/222.gif";
Button[222] = new Image(); Button[222].src = "img/223.gif";
Button[223] = new Image(); Button[223].src = "img/224.gif";

function Change(Nummer,Art)
{
	if (Nummer < 10)
	{
		if (document.getElementsByName("_00"+Nummer)[0].src != Button[Nummer+200-1].src)
			document.getElementsByName("_00"+Nummer)[0].src = Button[Nummer+Art-1].src;
	}
	else
	{
		if (document.getElementsByName("_0"+Nummer)[0].src != Button[Nummer+200-1].src)
			document.getElementsByName("_0"+Nummer)[0].src = Button[Nummer+Art-1].src;
	}
}

function subChange(Nummer,Art)
{
	if (Nummer < 10)
	{
		if (document.getElementsByName("sub_00"+Nummer)[0].src != Button[Nummer+200-1].src)
			document.getElementsByName("sub_00"+Nummer)[0].src = Button[Nummer+Art-1].src;
	}
	else
	{
		if (document.getElementsByName("sub_0"+Nummer)[0].src != Button[Nummer+200-1].src)
			document.getElementsByName("sub_0"+Nummer)[0].src = Button[Nummer+Art-1].src;
	}
}

function Activate(Nummer)
{
	if (Nummer > 0)
	{
		if (Nummer < 10)
			document.getElementsByName("_00"+Nummer)[0].src = "img/20"+Nummer+".gif";
		else
			document.getElementsByName("_0"+Nummer)[0].src = "img/2"+Nummer+".gif";
	}
}

function subActivate(Nummer)
{
	if (Nummer > 0)
	{
		if (Nummer < 10)
			document.getElementsByName("sub_00"+Nummer)[0].src = "img/20"+Nummer+".gif";
		else
			document.getElementsByName("sub_0"+Nummer)[0].src = "img/2"+Nummer+".gif";
	}
}

