<!--

licz=0;
function otworz(nazwa) {
config='left=100,top=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
stadion.document.write('<TITLE>Grupa Inwestycyjna Hossa SA</title>');
stadion.document.write('<script language="javascript" type="text/javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",70000)');stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' onLoad=window.resizeTo(document.im1.width,document.im1.height) name=im1 border=0></A></DIV>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
}

function SwitchBg(element)
{  element.style.background = "rgb(255, 255, 255)"; }	
function SwitchCol(element)
{  element.style.color = "rgb(81, 102, 123)"; }
function RestoreBg(element)
{  element.style.background = ""; }
function RestoreCol(element)
{  element.style.color = "rgb(238, 238, 238)"; }

function SwitchBg3(element)
{  element.style.background = "rgb(81, 102, 123)"; }	
function SwitchCol3(element)
{  element.style.color = "rgb(238, 238, 238)"; }
function RestoreBg3(element)
{  element.style.background = ""; }
function RestoreCol3(element)
{  element.style.color = "rgb(81, 102, 123)"; }
//-->
