$ (function() {
	$('a[id=horse1]').click(function() {
		$('#dropbox1').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse2]').click(function() {
		$('#dropbox2').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse3]').click(function() {
		$('#dropbox3').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse4]').click(function() {
		$('#dropbox4').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse5]').click(function() {
		$('#dropbox5').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse6]').click(function() {
		$('#dropbox6').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse7]').click(function() {
		$('#dropbox7').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse8]').click(function() {
		$('#dropbox8').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse9]').click(function() {
		$('#dropbox9').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse10]').click(function() {
		$('#dropbox10').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse11]').click(function() {
		$('#dropbox11').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse12]').click(function() {
		$('#dropbox12').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse13]').click(function() {
		$('#dropbox13').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse14]').click(function() {
		$('#dropbox14').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse15]').click(function() {
		$('#dropbox15').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse16]').click(function() {
		$('#dropbox16').slideToggle(500); // toggle entire class
	});
});

$ (function() {
	$('a[id=horse17]').click(function() {
		$('#dropbox17').slideToggle(500); // toggle entire class
	});
});