function toggleSearch() { var searchBtn = document.getElementById("searchBtnPrimary"); searchBtn.onmouseover = function(){this.src="/v7/images/site/btn_searchHover.gif";}
searchBtn.onmouseout = function(){this.src="/v7/images/site/btn_search.gif";}
img2 = new Image(); img2.src = "/v7/images/site/btn_searchHover.gif";}
addDOMLoadEvent(toggleSearch); function focusField(){ var theField = document.getElementById('searchTextPrimary'); theField.className+=theField.className?' blur':'blur'; theField.onfocus = function(){ toggleClass(this, 'blur', 'focus');}
theField.onblur = function(){ toggleClass(this, 'focus', 'blur');}
}
addDOMLoadEvent(focusField);