function sgipost(nome_bottao,nform){
		
		nome_bottao.value="on";
		document.nform.submit();
		
		
}
