function openWindow(url) {
popupWin = window.open(url, 'mainwindow', 'scrollbars=yes,resizable=yes,toolbar=no,width=1020,height=890,left=10,top=10,screenX=10,screenY=10')
}

