function submit_report() { var check_select = document.getElementById('report_call').value; if ( check_select == '__none__' ) { return false; } xajax_videoReport(xajax.getFormValues("report_form")); return false;}