function Busca() {	
var q = document.getElementById("__query");
	if (q!=null) {
		location.href="/resul_busca.asp?query=" + q.value;
	}
}

function Relatorio(m_URL)
		{
			if (m_URL != '')
			{
				window.location.href = m_URL;
			}
		}
