function show_generating()
{
	$(".generovani").show();
}

function external (link)
{
	$(link).attr({
	target : "_blank"
	});
}
