// JavaScript Document

function proceed()
	{
		document.theForm.submit();
	}