function golfForm(str)
{
	// -- GOLF validation
	if(str == 'GOLF')
	{
	}
	document.forms.golfForm.submit();
}

