function clear_textbox()
{
if (document.getElementById("search_form").s.value == " Search ")
 document.getElementById("search_form").s.value = "";
	document.getElementById("search_form").s.style.color = "#000";
} 

