$(window).load(function () {
	if ($("#leftbox").height() < $("#rightbox").height()) {
		$("#leftbox").height($("#rightbox").height());
	}
	if ($("#cont").height() < $("#leftbox").height() - 160) {
		$("#cont").height($("#leftbox").height() - 160);
	}
	if ($("#leftbox").height() > 1500) {
		$("#hirlevel").css("display", "block");
	}
	if ($("#leftbox").height() > 1700) {
		$("#ujdonsag").css("display", "block");
	}
	if ($("#leftbox").height() < $("#rightbox").height()) {
		$("#leftbox").height($("#rightbox").height());
	}
	$(function() {
		$('a[rel=lightbox]').lightBox();
	});
	$(function () {
		$("#scroller").miniscroller({itemsInGroup: 4, mousestop: 1, position: "bottom center", tipClass: "tooltip_rev"});
	});
});

