function kulso_link() 
{
	if (!document.getElementsByTagName) return;
	for (var i = 0; (anchors = document.getElementsByTagName("a")[i]); i++)
	{
		if (anchors.getAttribute("href") && (anchors.getAttribute("rel") == "kulso" || anchors.getAttribute("rel") == "nofollow")) anchors.target = "_blank";
	}
}

$(function() {
	$("#nav").lavaLamp({
		fx: "backout",
		speed: 500,
		click: function(event, menuItem) {
			return true;
		}
	});
	
	$(".item:odd").addClass("odd");
	
	$('#authors .column .column-top dl:last-child').css('margin', '0');
	
	
	var maxR = $('#range').height();
	$('#services').css('height', maxR);
	
	var maxC = $('#form').height();
	$('#contact').css('height', maxC);
	kulso_link();	
});
