$(document).ready(function()
{
	//slides the element with class "menu_body" when paragraph with class "menu_head" is clicked 
	$("#secondpane p.menu_head").click(function()
    {
		$(this).css({backgroundImage:"url(/img/menu_2.png)"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");       
	});
	
	
});

$(document).ready(function() {
	$('.piro_overlay,.pirobox_content').remove();
	$().piroBox({
			my_speed: 400,
			bg_alpha: 0.3,
			slideShow : false,
			slideSpeed : 4,
			close_all : '.piro_close,.piro_overlay'
 
	});
});
