// JavaScript Document

function OnBeforePost(form)
	{
	  form.action = "/forms/form-submit.php"
		form.method = "POST"
		return true
	}
