﻿$(document).ready(function() {
  $('.services-industries-nav #professionals-partners').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #professionals-key-contacts').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #articles').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #events').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #publications').click(function() {
    $('.structure-content').hide();
  });
  $('.services-industries-nav #resources').click(function() {
    $('.structure-content').hide();
  });
});