$(document).ready(function(){
	
$("table#toggle2").hide();
$("table#toggle3").hide();
$("table#toggle4").hide();
$("table#toggle5").hide();
$("table#toggle6").hide();
$("table#toggle7").hide();
$("table#toggle8").hide();
$("table#toggle9").hide();
$("table#toggle10").hide();
$("table#toggle11").hide();

$("#toggle13, #toggle14, #toggle15, #toggle16, #toggle17, #toggle18, #toggle19, #toggle20").hide();
$(".min13, .min14, .min15, .min16, .min17, .min18, .min19, .min20").hide();


$("#toggle12").show();
$(".min12").show();
$(".plus12").hide();

 
$('h2#title_toggle1').click(function() {
    	$(this).parent().children('#toggle1').toggle(300);
    	return false;
});

$('h2#title_toggle2').click(function() {
    	$(this).parent().children('#toggle2').toggle(300);
    	return false;
});

$('h2#title_toggle3').click(function() {
    	$(this).parent().children('#toggle3').toggle(300);
    	return false;
});

$('h2#title_toggle4').click(function() {
    	$(this).parent().children('#toggle4').toggle(300);
    	return false;
});
  	
  	$('h2#title_toggle5').click(function() {
    	$(this).parent().children('#toggle5').toggle(300);
    	return false;
  	});
  	
$('h2#title_toggle6').click(function() {
    	$(this).parent().children('#toggle6').toggle(300);
    	return false;
});

$('h2#title_toggle7').click(function() {
    	$(this).parent().children('#toggle7').toggle(300);
    	return false;
});

$('h2#title_toggle8').click(function() {
    	$(this).parent().children('#toggle8').toggle(300);
    	return false;
});

$('h2#title_toggle9').click(function() {
    	$(this).parent().children('#toggle9').toggle(300);
    	return false;
});

$('h2#title_toggle10').click(function() {
    	$(this).parent().children('#toggle10').toggle(300);
    	return false;
});

$('h2#title_toggle11').click(function() {
    	$(this).parent().children('#toggle11').toggle(300);
    	return false;
});


$('h2#title_toggle12, .plus12, .min12').click(function() {
    	$(this).parent().children('#toggle12').toggle(300);
    	$(this).parent().children('.plus12').toggle(300);
    	$(".min12").show();
    	return false;
});

$('h2#title_toggle13, .plus13, .min13').click(function() {
    	$(this).parent().children('#toggle13').toggle(300);
    	$(this).parent().children('.plus13').toggle(300);
    	$(".min13").show();
    	return false;
});

$('h2#title_toggle14, .plus14, .min14').click(function() {
    	$(this).parent().children('#toggle14').toggle(300);
    	$(this).parent().children('.plus14').toggle(300);
    	$(".min14").show();
    	return false;
});

$('h2#title_toggle15, .plus15, .min15').click(function() {
    	$(this).parent().children('#toggle15').toggle(300);
    	$(this).parent().children('.plus15').toggle(300);
    	$(".min15").show();
    	return false;
});

$('h2#title_toggle16, .plus16, .min16').click(function() {
    	$(this).parent().children('#toggle16').toggle(300);
    	$(this).parent().children('.plus16').toggle(300);
    	$(".min16").show();
    	return false;
});
  	  
$('h2#title_toggle17, .plus17, .min17').click(function() {
    	$(this).parent().children('#toggle17').toggle(300);
    	$(this).parent().children('.plus17').toggle(300);
    	$(".min17").show();
    	return false;
});

$('h2#title_toggle18, .plus18, .min18').click(function() {
    	$(this).parent().children('#toggle18').toggle(300);
    	$(this).parent().children('.plus18').toggle(300);
    	$(".min18").show();
    	return false;
});

$('h2#title_toggle19, .plus19, .min19').click(function() {
    	$(this).parent().children('#toggle19').toggle(300);
    	$(this).parent().children('.plus19').toggle(300);
    	$(".min19").show();
    	return false;
});

$('h2#title_toggle20, .plus20, .min20').click(function() {
    	$(this).parent().children('#toggle20').toggle(300);
    	$(this).parent().children('.plus20').toggle(300);
    	$(".min20").show();
    	return false;
});

});


  

