function setuptb()
{
//($('.ts').children()).find('a').click(function() {alert(($(this).parents('div:last')).id);});
$('.ts').show();
$('.th').show();
$('.ts').next().hide();
$('.ts').find('a:first').click(function(){$(this).parents('div:first').hide(1000);$(this).parents('div:first').next().show(1000);});
$('.ts').next().find('a:first').click(function(){$(this).parents('div:first').parent().hide(1000);$(this).parents('div:first').parent().prev().show(1000);});
}
