function aboutForm() 
{
	confirm("\nHave a suggestion for a seminar or workshop?\n\nFill out the form and submit it and we will see\nwhat we can do.\n\nThank you for your time.");
	document.forms[0].elements[1].focus();
}