function popUp(campo, url){
		if(campo == 0){
			window.alert("Selecione uma opção!");	
		}else{
		window.location = url+campo;
		}
	
	}
