<!--
noweOkienko = null;
function banner(src, txt){
  if(window.screen){
    aw=screen.availWidth;
    ah=screen.availHeight;
  }else{
    aw=640;
    ah=450;
  }
  if(noweOkienko==null || noweOkienko.closed){
    w=490;
    h=485;
    ustawienia=
     "left=" + (aw-w)/2 + ","
    +"top=" + (ah-h)/2 + ","
    +"screenX=" + (aw-w)/2 + ","
    +"screenY=" + (ah-h)/2 + ","
    +"width="+ w +","
    +"height="+ h +","
    +"innerWidth="+ w +","
    +"innerHeight="+ h +","
    +"toolbar=no,"
    +"location=no,"
    +"directories=no,"
    +"status=no,"
    +"menubar=no,"
    +"scrollbars=no,"
    +"resizable=no"
    noweOkienko = window.open('','obrazek',ustawienia);
  }
  noweOkienko.document.open();
  noweOkienko.document.clear();
  noweOkienko.document.write(
     '<html><head>\n'
    +'<title>Informacja</title>\n'
    +'<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">\n'
    +'<style type="text/css"><!--\n'
	 +'body { margin-left: 10px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; scrollbar-arrow-color:#FF0000; scrollbar-base-color:#6D8693; scrollbar-shadow-color:#F3F3F3; scrollbar-face-color:#CCCCCC; scrollbar-highlight-color:#F3F3F3; scrollbar-darkshadow-color:#FFFFFF; scrollbar-3dlight-color: :#9BAAC1; } --> </style></head>\n'
    +'<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" alink="#0000FF" vlink="#0000FF" leftmargin="10" rightmargin="10" topmargin="10" bottommargin="10" marginwidth="10" marginheight="10" border="0" onload="focus()">\n'
    +'<table width=470 height=420 cellspacing=0 cellpadding=0 border=0><tr><td valign=middle style="font-family: verdana; font-size: 10px; color: #000000;">'+ txt +'<div align=justify><font style="font-family: Arial; line-height: 20px; font-size: 12px"><div align=center><span style="font-size: 14px; font-family: Arial Black; color: #B40202">1% of your income tax to benefit terminally ill children</span></div><br />Now you can help terminally ill children in Poland by donating 1% of your 2003 income tax to the Children&#8217;s Fantasy Foundation.<br /><br />The Children&#8217;s Fantasy Foundation was one the first organizations in Warsaw to be registered under the Public Benefit Activity and Voluntary Assistance Act. Funds donated by tax payers will support the Foundation&#8217;s cause - to make the fantasies of terminally ill children in Poland come true.<br /><br />If you pay tax in Poland then you may donate 1% of your 2003 annual income tax to the Children&#8217;s Fantasy Foundation. The Foundation&#8217;s bank account is:<br /><br />Children&#8217;s Fantasy Foundation<br />BRE Bank S.A. OD. Regionalny W-wa<br /><b>Account #: 59 1140 1010 0000 3083 9500 1007</b><br /><br /><span style="color: #B40202">When transfers are made through: BRE Bank S.A., Multibank, MBank, Bank PEKAO SA and Bank BISE S.A; there are no bank charges. The Children&#8217;s Fantasy Foundation is grateful to these banks for their cooperation and support.</span><br /><br />Please make sure to keep a copy of the bank transfer as proof of payment for the Tax Office and that the donation is appropriately noted on your tax declaration.<br /><br />Thank you for your compassion.</div></td></tr></table></body>\n'
    +'</html>'
  );
  noweOkienko.document.close();
  noweOkienko.focus();
}
//-->
