function init(){try{if(document.getElementById&&document.getElementById("txtBasicSearchText")!=null){document.getElementById("txtBasicSearchText").focus()}}catch(a){return}}function ShowHideSubCats(){if(document.getElementById("RowSubCategory")==null){return}var b=document.getElementById("RowSubCategory");var a=document.getElementById("hidShowSubCats").value=="1"?true:false;if(a==true&&b.style!=null){b.style.display="table-row"}else{hideElement("RowSubCategory")}}function showHideOptions(){var a=$("#SearchExtra");if(a.is(":visible")==true){$("#spanHideOptions").hide();$("#spanShowOptions").show();a.hide("slow")}else{$("#spanHideOptions").show();$("#spanShowOptions").hide();a.show("slow")}};
