// Form
function goForm(){
	document.form1.submit();
}

function resetForm(){
	document.form1.reset();
}