function showSearchForm()
{
	f = document.getElementById('searchForm')
	f.style.display = 'block';
	g = document.getElementById('actionButtons')
	g.style.display = 'none'
	h = document.getElementById('keys')
	h.focus()
}