// BY THEAOS 2001 ALEXANDRE OLIVEIRA DA SILVA
	
function atualizar()
{
	if (document.frm2.codigo.options[document.frm2.codigo.selectedIndex].value == "")
	{
		alert ("Favor selecione um para a pesquisa!\n");
		return;
      	}else{
		document.frm2.submit();
	}
}

function atualizar2()
{
	if (document.frm3.codigo.options[document.frm3.codigo.selectedIndex].value == "")
	{
		alert ("Favor selecione um para a pesquisa!\n");
		return;
      	}else{
		document.frm3.submit();
	}
}

function atualizar4()
{
	if (document.frm4.codigo.options[document.frm4.codigo.selectedIndex].value == "")
	{
		alert ("Favor selecione um para a pesquisa!\n");
		return;
      	}else{
		document.frm4.submit();
	}
}
function atualizar5()
{
	if (document.frm5.codigo.options[document.frm5.codigo.selectedIndex].value == "")
	{
		alert ("Favor selecione um para a pesquisa!\n");
		return;
      	}else{
		document.frm5.submit();
	}
}

function servico()
{
	if (document.servicofrm.servicoo.options[document.servicofrm.servicoo.selectedIndex].value == "")
	{
		alert ("Favor selecione um para a pesquisa!\n");
		return;
      	}else{
		document.servicofrm.submit();
	}
}