function checkLogin(f){ if (f.konto.value=='') { alert('Nie podałeś/aś adresu e-mail'); return false; } if ( ((f.konto.value.indexOf('@',1))==-1)||(f.konto.value.indexOf('.',1))==-1 ) { alert('Podałeś błędny e-mail'); return false; } if (f.haslo.value=='') { alert('Nie podałeś/aś hasła'); return false; } else { return true; } } function Okno(file,w,h,p_w,p_h,scrol,nazwa) { var wartosci = 'toolbar=no,scrollbars=' +scrol+ ',resizable=no,menubar=no' + ',width=' + w + ',height=' + h + ',left=' + p_w + ',top=' + p_h + ''; if (nazwa == null) { window.open(file,'',wartosci); } else { window.open(file,nazwa,wartosci); } } function Newsletter(file) { var wartosci = 'toolbar=no,scrollbars=yes,resizable=no,menubar=yes,width=650,height=400,left=0,top=0'; var sciezka = './newsletter/'+file; window.open(sciezka,'newsletter',wartosci); } function Details(did,poziom,key) { var wartosci = 'toolbar=no,scrollbars=yes,resizable=no,menubar=yes,width=650,height=400,left=0,top=0'; var sciezka = './downline_details.php?d_id='+did+'&poziom='+poziom+'&key='+key; window.open(sciezka,'',wartosci); } function TIP(file) { var wartosci = 'toolbar=no,scrollbars=yes,resizable=no,menubar=yes,width=400,height=250,left=0,top=0'; var sciezka = './tip/'+file; window.open(sciezka,'tip',wartosci); } function Drukuj(id){ w=open('','','width=450,height=400,resizable=no,scrollbars=yes,menubar=yes'); w.document.open(); w.document.write(''+document.getElementsByTagName('HEAD')[0].innerHTML+''+document.getElementById(id).innerHTML+'

© Majewski Business Consulting
cnebPoints - www.cnebPoints.com
wydrukowano:
 
') w.document.close(); }