﻿	//$(document).ready(function() {
 // hides the searchbar as soon as the DOM is ready
 // (a little sooner than page load)
 // $('div.searchbar').hide();
  // toggles the slickbox on clicking the noted link
 // $('a#showSearch').click(function() {
//	$('div.searchbar').slideToggle(300);
	
//	return false;
 // });});
  
  
  	$(document).ready(function() {
 // hides the searchbar as soon as the DOM is ready
 // (a little sooner than page load)
  $('.ms-rteCustom-moreContentDiv').hide();
  // toggles the slickbox on clicking the noted link
  	$('.ms-rteCustom-moreContent').click(function() {
	$('.ms-rteCustom-moreContentDiv').slideToggle(800);
	$('.ms-rteCustom-moreContent').hide();

	return false;
  });}); 


	
	jQuery().ready(function(){
		jQuery('#navigation').Accordion({
			active: false,
			header: '.head',
			navigation: false,
			event: 'mouseover',
			autoheight: true,
			animated: 'easeslide'
		});
		ExpandSelectedTop();

}
);
