
	function postRegistrationData()
	{
		document.data_form.operation.value = 'post_regostration_data';
		document.data_form.submit();
	}

