// for handling the Search Box
function clearInput(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""}
function resetInput(thefield){if(thefield.value=='')thefield.value = "Search Products";}
function resetZip(thefield){if(thefield.value=='')thefield.value = "Zipcode";}
