//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; color: black; font-size: 10px; font-family: times new roman, serif; }');
	document.writeln('td         { color: #101607; font-size: 10px; font-family: trebuchet ms, times new roman; line-height: 14px; }');
	document.writeln('a          { color: #000000;  font-size: 10px; font-family: courier ce, monospace, times new roman; line-height: 12px;  }');
	document.writeln('a:link, a:visited   { text-decoration: none; }');
	document.writeln('a:active, a:hover   { color: white; background: #000000; }');
	document.writeln('a.org      { color: #000000;  font-size: 10px; font-family: trebuchet ms, courier ce, monospace, times new roman; line-height: 12px;  }');
	document.writeln('a.org:link, a.org:visited   { text-decoration: none; }');
	document.writeln('a.org:active, a.org:hover   { color: white; background: #000000; }');
	document.writeln('a.prg          { color: black;  font-size: 12px; font-family: courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.prg:link, a.prg:visited   { text-decoration: none; }');
	document.writeln('a.prg:active, a.prg:hover   { color: white; background: black; }');
	document.writeln('a.prginv          { color: white;  font-size: 12px; font-family: courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.prginv:link, a.prginv:visited   { text-decoration: none; }');
	document.writeln('a.prginv:active, a.prginv:hover   { color: black; background: white; }');
	document.writeln('a.intro      { color: black;  font-size: 14px; font-family: trebuchet ms, courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.intro:link, a.intro:visited   { text-decoration: none; }');
	document.writeln('a.intro:active, a.intro:hover   { color: white; background: black; }');
	document.writeln('.menu      { color: #000000;  font-size: 10px; font-family: courier ce, monospace, times new roman; line-height: 12px;  }');
	document.writeln('.intro     { color: black;  font-size: 14px; font-family: trebuchet ms, courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('.tit       { color: white;  font-size: 10px; font-family: courier ce, monospace, times new roman; line-height: 12px; background: black;  }');
	document.writeln('.event     { color: black; font-size: 18px; font-family: courier ce, monospace, times new roman; line-height: 20px; font-weight: bold; }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}
else
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('body	     { background-color: white; color: black; font-size: 10px; font-family: times new roman, serif; }');
	document.writeln('td         { color: #101607; font-size: 10px; font-family: trebuchet ms, times new roman; line-height: 14px; }');
	document.writeln('a          { color: #000000;  font-size: 10px; font-family: courier ce, monospace, times new roman; line-height: 12px;  }');
	document.writeln('a:link, a:visited   { text-decoration: none; }');
	document.writeln('a:active, a:hover   { color: white; background: #000000; }');
	document.writeln('a.org      { color: #000000;  font-size: 10px; font-family: trebuchet ms, courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.org:link, a.org:visited   { text-decoration: none; }');
	document.writeln('a.org:active, a.org:hover   { color: white; background: #000000; }');
	document.writeln('a.prg          { color: black;  font-size: 12px; font-family: courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.prg:link, a.prg:visited   { text-decoration: none; }');
	document.writeln('a.prg:active, a.prg:hover   { color: white; background: black; }');
	document.writeln('a.prginv          { color: white;  font-size: 12px; font-family: courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.prginv:link, a.prginv:visited   { text-decoration: none; }');
	document.writeln('a.prginv:active, a.prginv:hover   { color: black; background: white; }');
	document.writeln('a.intro      { color: black;  font-size: 14px; font-family: trebuchet ms, courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('a.intro:link, a.intro:visited   { text-decoration: none; }');
	document.writeln('a.intro:active, a.intro:hover   { color: white; background: black; }');
	document.writeln('.menu      { color: #000000;  font-size: 10px; font-family: courier ce, monospace, times new roman; line-height: 12px;  }');
	document.writeln('.intro     { color: black;  font-size: 14px; font-family: trebuchet ms, courier ce, monospace, times new roman; line-height: 14px;  }');
	document.writeln('.tit       { color: white;  font-size: 10px; font-family: courier ce, monospace, times new roman; line-height: 12px; background: black;  }');
	document.writeln('.event     { color: black; font-size: 18px; font-family: courier ce, monospace, times new roman; line-height: 20px; font-weight: bold; }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}

function showpic(picID) { 
  mx = Math.round((screen.width-610)/2);
  my = Math.round((screen.height-510)/2);
  var myWin2=window.open("blogfx/"+picID+".jpg","blogfx","status=yes,toolbar=no,directories=no,scrollbars=yes,location=no,resizable=yes,menubar=no,left="+mx+",top="+my+",width=600,height=500") . focus();
}

function otvor_okno(theURL) { 
  mx = Math.round((screen.width-510)/2);
  my = Math.round((screen.height-310)/2);
  var myWin2=window.open(theURL,"bur","status=yes,toolbar=no,directories=no,scrollbars=yes,location=no,resizable=yes,menubar=no,left="+mx+",top="+my+",width=500,height=300") . focus();
}

