// This is the begining of the content expander

$(function()
{
$("#contentTrigger").click(function(event) {
event.preventDefault();
$("#contentBox").slideToggle();
});

$("#contentBox a").click(function(event) {
event.preventDefault();
$("#contentBox").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger2").click(function(event) {
event.preventDefault();
$("#contentBox2").slideToggle();
});

$("#contentBox2 a").click(function(event) {
event.preventDefault();
$("#contentBox2").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger3").click(function(event) {
event.preventDefault();
$("#contentBox3").slideToggle();
});

$("#contentBox3 a").click(function(event) {
event.preventDefault();
$("#contentBox3").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger4").click(function(event) {
event.preventDefault();
$("#contentBox4").slideToggle();
});

$("#contentBox4 a").click(function(event) {
event.preventDefault();
$("#contentBox4").slideUp();
});
});

   // This is the begining of the content expander

$(function()
{
$("#contentTrigger5").click(function(event) {
event.preventDefault();
$("#contentBox5").slideToggle();
});

$("#contentBox5 a").click(function(event) {
event.preventDefault();
$("#contentBox5").slideUp();
});
});

// This is the begining of the content expander

$(function()
{
$("#contentTrigger6").click(function(event) {
event.preventDefault();
$("#contentBox6").slideToggle();
});

$("#contentBox6 a").click(function(event) {
event.preventDefault();
$("#contentBox6").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger7").click(function(event) {
event.preventDefault();
$("#contentBox7").slideToggle();
});

$("#contentBox7 a").click(function(event) {
event.preventDefault();
$("#contentBox7").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger8").click(function(event) {
event.preventDefault();
$("#contentBox8").slideToggle();
});

$("#contentBox8 a").click(function(event) {
event.preventDefault();
$("#contentBox8").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger9").click(function(event) {
event.preventDefault();
$("#contentBox9").slideToggle();
});

$("#contentBox9 a").click(function(event) {
event.preventDefault();
$("#contentBox9").slideUp();
});
});
// This is the begining of the content expander

$(function()
{
$("#contentTrigger10").click(function(event) {
event.preventDefault();
$("#contentBox10").slideToggle();
});

$("#contentBox10 a").click(function(event) {
event.preventDefault();
$("#contentBox10").slideUp();
});
});
