
	var nsInterface = {};  //Container de variáveis e funções inerentes a Interface

	nsInterface.ini = function(){
		boxContainer.showHidedElementsOnLoad();
		jq('#btFichaCadastro').click(function(){
			window.print() ;
		})
	};window.startOnLoaded('nsInterface.ini');