// Clear Search Field

function clearfield(){
if (document.form3.keyword.value == "  Search a Product")
	document.form3.keyword.value = "";
}

