$(function() {
	$(".link-window-bar").each(function() {
		$(this).animate( { height: $(this).next(".link-window-data").height() - 20 }, 1500);
	});
});
