function validate_form(thisform)
{
	with (thisform)
	{
		if(RobotDetect.value == "Cyprus" || RobotDetect.value == "cyprus")
		{
			return true
		}
		alert('You must complete the Spam Prevention test successfully. Try "Cyprus"...')
		RobotDetect.focus()
		return false
	}
}