function soundControl(schalter)
{
	if( schalter == true )
	{
		top.soundFrame.location.href="sound-an.html";
	}
	else
	{
		top.soundFrame.location.href="sound-aus.html";

	}
}
