$(document).ready(function(){
  $('h5').not('.nav-bar-open').next().hide();	
  $("h5").click( function() { $(this).children("a").toggleClass('nav-bar-open'); $(this).next().slideToggle(500);});  
	});


function printpage() {
	window.print();  
}