function okno(URL, vImgWidth,  vImgHeight)

{
window.open(URL,"", "toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=no, copyhistory=no, width="+vImgWidth+", height="+vImgHeight+", margin=0, padding=0, top=300, left=400");
  
}

