function popup(url) {
window.open( url, "myWindow", "status = 1, height = 300, width = 300, resizable = 0" )
}

function checkscreenres()
{
	if ((screen.width>=800) && (screen.height>=600))
	{
	window.location=("http://www.windar.co.uk/flashindex.html");
	}
	else {};
}