function updateSelection()
{	
	var curForm = document.getElementsByName( "category" );
	if( curForm )
	{
		curForm[ 0 ].submit();				
	}
}