function switchLanguage(selection)
{
	if (selection=='English')
	{
		window.location = '../english/index.html';
	}
	else if (selection=='Suomi')
	{
		window.location = '../suomi/index.html';
	}
}
