jQuery(document).ready(function(){
	$jq('#sbmtSearchTab').click(function(){
		document.search_form.submit();
	});
});