///////make small subpages for maps and various essays
leftPos = 0

if (screen) {

   leftPos = screen.width-690

}

function newWindow(codesection) {

  sectWindow = window.open(codesection, "sectWin", "width=600,height=700,scrollbars=yes,toolbar=no,status=no,left="+leftPos+",top=0")

  sectWindow.focus()
}
////////////////////////////end create small sub pages