// (c) David Grudl aka -dgx-
//
// more info: http://www.dgx.cz/knowhow/eolas-workaround/

// ODZKOUSET !!!

////var objects = document.getElementsByTagName("object");

////for (var i=0; i<objects.length; i++)
////    objects[i].outerHTML = objects[i].outerHTML;

function show_print()
{
  document.write ('\074a href=\"javascript:print();\"\076tisk\074/a\076');
}

// open new windows
function OpenWindow(cesta,nazev_okna,width,height)
{
	okno=window.open(cesta,nazev_okna, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width='+width+', height='+height);
	okno.focus();
}

