/*
// Simple jQuery Slide Panel 
// from: http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/
// accompanying pieces modified - DBennett 5/09
// associated files are jquery.js & jQuerySlide.css
//
// used for elements sliding open and shut vertically
*/

$(document).ready(function(){

$(".btn-slide").click(function(){
$("#panel").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-2").click(function(){
$("#panel-2").slideToggle("slow");
$("#expander").slideToggle("slow");
$("#replacementDocM").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-3").click(function(){
$("#panel-3").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-4").click(function(){
$("#panel-4").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-5").click(function(){
$("#panel-5").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-6").click(function(){
$("#panel-6").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-7").click(function(){
$("#panel-7").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-8").click(function(){
$("#panel-8").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-9").click(function(){
$("#panel-9").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-10").click(function(){
$("#panel-10").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-11").click(function(){
$("#panel-11").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-12").click(function(){
$("#panel-12").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-13").click(function(){
$("#panel-13").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-14").click(function(){
$("#panel-14").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-15").click(function(){
$("#panel-15").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-16ab").click(function(){
$("#panel-16a").slideToggle("slow");
$("#panel-16b").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-16").click(function(){
$("#panel-16").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-17").click(function(){
$("#panel-17").slideToggle("slow");
$("#expandBottom").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-18").click(function(){
$("#panel-18").slideToggle("slow");
$("#expandBottom").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-19").click(function(){
$("#panel-19").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-20").click(function(){
$("#panel-20").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-21").click(function(){
$("#panel-21").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-22").click(function(){
$("#panel-22").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-23").click(function(){
$("#panel-23").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

$(".btn-slide-VT-1ab").click(function(){
$("#panel-VT-1a").slideToggle("slow");
$("#panel-VT-2b").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

});

