			function LoadMe()
				{
					window.name = "main";
				}

			function HoverOn(i, path)
				{
					window.document.images[i+1].src = path + i + "h.gif";
				}
		
			function HoverOut(i, j, path)
				{
					if (i == j)
						window.document.images[i+1].src = path + i + "a.gif";
					else
						window.document.images[i+1].src = path + i + ".gif";
				}

		function ChangeImage(Number, ID, Path)
			{
				window.document.images[16 + Number].src = Path + ID + ".jpg";
			}

		function ChangeImagePrint(Number, ID, Path)
			{
				window.document.images[Number].src = Path + ID + ".jpg";
			}

		function OpenSource(fi1Vx, ID, Lan)
			{
				if (fi1Vx == true)
					Source = open("sourcefi1Vx.php?ID=" + ID + "&lan=" + Lan, "Source", "dependent=yes,width=600,height=150,screenX=0,screenY=0,resizable=no, scrollbars=no");
				else
					Source = open("sourceother.php?ID=" + ID + "&lan=" + Lan, "Source", "dependent=yes,width=600,height=150,screenX=0,screenY=0,resizable=no, scrollbars=no");
				Source.focus();
			}

		function OpenNote()
			{
				alert("Funktion steht derzeit nicht zur Verfügung. / Function currently unavailable.");
			}
