	function Janela(Arquivo,Barra,Largura,Altura) {
		window.open(Arquivo,'Passeios','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + Barra + ',resizable=Yes,copyhistory=no,left=40, top=10,width=' + Largura + ',height=' + Altura);
	}

