  	function assuntoPaiSelecionado(form) {
  	
		assuntoPai = document.getElementById('assuntoPai');
		assuntoFilho = document.getElementById('assuntoFilho');
		assuntoNeto = document.getElementById('assuntoNeto');		

		assuntoFilho.value = 999999;
		assuntoFilho.disabled = false;
				
		assuntoNeto.value = 999999;
		assuntoNeto.disabled = true;
		
		//alert('Valor Pai: ' + assuntoPai.value);
	
		form.action = 'peticao_inicial_stf.php';
		form.submit();
  	}
  	
  	function assuntoFilhoSelecionado(form) {
  		
		assuntoFilho = document.getElementById('assuntoFilho');
		assuntoNeto = document.getElementById('assuntoNeto');		
		
		assuntoNeto.value = 999999;
		assuntoNeto.disabled = false;
		
		//alert('Valor Filho: ' + assuntoFilho.value);  		
		
		form.action = 'peticao_inicial_stf.php';
		form.submit();		
  	}  
	
	function assuntoPaiSelecionadoM(form) {		 	
		assuntoPai = document.getElementById('assuntoPai');
		assuntoFilho = document.getElementById('assuntoFilho');
		assuntoNeto = document.getElementById('assuntoNeto');		

		if (assuntoPai != 999999){
			assuntoFilho.value = 999999;
			assuntoFilho.disabled = false;
					
			assuntoNeto.value = 999999;
			assuntoNeto.disabled = true;			
		}
		else{		
			assuntoPai.value = 999999;
			assuntoFilho.value = 999999;
			assuntoFilho.disabled = true;
					
			assuntoNeto.value = 999999;
			assuntoNeto.disabled = true;				
		}
	
		form.action = 'menu_movimentacao_bloco.php';
		form.submit();
  	}
  	
  	function assuntoFilhoSelecionadoM(form) {
  		
		assuntoFilho = document.getElementById('assuntoFilho');
		assuntoNeto = document.getElementById('assuntoNeto');		
		
		assuntoNeto.value = 999999;
		assuntoNeto.disabled = false;
		
		//alert('Valor Filho: ' + assuntoFilho.value);  		
		
		form.action = 'menu_movimentacao_bloco.php';
		form.submit();		
  	}  
	
	function assuntoPaiSelecionadoL(form) {		 	
		assuntoPai = document.getElementById('assuntoPai');
		assuntoFilho = document.getElementById('assuntoFilho');
		assuntoNeto = document.getElementById('assuntoNeto');		

		if (assuntoPai != 999999){
			assuntoFilho.value = 999999;
			assuntoFilho.disabled = false;
					
			assuntoNeto.value = 999999;
			assuntoNeto.disabled = true;			
		}
		else{		
			assuntoPai.value = 999999;
			assuntoFilho.value = 999999;
			assuntoFilho.disabled = true;
					
			assuntoNeto.value = 999999;
			assuntoNeto.disabled = true;				
		}
	
		form.action = 'menu_localizacao_bloco.php';
		form.submit();
  	}
  	
  	function assuntoFilhoSelecionadoL(form) {
  		
		assuntoFilho = document.getElementById('assuntoFilho');
		assuntoNeto = document.getElementById('assuntoNeto');		
		
		assuntoNeto.value = 999999;
		assuntoNeto.disabled = false;
		
		//alert('Valor Filho: ' + assuntoFilho.value);  		
		
		form.action = 'menu_localizacao_bloco.php';
		form.submit();		
  	}  
