function pregao_pesquisa(tpesq,reg,cab,pre,form){
/*
	tpesq = tipo de pesquisa a ser executada.
	reg = quantidade de registros a serem exibidos por página.
	cab = opção de exibição de cabeçalho padrão.
	pre = prefeitura a ser filtrada.
	form = opção de formulário para filtro de pesquisa ou exibição direta do resultado.
*/
	document.getElementById("pregao").innerHTML = "<IFRAME allowtransparency='0%' marginWidth='0' marginHeight='0' topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0' frameBorder='0' scrolling='auto' style='height:100%; width:100%;' src='http://www.pregao.com.br/pregao/edital_pesquisar_web.asp?tpesq="+tpesq+"&cab="+cab+"&registros="+reg+"&pre="+pre+"&form="+form+"'></IFRAME>"
}

function tickets_pesquisa(usu_codigo){
	document.getElementById("ticket").innerHTML = "<IFRAME allowtransparency='0%' marginWidth='0' marginHeight='0' topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0' frameBorder='0' scrolling='auto' style='height:100%; width:100%;' src='http://www.pregao.com.br/pesquisar_ticket.asp?usu_codigo="+usu_codigo+"'></IFRAME>"
}