function submitLogin()
{
	var myform = document.getElementById('frmlogin');
	if(myform)
	{
		myform.action="choice.php?s=login";
	}
	return false;
}
