
function searchFocus(_1){if(_1.value=="Search Store"){_1.value="";}
document.getElementById("default-psearch").style.backgroundPosition="bottom 3px";}
function searchUnfocus(_2){if(_2.value==""){_2.value="Search Store";}
document.getElementById("default-psearch").style.backgroundPosition="top 3px";}
