function ShowMapSelectDialog()
{
	try
	{
		oZoomWindow = window.open(sZoomWindowURL, "osZoomMap", sZoomWindowURLFeatures);
	}
	catch (ex)
	{
	}
}

function zmLocationNames(sDistrict, sDivision, sParish, sPostcode, sWard)
{
	try
	{document.getElementById(sSchFTDivisionID).value = sDivision;}
	catch (e) {}
	try
	{document.getElementById(sSchFTWardID).value = sWard;}
	catch (e) {}
	
	document.forms[0].submit();
}
