function powieksz(plik)
{
var Win = window.open(plik,"powieksz",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=50,top=15');
}