<!--
if (self == top) {
   	//funkce OK - verze pro absolute formatovane stranky webu 
    document.write('<div style="position:relative; top:0px; left:180px;">');
    document.write('<h1 style="font-size:135%; background:transparent; color:#660000; font-style:normal; padding:6px;">');
    
    //2011 uprava - bez JS !!!:
    //document.write('<a href="http://www.entu.cas.cz/png/" target="_blank" onclick="OpenWin(\'http://www.entu.cas.cz/png/\', 0); return false;" title=" http://www.entu.cas.cz/png/ ">The New Guinea Binatang Research Center</a> - home');
    document.write('<a href="http://www.entu.cas.cz/png/" target="_blank" title=" http://www.entu.cas.cz/png/ ">The New Guinea Binatang Research Center</a> - home');

    document.write('</h1>');
    document.write('</div>');
}
//-->



