// JavaScript Document
function process_form( )
{
	document.contact.submit( );	
}
