function popupWindow(linkName) {
    window.open(linkName, 'access1', 'width=540, height=750, resizable=yes, location=no, status=no, scrollbars=yes');
    
}