            function openPopup(content,target,w,h) {
                 window.open(content, "photos","menubar=0,statusbar=0,scrollbars=1,toolbar=0,location=0,resizable=1,width=" + w + ",height=" + h);
            }
            
