$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full,#full2,#full3,#full4,#full5,#full6,#full7,#full8,#full9,#full10,#full11,#full12,#full13').hide();

// shows the slickbox on clicking the noted link  
$('a#all-show').click(function() {
    $('#full,#full2,#full3,#full4,#full5,#full6,#full7,#full8,#full9,#full10,#full11,#full12,#full13').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#all-hide').click(function() {
    $('#full,#full2,#full3,#full4,#full5,#full6,#full7,#full8,#full9,#full10,#full11,#full12,#full13').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#all-toggle').click(function() {
    $('#full,#full2,#full3,#full4,#full5,#full6,#full7,#full8,#full9,#full10,#full11,#full12,#full13').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show').click(function() {
    $('#full').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide').click(function() {
    $('#full').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle').click(function() {
    $('#full').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full2').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show2').click(function() {
    $('#full2').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide2').click(function() {
    $('#full2').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle2').click(function() {
    $('#full2').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full3').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show3').click(function() {
    $('#full3').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide3').click(function() {
    $('#full3').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle3').click(function() {
    $('#full3').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full4').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show4').click(function() {
    $('#full4').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide4').click(function() {
    $('#full4').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle4').click(function() {
    $('#full4').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full5').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show5').click(function() {
    $('#full5').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide5').click(function() {
    $('#full5').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle5').click(function() {
    $('#full5').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full6').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show6').click(function() {
    $('#full6').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide6').click(function() {
    $('#full6').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle6').click(function() {
    $('#full6').toggle(400);
    return false;
  });
});


////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full7').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show7').click(function() {
    $('#full7').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide7').click(function() {
    $('#full7').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle7').click(function() {
    $('#full7').toggle(400);
    return false;
  });
});


///////////////////////// 8 ///////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full8').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show8').click(function() {
    $('#full8').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide8').click(function() {
    $('#full8').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle8').click(function() {
    $('#full8').toggle(400);
    return false;
  });
});


///////////////////////// 9 ///////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full9').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show9').click(function() {
    $('#full9').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide9').click(function() {
    $('#full9').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle9').click(function() {
    $('#full9').toggle(400);
    return false;
  });
});


/////////////////////// 10 /////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full10').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show10').click(function() {
    $('#full10').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide10').click(function() {
    $('#full10').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle10').click(function() {
    $('#full10').toggle(400);
    return false;
  });
});


////////////////////// 11 //////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full11').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show11').click(function() {
    $('#full11').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide11').click(function() {
    $('#full11').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle11').click(function() {
    $('#full11').toggle(400);
    return false;
  });
});



///////////////////// 12 ///////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full12').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show12').click(function() {
    $('#full12').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide12').click(function() {
    $('#full12').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle12').click(function() {
    $('#full12').toggle(400);
    return false;
  });
});



////////////////////////////////////////////////////


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
$('#full13').hide();

// shows the slickbox on clicking the noted link  
$('a#more-show13').click(function() {
    $('#full13').show('slow');
    return false;
  });

// hides the slickbox on clicking the noted link  
  $('a#more-hide13').click(function() {
    $('#full13').hide('fast');
    return false;
  });
 
 // toggles the slickbox on clicking the noted link  
  $('a#more-toggle13').click(function() {
    $('#full13').toggle(400);
    return false;
  });
});