function screen_window(nazwa,tytul)

{

msg=open("","DisplayWindow","toolbar=no,directories=no,menubar=no,width=800,height=600,left=0,top=0");

msg.document.write('<head><title>' + tytul + '</title></head>');

msg.document.write('<STYLE>BODY {margin: 0px;} </STYLE>');

msg.document.write('<body><img src=\'' + nazwa + '\' border=0 height=600 width=800></body>');

}

function screen_window2(nazwa,tytul)

{

msg=open("","DisplayWindow","toolbar=no,directories=no,menubar=no,width=150,height=185,left=0,top=0");

msg.document.write('<head><title>' + tytul + '</title></head>');

msg.document.write('<STYLE>BODY {margin: 0px;} </STYLE>');

msg.document.write('<body><center><img src=\'' + nazwa + '\' border=0 height=185 width=150></center></body>');

}



function kalkulator(file,width,height){

kalk_window=window.open(file,"show","width=500,height=650,screenX=5,screenY=5,left=5,top=5,directories=no,menubar=no,location=no,dependent=no,copyhistory=no");

kalk_window.focus();

}


