function pickState()
{
	var eState = document.form1.eState.value + "";
	if ( eState != "-1" )
	{
		location.href = "main.asp?eState=" + eState;
	}
}
