// open new window on top left corner
          function openWindow(url) {
            popupWin = window.open(url, 'table','scrollbars,resizable,width=550,height=500,screenX=0,screenY=0,top=0,left=0');
            window.name = 'opener';
          }

// href="javascript:openWindow('index.html')"