//Pop-up window script

                 function openWindow(url) {
                 popupWin = window.open(url, 'mainwindow','directories=yes,scrollbars=yes,resizable=yes,location=yes,locationbar=yes,toolbar=yes,width=510,height=525,left=10,top=10,screenX=20,screenY=20')
}