// JavaScript Document
function openWindow(href, nazev) {
	return okno = window.open(href, nazev, 'toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width='+screen.width+', height='+screen.height+', top=0, left=0');
}
