// JavaScript Document
function clear_textbox()
{
if (document.form1.keyword.value == "Search")
document.form1.keyword.value = "";
}
