﻿function printArticle(url) {
	window.open(url, 'print_article', 'width=640,height=480,toolbar=no,menubar=yes,left=100,top=100,scrollbars=yes');
}

function setLastMenuItemClass() {
	var menu = document.getElementById("menuLeft");
	if (menu.childNodes.length > 0)
		menu.childNodes[menu.childNodes.length-1].className = "menu-left-last";
}

$(document).ready
(
	function()
	{
		$(".textbox-search").val("Vyhledávání").click(function(){ $(this).val(""); });
	}
);