// Cut & Paste
$(document).ready(function() {
	$('#t1').hide();
  
	$('#t1-toggle').click(function() {
    	$('#t1').toggle(400);
    	$('#t2').hide('fast');
    	$('#t3').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t2').hide();
  
	$('#t2-toggle').click(function() {
    	$('#t2').toggle(400);
    	$('#t1').hide('fast');
    	$('#t3').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t3').hide();
  
	$('#t3-toggle').click(function() {
    	$('#t3').toggle(400);
    	$('#t1').hide('fast');
    	$('#t2').hide('fast');
    return false;
  	});
});

// Ergo Chef
$(document).ready(function() {
	$('#t4').hide();
  
	$('#t4-toggle').click(function() {
    	$('#t4').toggle(400);
    	$('#t5').hide('fast');
    	$('#t6').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t5').hide();
  
	$('#t5-toggle').click(function() {
    	$('#t5').toggle(400);
    	$('#t4').hide('fast');
    	$('#t6').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t6').hide();
  
	$('#t6-toggle').click(function() {
    	$('#t6').toggle(400);
    	$('#t4').hide('fast');
    	$('#t5').hide('fast');
    return false;
  	});
});


$(document).ready(function() {
 // hides the t7box as soon as the DOM is ready (a little sooner that page load)
  $('#t7').hide();
  
 // shows and hides and toggles the t7 on click  
  $('#t7-show').click(function() {
    $('#t7').show('slow');
    return false;
  });
  $('#t7-hide').click(function() {
    $('#t7').hide('fast');
    return false;
  });
  $('#t7-toggle').click(function() {
    $('#t7').toggle(400);
    return false;
  });

 // slides down, up, and toggle the t7 on click    
  $('#t7-down').click(function() {
    $('#t7').slideDown('slow');
    return false;
  });
  $('#t7-up').click(function() {
    $('#t7').slideUp('fast');
    return false;
  });
  $('#t7-slidetoggle').click(function() {
    $('#t7').slideToggle(400);
    return false;
  });
});
// Not for Tourists
$(document).ready(function() {
	$('#t8').hide();
  
	$('#t8-toggle').click(function() {
    	$('#t8').toggle(400);
    	$('#t9').hide('fast');
    	$('#t10').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t9').hide();
  
	$('#t9-toggle').click(function() {
    	$('#t9').toggle(400);
    	$('#t8').hide('fast');
    	$('#t10').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t10').hide();
  
	$('#t10-toggle').click(function() {
    	$('#t10').toggle(400);
    	$('#t8').hide('fast');
    	$('#t9').hide('fast');
    return false;
  	});
});

// Terra Chips
$(document).ready(function() {
	$('#t11').hide();
  
	$('#t11-toggle').click(function() {
    	$('#t11').toggle(400);
    	$('#t12').hide('fast');
    	$('#t13').hide('fast');
    	$('#t20').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t12').hide();
  
	$('#t12-toggle').click(function() {
    	$('#t12').toggle(400);
    	$('#t11').hide('fast');
    	$('#t13').hide('fast');
    	$('#t20').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t13').hide();
  
	$('#t13-toggle').click(function() {
    	$('#t13').toggle(400);
    	$('#t11').hide('fast');
    	$('#t12').hide('fast');
    	$('#t20').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t20').hide();
  
	$('#t20-toggle').click(function() {
    	$('#t20').toggle(400);
    	$('#t11').hide('fast');
    	$('#t12').hide('fast');
    	$('#t13').hide('fast');
    return false;
  	});
});

// The Grossman Group
$(document).ready(function() {
	$('#t14').hide();
  
	$('#t14-toggle').click(function() {
    	$('#t14').toggle(400);
    	$('#t15').hide('fast');
    	$('#t16').hide('fast');
    	$('#t17').hide('fast');
    	$('#t18').hide('fast');
    	$('#t19').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t15').hide();
  
	$('#t15-toggle').click(function() {
    	$('#t15').toggle(400);
    	$('#t14').hide('fast');
    	$('#t16').hide('fast');
    	$('#t17').hide('fast');
    	$('#t18').hide('fast');
    	$('#t19').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t16').hide();
  
	$('#t16-toggle').click(function() {
    	$('#t16').toggle(400);
    	$('#t14').hide('fast');
    	$('#t15').hide('fast');
    	$('#t17').hide('fast');
    	$('#t18').hide('fast');
    	$('#t19').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t17').hide();
  
	$('#t17-toggle').click(function() {
    	$('#t17').toggle(400);
    	$('#t14').hide('fast');
    	$('#t15').hide('fast');
    	$('#t16').hide('fast');
    	$('#t18').hide('fast');
    	$('#t19').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t18').hide();
  
	$('#t18-toggle').click(function() {
    	$('#t18').toggle(400);
    	$('#t14').hide('fast');
    	$('#t15').hide('fast');
    	$('#t16').hide('fast');
    	$('#t17').hide('fast');
    	$('#t19').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t19').hide();
  
	$('#t19-toggle').click(function() {
    	$('#t19').toggle(400);
    	$('#t14').hide('fast');
    	$('#t15').hide('fast');
    	$('#t16').hide('fast');
    	$('#t17').hide('fast');
    	$('#t18').hide('fast');
    return false;
  	});
});

// brgr
$(document).ready(function() {
	$('#t21').hide();
  
	$('#t21-toggle').click(function() {
    	$('#t21').toggle(400);
    	$('#t22').hide('fast');
    	$('#t23').hide('fast');
    	$('#t24').hide('fast');
    	$('#t25').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t22').hide();
  
	$('#t22-toggle').click(function() {
    	$('#t22').toggle(400);
    	$('#t21').hide('fast');
    	$('#t23').hide('fast');
    	$('#t24').hide('fast');
    	$('#t25').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t23').hide();
  
	$('#t23-toggle').click(function() {
    	$('#t23').toggle(400);
    	$('#t21').hide('fast');
    	$('#t22').hide('fast');
    	$('#t24').hide('fast');
    	$('#t25').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t24').hide();
  
	$('#t24-toggle').click(function() {
    	$('#t24').toggle(400);
    	$('#t21').hide('fast');
    	$('#t22').hide('fast');
    	$('#t23').hide('fast');
    	$('#t25').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t25').hide();
  
	$('#t25-toggle').click(function() {
    	$('#t25').toggle(400);
    	$('#t21').hide('fast');
    	$('#t22').hide('fast');
    	$('#t23').hide('fast');
    	$('#t24').hide('fast');
    return false;
  	});
});

// Core Bamboo
$(document).ready(function() {
	$('#t26').hide();
  
	$('#t26-toggle').click(function() {
    	$('#t26').toggle(400);
    	$('#t27').hide('fast');
    	$('#t28').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t27').hide();
  
	$('#t27-toggle').click(function() {
    	$('#t27').toggle(400);
    	$('#t26').hide('fast');
    	$('#t28').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t28').hide();
  
	$('#t28-toggle').click(function() {
    	$('#t28').toggle(400);
    	$('#t26').hide('fast');
    	$('#t27').hide('fast');
    return false;
  	});
});

//	US Wellness Meats
$(document).ready(function() {
	$('#t29').hide();
  
	$('#t29-toggle').click(function() {
    	$('#t29').toggle(400);
    	$('#t30').hide('fast');
    	$('#t31').hide('fast');
    	$('#t32').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t30').hide();
  
	$('#t30-toggle').click(function() {
    	$('#t30').toggle(400);
    	$('#t29').hide('fast');
    	$('#t31').hide('fast');
    	$('#t32').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t31').hide();
  
	$('#t31-toggle').click(function() {
    	$('#t31').toggle(400);
    	$('#t29').hide('fast');
    	$('#t30').hide('fast');
    	$('#t32').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t32').hide();
  
	$('#t32-toggle').click(function() {
    	$('#t32').toggle(400);
    	$('#t29').hide('fast');
    	$('#t30').hide('fast');
    	$('#t31').hide('fast');
    return false;
  	});
});

// Stan on IBM
$(document).ready(function() {
	$('#t33').hide();
  
	$('#t33-toggle').click(function() {
    	$('#t33').toggle(400);
    	$('#t34').hide('fast');
    	$('#t35').hide('fast');
    	$('#t36').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t34').hide();
  
	$('#t34-toggle').click(function() {
    	$('#t34').toggle(400);
    	$('#t33').hide('fast');
    	$('#t35').hide('fast');
    	$('#t36').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t35').hide();
  
	$('#t35-toggle').click(function() {
    	$('#t35').toggle(400);
    	$('#t33').hide('fast');
    	$('#t34').hide('fast');
    	$('#t36').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t36').hide();
  
	$('#t36-toggle').click(function() {
    	$('#t36').toggle(400);
    	$('#t33').hide('fast');
    	$('#t34').hide('fast');
    	$('#t35').hide('fast');
    return false;
  	});
});


// King Fish Media
$(document).ready(function() {
	$('#t37').hide();
  
	$('#t37-toggle').click(function() {
    	$('#t37').toggle(400);
    	$('#t38').hide('fast');
    	$('#t39').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t38').hide();
  
	$('#t38-toggle').click(function() {
    	$('#t38').toggle(400);
    	$('#t37').hide('fast');
    	$('#t39').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t39').hide();
  
	$('#t39-toggle').click(function() {
    	$('#t39').toggle(400);
    	$('#t37').hide('fast');
    	$('#t38').hide('fast');
    return false;
  	});
});



$(document).ready(function() {
 // hides the t40box as soon as the DOM is ready (a little sooner that page load)
  $('#t40').hide();
  
 // shows and hides and toggles the t40 on click  
  $('#t40-show').click(function() {
    $('#t40').show('slow');
    return false;
  });
  $('#t40-hide').click(function() {
    $('#t40').hide('fast');
    return false;
  });
  $('#t40-toggle').click(function() {
    $('#t40').toggle(400);
    return false;
  });

 // slides down, up, and toggle the t40 on click    
  $('#t40-down').click(function() {
    $('#t40').slideDown('slow');
    return false;
  });
  $('#t40-up').click(function() {
    $('#t40').slideUp('fast');
    return false;
  });
  $('#t40-slidetoggle').click(function() {
    $('#t40').slideToggle(400);
    return false;
  });
});

$(document).ready(function() {
 // hides the t41box as soon as the DOM is ready (a little sooner that page load)
  $('#t41').hide();
  
 // shows and hides and toggles the t41 on click  
  $('#t41-show').click(function() {
    $('#t41').show('slow');
    return false;
  });
  $('#t41-hide').click(function() {
    $('#t41').hide('fast');
    return false;
  });
  $('#t41-toggle').click(function() {
    $('#t41').toggle(400);
    return false;
  });

 // slides down, up, and toggle the t41 on click    
  $('#t41-down').click(function() {
    $('#t41').slideDown('slow');
    return false;
  });
  $('#t41-up').click(function() {
    $('#t41').slideUp('fast');
    return false;
  });
  $('#t41-slidetoggle').click(function() {
    $('#t41').slideToggle(400);
    return false;
  });
});

$(document).ready(function() {
 // hides the t41box as soon as the DOM is ready (a little sooner that page load)
  $('#t43').hide();
  
 // shows and hides and toggles the t43 on click  
  $('#t43-show').click(function() {
    $('#t43').show('slow');
    return false;
  });
  $('#t43-hide').click(function() {
    $('#t43').hide('fast');
    return false;
  });
  $('#t43-toggle').click(function() {
    $('#t43').toggle(400);
    return false;
  });

 // slides down, up, and toggle the t43 on click    
  $('#t43-down').click(function() {
    $('#t43').slideDown('slow');
    return false;
  });
  $('#t43-up').click(function() {
    $('#t43').slideUp('fast');
    return false;
  });
  $('#t43-slidetoggle').click(function() {
    $('#t43').slideToggle(400);
    return false;
  });
});

// ETL Associated, Inc.
$(document).ready(function() {
	$('#t42').hide();
  
	$('#t42-toggle').click(function() {
    	$('#t42').toggle(400);
    	$('#t44').hide('fast');
    	$('#t45').hide('fast');
    	$('#t46').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t44').hide();
  
	$('#t44-toggle').click(function() {
    	$('#t44').toggle(400);
    	$('#t42').hide('fast');
    	$('#t45').hide('fast');
    	$('#t46').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t45').hide();
  
	$('#t45-toggle').click(function() {
    	$('#t45').toggle(400);
    	$('#t42').hide('fast');
    	$('#t44').hide('fast');
    	$('#t46').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	$('#t46').hide();
  
	$('#t46-toggle').click(function() {
    	$('#t46').toggle(400);
    	$('#t42').hide('fast');
    	$('#t44').hide('fast');
    	$('#t45').hide('fast');
    return false;
  	});
});


$(document).ready(function() {
	// hides the t47box as soon as the DOM is ready (a little sooner that page load)
	$('#t47').hide();
  
	// toggles the t47 on click  
	$('#t47-toggle').click(function() {
    	$('#t47').toggle(400);
    	$('#t48').hide('fast');
    	$('#t49').hide('fast');
    	$('#t50').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	// hides the t48box as soon as the DOM is ready (a little sooner that page load)
	$('#t48').hide();
  
	// toggles the t48 on click  
	$('#t48-toggle').click(function() {
    	$('#t48').toggle(400);
    	$('#t47').hide('fast');
    	$('#t49').hide('fast');
    	$('#t50').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	// hides the t49box as soon as the DOM is ready (a little sooner that page load)
	$('#t49').hide();
  
	// toggles the t49 on click  
	$('#t49-toggle').click(function() {
    	$('#t49').toggle(400);
    	$('#t47').hide('fast');
    	$('#t48').hide('fast');
    	$('#t50').hide('fast');
    return false;
  	});
});

$(document).ready(function() {
	// hides the t50box as soon as the DOM is ready (a little sooner that page load)
	$('#t50').hide();
  
	// toggles the t50 on click  
	$('#t50-toggle').click(function() {
    	$('#t50').toggle(400);
    	$('#t47').hide('fast');
    	$('#t48').hide('fast');
    	$('#t49').hide('fast');
    return false;
  	});
});
