<!-- hide

function openNewWindow() {
  popupWin = window.open('http://www.findingspace.org/fullpalette.html', 
    'target01_window',
    'location,scrollbars,resizable,dependent,width=300,height=300,left=0,top=0')
}

// done hiding -->