// JavaScript Document
function myteam()
{
	with(document.forms[0])
	{
		submit();
	}
}