// JavaScript Document


// PROCUURAR HOME
	$(function(){
		$('#search').focus(function(){
			e = $('#search').val();
			if( e == 'Procuro por...'){
				$('#search').val('');
			}
		});
		
	$('#search').blur(function(){
		e = $('#search').val();
		if( e == ''){
			$('#search').val('Procuro por...');
		}
	})
	
	})


//Config dos menus SERVIÇO DPVAT
$(document).ready(function()
{
	//slides the element with class "menu_body" when paragraph with class "menu_head" is clicked 
	$(".menu_head").click(function()
    {
		$(this).next(".menu_body").slideToggle(300).siblings(".menu_body").slideUp("slow");
       	$(this).siblings();
	});
	//slides the element with class "menu_body" when mouse is over the paragraph

	// Galeria
	
	
});
//Links do YOutube Videos HISTORIA


$(function() {
    $('.rounded').each(function() {
        PIE.attach(this);
    });
});


