function screensize()
	{
	if (screen.width > 800)
		{parent.location.href='index-large.html'}
	if (screen.width == 800)
		{parent.location.href='index-small.html'}
	}



