var okno = function(cesta)
{
	window.open(cesta, 'Nahled_produktu', 'toolbar=0, menubar=0, status=0, left=100, top=100, width=240, height=250');
}
