function clear_textbox()
{
if (document.form1.terms.value == "Search Terms")
document.form1.terms.value = "";
}
