function poistaylaframe()
{
	// Poistetaan yläframe, jos sellainen on
	if (top.location != location)
	{
	top.location.href = document.location.href;
	}
}