/* 	Function thatchecks if the Areas Looking window is closed before submitting the Registration form.
*	Created: 14/02/2002
*	By: Stephen Adams
*/

function checkWindowOpen()
{
	if(document.ClientRegistration.IsWindowOpen.value != "No"){
		alert("The Zones window is still open. \nPlease click cancel on the window to close it before submitting this form.");
		return false;
	}
}
