$(document).ready(function () {

   


	$("#sub-panel, .fonth3").click(function(){
		// Toggle the bar up 
		$("#top-panel").slideToggle();	
		// Settings
		//var el = $("#shText");  
		// Lets us know whats inside the element
		//var state = $("#shText").html();
		// Change the state  
		//state = (state == 'Hide' ? '<span id="shText">Show</span>' : '<span id="shText">Hide</span>');					
		// Finally change whats insdide the element ID
		//el.replaceWith(state); 
	}); // end sub panel click function
		// Initialize spasticNav menu
	$('#nav').spasticNav();
	
	


	
	


});
