﻿$(function() 
{
	$(".menuheader").click(function() {
		$(this).next().toggle(400);
	});
});

$(function() {
    $('.rotator').cycle({
        fx: 'fade',
        speed: 500
    });
});