function soundControl(schalter)
{
	if( schalter == true )
	{
		top.soundFrame.location.href = baseUrl + "sound-on.html";
	}
	else
	{
		top.soundFrame.location.href = baseUrl + "sound-off.html";
	}
}