﻿$(document).ready(function() {
  $('.close').click(function() {
    $('.page-content').hide();
	$('.structure-content').show();
  });
});