function novaJanela(URL,nome){
	
	var features = "resizable=1 scrollbars=yes";
	var janela   = window.open(URL,null,features,nome);
	
}
