
<!-- <![CDATA[
  function openWindow(address,width,height)
  {
     if (!width) {
	width=730;
     }
     if (!height) {
        height=530;
     }
     win1= window.open(address,'', 'width=' + width + ',height=' + height + ',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');
     win1.focus();
  }
  function openInfo(zakladkaId)
  {
     win2 = window.open('/http://bankier.pl/centrum/sp/info.html?zakladkaId='+zakladkaId,'', 'width=300,height=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
     win2.focus();
  }
// ]]> -->
