function show_win(url)
{
	window.open(url,"Snímek","Toolbar = no, location = no, status = yes, menubar = no, scrollbars = yes, width = 850, height = 630, resizable = yes");
  return false;
}

function close_win()
{
  window.close();
}
