// JavaScript Document
function newWindow(list) {
listWindow = window.open(list, 'listWin', '')
listWindow.focus()

}
