function testSettings()
{
	if(FlashControlInstalled)
	{
		if(FlashControlVersion < 7)
		{
			window.location = "/Requirements";
		}
	}
};

testSettings();