var SearchFurtherEducationCourses={start:function(){if($("frmSearchContent")&&$("scCategory")&&$("scCourse")){$("frmSearchContent").addEvent("submit",function(a){if(!SearchFurtherEducationCourses.checkDropDown()){a.stop()}});$("scCategory").addEvent("change",function(a){$("scCourse").selectedIndex=0});$("scCourse").addEvent("change",function(a){$("scCategory").selectedIndex=0})}},checkDropDown:function(){var b=$("scCategory").options[$("scCategory").selectedIndex].value;var a=$("scCourse").options[$("scCourse").selectedIndex].value;return(["-1","0"].contains(b)&&["-1","0"].contains(a))?false:true}};
