function popupgallery(okno) {
var popupgallery = window.open(okno,'name','scrollbars=no,menubar=no,height=600,width=480,resizable=no,toolbar=no,location=no,status=no');
}