//script

var browser = new Object();
var win=false;
if (navigator.userAgent.indexOf("Win")!=-1) {
  win=true;
} else {
  browser.version = parseInt(navigator.appVersion);
}
browser.isNavigator = false;
browser.isIE = false;
if (navigator.appName.indexOf("Netscape") != -1) {
  browser.isNavigator = true;
}
if (navigator.appName.indexOf("Microsoft") != -1) {
  browser.isIE = true;
}
if ((browser.isNavigator == true)&&win)
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('html {	overflow-y: scroll; overflow: -moz-scrollbars-vertical; } ');
	document.writeln('body	      { background-color: white; font-family: arial, ms sans-serif; font-size: 10px; color: black }');
	document.writeln('td          { font-size: 11px; color: black; font-family: times new roman, ms sans-serif }');
	document.writeln('b           { font-size: 11px; color: black; font-family: times new roman, tahoma, arial, ms sans-serif; font-weight: bold }');
	document.writeln('a           { color: #0E6B96; font-family: times new roman, ms sans-serif; font-size: 11px }');
	document.writeln('a:link      { text-decoration: none; }');
	document.writeln('a:visited   { text-decoration: none;   }');
	document.writeln('a:hover     { color: white; background: #0E6B96;  }');
	document.writeln('a:active    { color: white; background: #0E6B96;  }');
	document.writeln('a.out           { color: #257125; }');
	document.writeln('a.out:link      { text-decoration: none; }');
	document.writeln('a.out:visited   { text-decoration: none;   }');
	document.writeln('a.out:hover     { color: white; background: #257125;  }');
	document.writeln('a.out:active    { color: white; background: #257125;  }');
	document.writeln('input       { BORDER-BOTTOM-STYLE: 1px; BORDER-LEFT-STYLE: 1px; BORDER-RIGHT-STYLE: 1px; BORDER-TOP-STYLE: 1px; FONT-FAMILY: times new roman, arial,ms sans serif; FONT-SIZE: 11px }');
	document.writeln('select      { color: black; background: white; font: 11px/13px times new roman; }');
	document.writeln('option      { color: white; background-color: #0E6B96; font: 11px/13px times new roman; }');
	document.writeln('.idxnote    { color: #2076A3; font-family: times new roman; font-size: 11px; }');
	document.writeln('.idxabout   { color: #361607; font-family: times new roman; font-size: 11px; }');
	document.writeln('.idxobsah   { color: black; font-family: times new roman; font-size: 11px; }');
	document.writeln('.infdate    { color: #564b1f; font-family: times new roman; font-size: 11px; }');
	document.writeln('.infplace   { color: #2076A3; font-family: times new roman; font-size: 11px; }');
	document.writeln('.infabout   { color: #361607; font-family: times new roman; font-size: 11px; }');
	document.writeln('.note       { color: #8f8f8f; font-family: times new roman; font-size: 11px; }');
	document.writeln('.warning    { color: red }');
	document.writeln('.clanok     { font-size: 14px; font-family: times new roman; line-height: 16px }');
	document.writeln('.tit-clanok { font-size: 16px; font-family: times new roman; font-weight: bold }');
	document.writeln('.tit-cislo  { font-size: 14px; font-family: times new roman; font-weight: bold }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}
else
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('html {	overflow-y: scroll; overflow: -moz-scrollbars-vertical; } ');
	document.writeln('body	      { background-color: white; font-family: arial, ms sans-serif; font-size: 10px; color: black }');
	document.writeln('td          { font-size: 11px; color: black; font-family: times new roman, ms sans-serif }');
	document.writeln('b           { font-size: 11px; color: black; font-family: times new roman, tahoma, arial, ms sans-serif; font-weight: bold }');
	document.writeln('a           { color: #0E6B96; font-family: times new roman, ms sans-serif; font-size: 11px }');
	document.writeln('a:link,a:visited      { text-decoration: none; }');
	document.writeln('a:hover,a:active     { color: white; background: #0E6B96;  }');
	document.writeln('a.out           { color: #257125; }');
	document.writeln('a.out:link      { text-decoration: none; }');
	document.writeln('a.out:visited   { text-decoration: none;   }');
	document.writeln('a.out:hover     { color: white; background: #257125;  }');
	document.writeln('a.out:active    { color: white; background: #257125;  }');
	document.writeln('input       { BORDER-BOTTOM-STYLE: 1px; BORDER-LEFT-STYLE: 1px; BORDER-RIGHT-STYLE: 1px; BORDER-TOP-STYLE: 1px; FONT-FAMILY: times new roman, arial,ms sans serif; FONT-SIZE: 11px }');
	document.writeln('select      { color: black; background: white; font: 11px/13px times new roman; }');
	document.writeln('option      { color: white; background-color: #0E6B96; font: 11px/13px times new roman; }');
	document.writeln('.idxnote    { color: #2076A3; font-family: times new roman; font-size: 11px; }');
	document.writeln('.idxabout   { color: #361607; font-family: times new roman; font-size: 11px; }');
	document.writeln('.idxobsah   { color: black; font-family: times new roman; font-size: 11px; }');
	document.writeln('.infdate    { color: #564b1f; font-family: times new roman; font-size: 11px; }');
	document.writeln('.infplace   { color: #2076A3; font-family: times new roman; font-size: 11px; }');
	document.writeln('.infabout   { color: #361607; font-family: times new roman; font-size: 11px; }');
	document.writeln('.note       { color: #8f8f8f; font-family: times new roman; font-size: 11px; }');
	document.writeln('.warning    { color: red }');
	document.writeln('.clanok     { font-size: 13px; font-family: times new roman; line-height: 16px }');
	document.writeln('.tit-clanok { font-size: 15px; font-family: times new roman; font-weight: bold }');
	document.writeln('.tit-cislo  { font-size: 13px; font-family: times new roman; font-weight: bold }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}

function sstatus(str) {
  window.status = "   "+str;
  return true;
}

function cstatus() {
  window.status = '';
  return true;
}

function sendIt(fileName) {
  if (fileName != "") {
    location.href=fileName
  }
}

function otvor_okno(theURL) { 
  mx = Math.round((screen.width-410)/2);
  my = Math.round((screen.height-510)/2);
  var myWin2=window.open(theURL,"tr","status=yes,toolbar=no,directories=no,scrollbars=yes,location=no,resizable=yes,menubar=no,left="+mx+",top="+my+",width=400,height=500") . focus();
}


