<!--
function ppop(w,h,pn,tit)
{
       nw=w+46;
       if (nw<200) nw=190;
       nh=h+75;
       pp=window.open('','pp','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+nw+',height='+nh);
       pp.document.open();
       pp.document.write("<html><head><title>FOTO-");
       pp.document.write(tit);
       pp.document.write("</title>");
       pp.document.write("<td width='12' bgcolor='#FFFFFF' height='22'>&nbsp;</td></tr><tr><td width='12' bgcolor='#FFFFFF'>&nbsp;</td><td bgcolor='#FFFFFF' align='center' valign='middle'><img src='");
       pp.document.write(pn);
       pp.document.write("' border='0' name='gpic' width='");
       pp.document.write(w);
       pp.document.write("' height='");
       pp.document.write(h);
       pp.document.write("' vspace='10' hspace='10'></td><td width='12' bgcolor='#FFFFFF'>&nbsp;</td></tr><tr><td width='12' bgcolor='#FFFFFF'>&nbsp;</td><td bgcolor='#FFFFFF'></td><td width='12' bgcolor='#FFFFFF'>&nbsp;</td></tr></table></body></html>");
       pp.document.close();
}
// Napis w status bar

var text1="Informatyczna opieka firm";
comeback=0;
cometo=0;
function disp_status_bar(){
window.status=text1.substring(0,cometo);
if(comeback==1){
cometo--;
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text1.substring(0,cometo)+"|";
if(cometo==text1.length){window.setTimeout("disp_status_bar()",500);} else {window.setTimeout("disp_status_bar()",50);}
}
disp_status_bar();

// Blokada podgladu źródeł
tekst ="Niestety, prawy klawisz nie działa!";
function right(e) {
if( navigator.appName == 'Netscape' && e.which > 1) {
   alert( tekst);
   return false;
   }
else if( navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
       alert( tekst);
       return false;
}
return true;
}
document.onmousedown=right;
if( document.layers) window.captureEvents(Event.MOUSEDOWN);
if( navigator.appName=="Netscape" && parseInt(navigator.appVersion)<5) window.onmousedown=right;
// -->
