function clear_textbox()
		{
		if (document.formProducto.buscar.value == "Buscar Productos")
		document.formProducto.buscar.value = "";
		}
