// JavaScript Document

function abreUnidade( elm )
{
	if( elm.value != "" )
	{
		document.location.href = "unidade.php?idUnidade=" + elm.value;	
	}
}
