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

