$(document).ready(function(){
	//mostra - esconde
	/*
	if(!$('.orcamento_tab')) {
		return;
	}
	$('.orcamento_tab').toggle(function(){
			$('#teste:hidden').slideDown();
			$('.orcamento_tab')[0].blur();
			$(this).addClass('on');
			$(".orcamento_tab").html("Seu or&ccedil;amento");
			$("#page, .tab").fadeTo("slow", 0.25, function() {
				//$('#txtUsername')[0].focus();
			});
			return false;
		},
		function(){
			$('#teste:visible').slideUp();
			$('.orcamento_tab')[0].blur();
			$(this).removeClass('on');
			$("#page, .tab").fadeTo("slow", 1.0);
			$(".orcamento_tab").html("Or&ccedil;amento");
			return false;
		}
	);
	*/
	//slides
	$("#etapas").jFlow({
		slides: "#slides_etapas",
		width: "665px",
		height: "215px",
		duration: 800,
		autoFlow: "true"
	});
});
