function clear_textbox()
{
	if (document.text_form.u_input.value == " Search Here ")
	document.text_form.u_input.value = "";

} 