
		
		
		
		
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});
	
	
	
//------------http://mscorpmisdb1.morningstar.com/us/asp/subject.aspx?xmlfile=7093.xml

$(document).ready(function(){

	//Hide (Collapse) the toggle containers on load
	$(".toggle_container").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$(".trigger").click(function(){
		$(this).toggleClass("triggerimage").next().slideToggle(500);

		return false; //Prevent the browser jump to the link anchor
	});
	
	

});
