$(function(){
	$(".tip").tipTip({
		defaultPosition: "top"
	});

	// get the same height
	// all heights
	max_height = Math.max(
		$(".left-content").height(),
		$(".content").height(),
		$(".right-content").height()
	);

	$(".left-content,.content").height(max_height+35);

	$(".right-content").height(max_height);
		

	

	$(".miszla-header").click(function(){
		document.location = 'http://miszla.hu';
	})
});
