$(document).ready(function(){

	$('#interface').click(function() {
		$('#sidebar_content').toggle();
		return false;
	});



});