function tlac () 
{
	window.print();
}

function bookmarksite(title, url)
{
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
		window.sidebar.addPanel(title, url, "");
	else
		window.sidebar.addPanel(title, url, "");
}

function NastavHomePage ()
{
	if (document.all) {
		document.body.style.behavior='url(#default#homepage)';
		document.body.setHomePage('http://www.invicta.sk/');
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
}
function MM_openWindow(theURL,winName,width,height) { //v2.0
		width += 20;
		height += 50;
		newwindow1 = window.open(theURL,winName,'width='+width+', height='+height);
		if (window.focus) {newwindow1.focus()}
}

