Array.prototype.inArray = function (value)
 // Returns true if the passed value is found in the
 // array.  Returns false if it is not.
{
     var i;
     for (i=0; i < this.length; i++) {
         // Matches identical (===), not just similar (==).
         if (this[i] === value) {
             return true;
         }
     }
     return false;
};


function openSaleChannel(idSaleChannel,mode) {
    window.open('https://direct.money.pl/o/salechannel.php?idSaleChannel=' + idSaleChannel + '&idDistributor=' + idDistributor, '', 'width=800,height=550,status=yes,scrollbars=yes');
    /*
    var nofrm = new Array(1,2,3,4,5,6,54,55,56,71,75,76,85,51,13,14,27,34,40,43,48,81,39,74,78,86,87,88,83,38,138,82,84,128,127,126,125,115,116,117,118,119,120,121,122,123,124,129,130,131,132,133,139,140,102,148,151,152,153,154);
    if (nofrm.inArray(idSaleChannel)) {
        window.open('https://direct.money.pl/o/salechannel.php?idSaleChannel=' + idSaleChannel + '&idDistributor=' + idDistributor, '', 'width=800,height=550,status=yes,scrollbars=yes');
    } else {
        window.open('https://direct.money.pl/o/form.php?idSaleChannel=' + idSaleChannel + '&idDistributor=' + idDistributor, mode, 'width=800,height=550,status=yes');
    }
    */
}
function XopenSaleChannel(idSaleChannel) {
        iSd=idSaleChannel;
    if (iSd!=1 && iSd!=2 && iSd!=3 && iSd!=4 && iSd!=5 && iSd!=6 && iSd!=11 && iSd!=12 && iSd!=29 && iSd!=30 && iSd!=31)        {
                window.open('https://direct.money.pl/o/salechannel.php?idSaleChannel=' + idSaleChannel + '&idDistributor=' + idDistributor, '', 'width=800,height=500,scrollbars=yes,status=yes');
                }
        else {
                if (iSd==4 || iSd==3 || iSd==2 || iSd==5 || iSd==6) logo=1;
                else if (iSd==11 || iSd==12 || iSd==29 || iSd==30 || iSd==31) logo=24;
                else logo=iSd;

                okno=window.open('','','width=800,height=570,status=yes');
                okno.document.write("<title>Wypełnij formularz</title><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
                okno.document.write("<table width=100% border=0 cellspacing=0 cellpadding=0 style=border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#CCCCCC;>");
                okno.document.write("<td><img src=http://www.direct.money.pl/o/_logo/"+logo+".gif vspace=10 hspace=20></td><td align=right>");
                if (iSd==4 || iSd==1) {
                        okno.document.write("<a href=javascript:window.open('http://www.direct.money.pl/o/_livechat/popup_1.php','popup','status=no,scrollbars=no,width=325,height=430,top=50,left=50');void(0)><img src=http://www.direct.money.pl/o/_livechat/i/bann150x60_3.gif width=150 height=60 border=0 vspace=10 hspace=20></a>");
                        }
                 else {
                        okno.document.write("<img src=http://www.direct.money.pl/d/direct/i/money_logo.gif  vspace=10 hspace=20>");
                        }
                okno.document.write("</td></table>");
                okno.document.write("<iframe src=https://direct.money.pl/o/salechannel.php?idSaleChannel="+idSaleChannel+"&idDistributor="+idDistributor);
                okno.document.write(" width=100% height=475 frameborder=0 scrolling=yes></iframe>");
                okno.document.write("</body>");
                }
        }





function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);

