
$(function() {
	$('#navimenu').Accordion({
		active: 'h5.selected',
		header: 'h5.head',
		alwaysOpen: false,
		animated: true,
		showSpeed: 200,
		hideSpeed: 200
	});
});

$('.pagetop a').click(function () {
	var $target = $('#header');
	$.scrollTo( $target, 800 );
	return false;
});




