/*
Funktionen für onmouseover und onmouseout
*/



function changecolor (i)
{
switch (i)
	{
	case 1:
		{
		with (window.document.all.home.style)
			{
			color = "#B22222";
			
			}
		return;
		}
	case 2:
		{
		with (window.document.all.was.style)
			{
			color = "#6495ed";
			
			}
		return;
		}
	case 3:
		{
		with (window.document.all.fuerwen.style)
			{
			color = "#6495ed";
			
			}
		return;
		}
	case 4:
		{
		with (window.document.all.inhalt.style)
			{
			color = "#87ceeb";
			
			}
		return;
		}
	case 5:
		{
		with (window.document.all.seminare.style)
			{
			color = "#87ceeb";
			
			}
		return;
		}
	case 6:
		{
		with (window.document.all.inga.style)
			{
			color = "#ffc700";
			
			}
		return;
		}
	case 7:
		{
		with (window.document.all.ankuend.style)
			{
			color = "#ffc700";
			
			}
		return;
		}
	case 8:
		{
		with (window.document.all.galerie.style)
			{
			color = "#ffc700";
			
			}
		return;
		}
	case 9:
		{
		with (window.document.all.veranstaltungen.style)
			{
			color = "#4682b4";
			
			}
		return;
		}
	case 10:
		{
		with (window.document.all.preise.style)
			{
			color = "#4682b4";
			
			}
		return;
		}
	case 11:
		{
		with (window.document.all.anmeldung.style)
			{
			color = "#4682b4";
			
			}
		return;
		}
	case 12:
		{
		with (window.document.all.kontakt.style)
			{
			color = "#ffc700";
			
			}
		return;
		}
	case 13:
		{
		with (window.document.all.impressum.style)
			{
			color = "#ffc700";
			
			}
		return;
		}
	case 14:
		{
		with (window.document.all.gaestebuch.style)
			{
			color = "#dc143c";
			
			}
		return;
		}
	}
}



function changeback (i)
{
switch (i)
	{
	case 1:
		{
		with (window.document.all.home.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 2:
		{
		with (window.document.all.was.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 3:
		{
		with (window.document.all.fuerwen.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 4:
		{
		with (window.document.all.inhalt.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 5:
		{
		with (window.document.all.seminare.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 6:
		{
		with (window.document.all.inga.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 7:
		{
		with (window.document.all.ankuend.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 8:
		{
		with (window.document.all.galerie.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 9:
		{
		with (window.document.all.veranstaltungen.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 10:
		{
		with (window.document.all.preise.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 11:
		{
		with (window.document.all.anmeldung.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 12:
		{
		with (window.document.all.kontakt.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 13:
		{
		with (window.document.all.impressum.style)
			{
			color = "#777777";
			
			}
		return;
		}
	case 14:
		{
		with (window.document.all.gaestebuch.style)
			{
			color = "#777777";
			
			}
		return;
		}
	}
}


