﻿
		function DisplayClimateChange()
		{	
			$j = jQuery.noConflict(); 
			$j(document).ready(function() {	  
			  $j('#menuL2_Facts-Sheet').hide('fast');			  			
			  $j('#menuL2').show('fast');
			  $j('#menuL2_Climate-Change').show('slow');			  			
			})	
		}
		function DisplayFactsSheet()
		{	
			$j = jQuery.noConflict(); 
			$j(document).ready(function() {	  
			  $j('#menuL2_Climate-Change').hide('fast');			  			
			  $j('#menuL2').show('fast');
			  $j('#menuL2_Facts-Sheet').show('slow');			  			
			})	
		}
		function DisplayPledge()
		{	
			$j = jQuery.noConflict(); 
			$j(document).ready(function() {	  
			  $j('#pledgeDiv').show('fast');
			  $j('#menuL2').hide('fast');
			})	
		}
		
		function DisplayPledge2()
		{	
			$j = jQuery.noConflict(); 
			$j(document).ready(function() {	  
			  $j('#IamReadyLong').show('fast');
			  $j('#IamReadyShort').hide('fast');			  
			})	
		}