//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('body	      { background-color: white; font-family: verdana; font-size: 9pt; color: black }');	document.writeln('td          { font-size: 10px; color: black; font-family: verdana }');	document.writeln('a           { color: #908F8F; font-family: verdana; font-size: 10px }');	document.writeln('a:link      { color: #908F8F; text-decoration: none; font-family: verdana; font-size: 10px }');	document.writeln('a:visited   { color: #908F8F; text-decoration: none; font-family: verdana; font-size: 10px }');	document.writeln('a:hover     { color: #908F8F; text-decoration: underline; font-family: verdana; font-size: 10px }');	document.writeln('a:active    { color: #908F8F; text-decoration: underline; font-family: verdana; font-size: 10px }');	document.writeln('.day        { color: #cc3300; font-size: 10px; font-family: verdana }');	document.writeln('.title      { color: #339933; font-size: 14px; font-family: arial; font-weight: bold }');	document.writeln('.info       { color: black; font-size: 10px; line-height: 14px; font-family: arial }');	document.writeln('\/\/ -->');	document.writeln('</style>');	}else	{	document.writeln('<style type="text/css">');	document.writeln('<!--');	document.writeln('.parent{}');	document.writeln('body	      { background-color: white; font-family: verdana; font-size: 9pt; color: black }');	document.writeln('td          { font-size: 9px; color: black; font-family: verdana }');	document.writeln('a           { color: #908F8F; font-family: verdana; font-size: 9px }');	document.writeln('a:link      { color: #908F8F; text-decoration: none; font-family: verdana; font-size: 9px }');	document.writeln('a:visited   { color: #908F8F; text-decoration: none; font-family: verdana; font-size: 9px }');	document.writeln('a:hover     { color: #908F8F; text-decoration: underline; font-family: verdana; font-size: 9px }');	document.writeln('a:active    { color: #908F8F; text-decoration: underline; font-family: verdana; font-size: 9px }');	document.writeln('.day        { color: #cc3300; font-size: 9px; font-family: verdana }');	document.writeln('.title      { color: #339933; font-size: 14px; font-family: arial; font-weight: bold }');	document.writeln('.info       { color: black; font-size: 10px; line-height: 14px; font-family: arial }');	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-395)/2);  my = Math.round((screen.height-452)/2);  var myWin2=window.open(theURL,"mtp","status=yes,toolbar=no,directories=no,scrollbars=yes,location=no,resizable=no,menubar=no,left="+mx+",top="+my+",width=385,height=442") . focus();}