function checkBrowser() {
	var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
	if(IE6) {
		alert('Prosím aktualizujte so váš Internet Explorer.\nTáto stránka je optimalizovaná pre IE 7 a vyšší.\n\nPlease update your Internet Explorer.\nThis page is optimized for IE 8 and higher.');
		window.open('http://www.microsoft.com/windows/internet-explorer/default.aspx','_self','');  		
	}
}

$(function() {
	$('#bottom-pic a').lightBox(); // Select all links with lightbox class
	$('.galeria-box a').lightBox(); // Select all links with lightbox class	
});

function popup(page) 
{
	window.showModalDialog(page, '_blank', 'dialogHeight: 460px; dialogWidth: 900px; dialogTop: px; dialogLeft: px; edge: raised; center: Yes; help: No; resizable: No; status: No; scroll: No; ');
}
