
$(document).ready(
	function()
	{
		$('#catselect').bind("dblclick", 
			function()
			{
				$('form').submit();
			}
		);
	}
);
