﻿function resetCheck( tiObj_ )
{
	if( tiObj_.value == " Especifique o emprego que procura..." )
	{
		 tiObj_.value = "";
	}
}

function showSearch(txtId) {
	var searchText = txtId;
	window.open("SystemGoogleMapListWindow.aspx?SearchText="+searchText+"",null,"menubar=no,toolbar=no,width=510,height=510");
}
