$(document).ready(function() {
	$('#business').find('div').end().find('dt').click(function() {
    if ($('#businesslinks').is(':visible')) {
      $('#businesslinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#businesslinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#businesslinks').hide();
	$('#autodealers').find('div').end().find('dt').click(function() {
    if ($('#autodealerslinks').is(':visible')) {
      $('#autodealerslinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#autodealerslinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#autodealerslinks').hide();
	$('#lodging').find('div').end().find('dt').click(function() {
    if ($('#lodginglinks').is(':visible')) {
      $('#lodginglinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#lodginglinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#lodginglinks').hide();
	$('#construction').find('div').end().find('dt').click(function() {
    if ($('#constructionlinks').is(':visible')) {
      $('#constructionlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#constructionlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#constructionlinks').hide();
	$('#realestate').find('div').end().find('dt').click(function() {
    if ($('#realestatelinks').is(':visible')) {
      $('#realestatelinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#realestatelinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#realestatelinks').hide();
	$('#recreation').find('div').end().find('dt').click(function() {
    if ($('#recreationlinks').is(':visible')) {
      $('#recreationlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#recreationlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#recreationlinks').hide();
	$('#health').find('div').end().find('dt').click(function() {
    if ($('#healthlinks').is(':visible')) {
      $('#healthlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#healthlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#healthlinks').hide();
	$('#alien').find('div').end().find('dt').click(function() {
    if ($('#alienlinks').is(':visible')) {
      $('#alienlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#alienlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#alienlinks').hide();
	$('#arts').find('div').end().find('dt').click(function() {
    if ($('#artslinks').is(':visible')) {
      $('#artslinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#artslinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#artslinks').hide();
	$('#specialinterest').find('div').end().find('dt').click(function() {
    if ($('#specialinterestlinks').is(':visible')) {
      $('#specialinterestlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#specialinterestlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#specialinterestlinks').hide();
	$('#civic').find('div').end().find('dt').click(function() {
    if ($('#civiclinks').is(':visible')) {
      $('#civiclinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#civiclinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#civiclinks').hide();
	$('#church').find('div').end().find('dt').click(function() {
    if ($('#churchlinks').is(':visible')) {
      $('#churchlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#churchlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#churchlinks').hide();
	$('#education').find('div').end().find('dt').click(function() {
    if ($('#educationlinks').is(':visible')) {
      $('#educationlinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#educationlinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#educationlinks').hide();
	$('#college').find('div').end().find('dt').click(function() {
    if ($('#collegelinks').is(':visible')) {
      $('#collegelinks').animate({ height: 'hide', opacity: 'hide' }, 'slow');
    } else {
      $('#collegelinks').animate({ height: 'show', opacity: 'show' }, 'slow');
    }
   });
  $('#collegelinks').hide();
});

