/*
** System Partnerski Bankier.pl
**
** https://www.systempartnerski.pl
**
** Kod: R0yZ2QKrTOCE1JY1Nbz
** 
*/

/* (c) 2012 Bankier.pl SA */
var bankier = {
    openForm: function(form_id, parameters) {
        var link = '/e/lead/' + form_id + '/';
		if (parameters) {
	  		link = link + parameters;
		}
        form = window.open(link, '', 'width=1300,height=680,status=no,scrollbars=yes');
		form.focus();
    },
    openProductForm: function(product_id, domain, js, source) {
        var link = '/e/sp/form/' + product_id + '/';
		if (js) {
	  		link = link + 'js=' + js + '/';
		}
        if (domain) {
	  		link = 'http://' + domain + link;
		}
        if (source) {
        	link = link + '?source=' + source + '&label=szybkie-chwilowki';
        } else {
			link = link + '?label=szybkie-chwilowki';
		}
		form = window.open(link, '', 'width=1300,height=680,status=no,scrollbars=yes');
		form.focus();
    },
    openInfoWindow: function(link) {
        form = window.open(link, '', 'width=650,height=550,status=no,scrollbars=yes');
        form.focus();

    }
}

document.write('<style type="text/css">');
document.write('.clearfix:after {');
document.write('   content: ".";');
document.write('   display: block;');
document.write('   height: 0;');
document.write('   clear: both;');
document.write('   visibility: hidden;');
document.write('}');
document.write('/* fiszka */');
document.write('.middle_product {');
document.write('      border: 1px solid #dadada;');
document.write('      padding: 10px 10px 16px 10px ;');
document.write('      margin-bottom: 16px;');
document.write('	  min-height:130px;');
document.write('}');
document.write('.middle_product h2 {');
document.write('   font-size: 20px;');
document.write('   font-family: Arial;');
document.write('   margin: 0;');
document.write('   padding: 0 0 4px 0;');
document.write('}');
document.write('.middle_product h2 a {');
document.write('   color: #f06000;');
document.write('}');
document.write('.middle_product h3 {');
document.write('   font-size: 14px;');
document.write('   margin: 0;');
document.write('   padding: 0 0 12px 0;  ');
document.write('   font-family: Arial;');
document.write('}');
document.write('.middle_product, .page_description p {');
document.write('   font-size: 13px;');
document.write('   font-family: Tahoma; ');
document.write('   color: #444444; ');
document.write('   line-height: 20px;');
document.write('}');
document.write('.middle_product p.abstract {');
document.write('      color: #666666;');
document.write('      font-weight: bold;');
document.write('}');
document.write('.middle_product ul{');
document.write('   padding: 0 0 0 16px;');
document.write('   margin: 0;');
document.write('}');
document.write('.middle_buttons {');
document.write('   width: 130px;');
document.write('   padding: 3px 0 3px 6px;');
document.write('   float: right;');
document.write('   margin-left: 16px;');
document.write('   clear:right;');
document.write('}');
document.write('.middle_more, .middle_form {');
document.write(' font-size: 11px;');
document.write('  display: block;');
document.write('   background-color: #E6EFF7;');
document.write('   color: #336699;');
document.write('   height: 20px;');
document.write('   line-height: 20px;');
document.write('   margin: 4px 0 16px 0;');
document.write('   padding: 2px 4px 2px 4px;');
document.write('   text-align: center;');
document.write('   cursor: pointer;');
document.write('   text-decoration: none;');
document.write('   font-weight: bold;');
document.write('   font-family: Tahoma;');
document.write('   border: 1px solid #dadada;');
document.write('}');
document.write('.middle_vendor_logo {');
document.write('   float: right;');
document.write('}');
document.write('p.disclaimer {');
document.write('    display: none;');
document.write('    position: absolute;');
document.write('    padding: 10px;');
document.write('    border: 1px solid black;');
document.write('    background-color: white;');
document.write('}');
document.write('span.linkDisclaimer {');
document.write('    display: none;');
document.write('    color: #006699;');
document.write('    cursor: pointer;');
document.write('}');
document.write('~');
document.write('</style>');
document.write('<div class="middle_product">');
document.write('<img src="https://ssl.bankier.pl/i/l/kuki.gif" class="middle_vendor_logo"/>');
document.write('<h2><a href="javascript:bankier.openProductForm(\'1617\',\'kredyt-24.produktyfinansowe.pl\',\'R0yZ2QKrTOCE1JY1Nbz\',\'wf\')">Pożyczka gotówkowa</a></h2>');
document.write('<h3><a href="javascript:bankier.openProductForm(\'1617\',\'kredyt-24.produktyfinansowe.pl\',\'R0yZ2QKrTOCE1JY1Nbz\',\'wf\')">Kuki.pl</a></h3>');
document.write('<div class="middle_buttons">');
document.write('     <a href="javascript:bankier.openProductForm(\'1617\',\'kredyt-24.produktyfinansowe.pl\',\'R0yZ2QKrTOCE1JY1Nbz\',\'wf\')" class="middle_form">Złóż wniosek</a>');
document.write('</div>');
document.write('<ul>');
document.write('<li>Bezpieczna pożyczka bez wychodzenia z domu</li>');
document.write('<li>Minimum formalności przy rozpatrzeniu wniosku o pożyczkę</li>');
document.write('<li>Wygodna, i szybka rejestracja, która jest dostępna całą dobę</li>');
document.write('<li>Szybka wypłata pieniędzy na konto bankowe</li>');
document.write('<li>RRSO dla przykładu reprezentatywnego wynosi 311,94%</li>');
document.write('</ul>');
document.write('<span class="linkDisclaimer">warunki</span>');
document.write('</div>');