function dritare(path, sizex, sizey, posx, posy)
{
   baza=window.open("","","scrollbars=yes,resizable=yes, status=yes");
   baza.moveTo(posx,posx);
   baza.resizeTo(sizex,sizey);
   baza.location.href=path;
}