function search_city_display()
{
	var b=document.getElementById('searchcitylayer');
	b.style.display='block';
}