$(document).ready(function() {  
	
	$("a.expand").click(function(){
           


			$('#box2 .content .paper, #box2 .content .inner').toggleClass('cont');
			return false;    
			});
    
		
		});
