$(document).ready(function(){$("#path_browse").change(function(){$("#frm_browse").get(0).submit();$(".processing").show()});$("#cmd_browse").hide()});function validateForm(C){var B=new Array();if(C.search_industry_id.options[C.search_industry_id.selectedIndex].value==""){B[B.length]="Industry"}if(C.search_region_id.options[C.search_region_id.selectedIndex].value==""){B[B.length]="Location"}if(B.length>0){var A="";A="Before we continue, please select a value for the following items:\n\n";for(i=0;i<B.length;i++){A+="  "+B[i]+"\n"}A+='\nWhen you are done, click "Search" to view your results.';alert(A);return false}$(".processing").show()};