


function newWindow(enlarge) {
         isleWindow = window.open(enlarge,
           'isleWin', 'width=700,height=460,toolbar=yes,location=yes,scrollbars=yes,resizable=yes')
    isleWindow.focus()
}
