jQuery(document).ready(function() {
	$("#expand").click(function(){
		$("#object_row").toggleClass("expanded");
		});	
});

