function popupWindowImage(linkName) {
    window.open(linkName, 'bigImage', 'width=800, height=770, resizable=yes, location=no, status=no, scrollbars=yes');
    
}