

function search()
{
	var word = txtSearch.value;
	open("buscar.php?word=" + word, "_self");
	return false;
}
