function openWindowLogos2() {
  newWindow = window.open('/logos2.shtml','CustomizableLogos','height=400, width=650, top=100, left=100, scrollbars=yes');
  newWindow.focus()
}

